Commit Graph

29 Commits

Author SHA1 Message Date
Paweł Bylica
10c88ea3a9
Assume strchr is available 2017-09-07 08:19:58 +02:00
Paweł Bylica
9d2b98f3dc
Assume memset is available 2017-09-07 08:19:58 +02:00
Paweł Bylica
4919dbbb34
autoconf: Do not use AC_TYPE_SIGNAL 2017-09-07 08:19:58 +02:00
Paweł Bylica
7bac4c1896
Assume ptrdiff_t 2017-09-06 23:13:38 +02:00
Brian Gladman
ac5ed04440 add latest assembler code to Windows 2016-12-22 17:31:36 +00:00
Brian Gladman
2221baffed make Visual Studio 2017 the default build version 2016-11-18 23:07:33 +00:00
Brian Gladman
0b48b8a843 add lshift1/rshiift1 to Visual Studio build 2016-11-18 22:03:24 +00:00
Brian Gladman
0483917e1b remove erroneous error message when building generic builds 2015-12-18 17:16:23 +00:00
Brian Gladman
5ba73cdc52 revert layout of header file outputs 2015-12-10 14:18:52 +00:00
Brian Gladman
c26908bfe2 make minor build adjustments 2015-12-10 12:31:39 +00:00
Brian Gladman
ac9f5f9a8b tidy up mpir_config.p, correct _msvc_solution.py 2015-12-09 22:32:15 +00:00
Brian Gladman
6c49c1f8f7 correct missing MPLIBS macro in gen_test_config_props.bat for the DLL tests 2015-12-09 15:41:38 +00:00
Brian Gladman
8c57f300f3 change output location of copied header files 2015-12-09 12:24:57 +00:00
Brian Gladman
9a951b5484 correct solution file processing (_msvc_solution.py) 2015-11-27 14:25:08 +00:00
Brian Gladman
8210936e6b Merge branch 'master' of github.com:BrianGladman/mpir
Conflicts:
	build.vc/mpir_config.py
2015-11-25 16:38:47 +00:00
Brian Gladman
c6db10ad59 tidy up path handling 2015-11-25 16:35:30 +00:00
Brian Gladman
c0ade4a4f1 tidy up path handling 2015-11-25 16:04:26 +00:00
Brian Gladman
36ef0ee11e add further build improvements 2015-11-25 12:42:32 +00:00
Brian Gladman
da9765c5ce continue update of the Visual Studio build 2015-11-24 23:44:30 +00:00
SeVlaT
7d51e20eb2 <GenerateDebugInformation>: Debug and DebugFastLink are valid only for Msvc14
"true" is valid for all Msvc versions:

see: Microsoft.Link.Common.props, lines 51, 52
 <GenerateDebugInformation Condition="'$(UseDebugLibraries)' == 'true' and '%(Link.GenerateDebugInformation)'==''">DebugFastLink</GenerateDebugInformation>
 <GenerateDebugInformation Condition="'$(UseDebugLibraries)' != 'true' and '%(Link.GenerateDebugInformation)'==''">Debug</GenerateDebugInformation>
2015-11-23 19:59:30 +03:00
SeVlaT
745403e253 Added vcx_external_props 2015-11-23 18:30:47 +03:00
SeVlaT
84ee232800 Backslash is prefered in MSVC projects 2015-11-23 18:18:42 +03:00
sevlat
da9da8e13f <PreprocessorDefinitions> fixed: Underscore for _DEBUG 2015-11-21 23:53:01 +03:00
sevlat
b9710570ed Improved indents in filters files 2015-11-21 21:34:15 +03:00
sevlat
febb49db9e Improved indents in project files 2015-11-21 21:33:49 +03:00
sevlat
5ab8d35863 Semicolon added to <PreprocessorDefinitions> for applications 2015-11-21 21:07:08 +03:00
Brian Gladman
8e73139726 continue revision of MPIR Windows build 2015-11-20 16:04:13 +00:00
Brian Gladman
7217b15eea continue Visual Studio build update 2015-11-19 21:46:32 +00:00
Brian Gladman
8fece6b11c add new common build files directory 2015-11-19 16:32:42 +00:00