Commit Graph

3242 Commits

Author SHA1 Message Date
Alex Dyachenko
b006a3b4d9 Upgraded MPIR.Net solution to VS2013. Cleaned up all compiler warnings. 2015-12-23 09:10:58 -05:00
Alex Dyachenko
914844ebb3 Merge branch 'master' of github.com:wbhart/mpir 2015-12-22 16:09:19 -05:00
Alex Dyachenko
7f148ac675 Comments cleaned up 2015-12-22 15:43:35 -05:00
Brian Gladman
0483917e1b remove erroneous error message when building generic builds 2015-12-18 17:16:23 +00:00
Brian Gladman
65d4136371 minor tidy up 2015-12-18 00:47:45 +00:00
Brian Gladman
9fe24d056b tidy up build files 2015-12-17 17:32:31 +00:00
Brian Gladman
1d6cf1e5b1 edit mpir-tests.sln file 2015-12-15 22:29:58 +00:00
Brian Gladman
09897a0872 tidy up build files 2015-12-15 20:54:50 +00:00
Brian Gladman
afd750a70d Merge branch 'master' of github.com:BrianGladman/mpir 2015-12-13 17:34:46 +00:00
Brian Gladman
0d2a5ac6a3 remove extraneous header includes in tune projects 2015-12-13 17:34:09 +00:00
Brian Gladman
c3b8b0f825 remove extraneous header includes in tune projects 2015-12-13 17:14:59 +00:00
Brian Gladman
5ba73cdc52 revert layout of header file outputs 2015-12-10 14:18:52 +00:00
Brian Gladman
4ee957ed41 Merge branch 'master' of github.com:BrianGladman/mpir 2015-12-10 12:32:02 +00:00
Brian Gladman
c26908bfe2 make minor build adjustments 2015-12-10 12:31:39 +00:00
Brian Gladman
78ac13ac54 make minor build adjustments 2015-12-10 10:02:44 +00:00
Brian Gladman
ac9f5f9a8b tidy up mpir_config.p, correct _msvc_solution.py 2015-12-09 22:32:15 +00:00
Brian Gladman
038750380d improve diagnostic output of run-tests.py 2015-12-09 17:53:29 +00:00
Brian Gladman
9ab29225f3 Merge branch 'master' of github.com:wbhart/mpir 2015-12-09 15:53:59 +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
742a12ad8c add missing version_info.py for vc11 build 2015-12-03 22:03:20 +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
7ed3ed4ddd add sandybridge_ivybridge build 2015-11-25 00:43:48 +00:00
Brian Gladman
9037a77e8f add missing file 2015-11-25 00:18:56 +00:00
Brian Gladman
53a0b8a36d Merge branch 'master' of github.com:BrianGladman/mpir
Conflicts:
	build.vc10/tune/tune_prebuild.py
	build.vc11/mpir-tune/tune/tune_prebuild.py
	build.vc12/mpir-tune/tune/tune_prebuild.py
	build.vc12/tune/tune_prebuild.py
	build.vc14/dll_mpir_sandybridge_ivybridge/dll_mpir_sandybridge_ivybridge.vcxproj
	build.vc14/lib_mpir_sandybridge_ivybridge/lib_mpir_sandybridge_ivybridge.vcxproj
2015-11-25 00:02:30 +00:00
Brian Gladman
da9765c5ce continue update of the Visual Studio build 2015-11-24 23:44:30 +00:00
Brian Gladman
6704b8a867 continue update of the Visual Studio build 2015-11-24 15:20:24 +00:00
Brian Gladman
f3f3447c7f Merge pull request #3 from sevlat/msvc1
External props and fixes
2015-11-23 21:46:49 +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
Brian Gladman
9b9f015fb7 Merge pull request #2 from sevlat/msvc1
Some fixes for MPIR Windows build
2015-11-21 21:52:12 +00: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
William Hart
67d98ac417 Update to MPIR-2.7.2 because we can, and increment .so version numbers. 2015-11-20 18:39:41 +00:00
William Hart
356980d2ab Fix .so version numbering issues due to trailing space in MPIR-2.7.0 .so
version numbers.
2015-11-20 18:15:43 +00:00
Brian Gladman
cb365db027 Merge branch 'master' of github.com:BrianGladman/mpir 2015-11-20 16:04:44 +00:00
Brian Gladman
8e73139726 continue revision of MPIR Windows build 2015-11-20 16:04:13 +00:00
Brian Gladman
afe4bb1325 continue revision of MPIR Windows build 2015-11-20 15:52:40 +00:00
Brian Gladman
7217b15eea continue Visual Studio build update 2015-11-19 21:46:32 +00:00
William Hart
de1949e180 Merge branch 'master' of https://github.com/wbhart/mpir 2015-11-19 17:36:45 +00:00
William Hart
785015d8e2 Run automake. 2015-11-19 17:36:23 +00:00
William Hart
ddc24cc0bd Remove whitespace at the end of a line, which apparently causes a critical bug. 2015-11-19 17:35:50 +00:00
Brian Gladman
5a9a7cf7d5 Merge branch 'master' of github.com:BrianGladman/mpir 2015-11-19 16:33:05 +00:00