Commit Graph

2827 Commits

Author SHA1 Message Date
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
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
Brian Gladman
5a9a7cf7d5 Merge branch 'master' of github.com:BrianGladman/mpir 2015-11-19 16:33:05 +00:00
Brian Gladman
8fece6b11c add new common build files directory 2015-11-19 16:32:42 +00:00
Brian Gladman
7fb3947783 add new common build files directory 2015-11-19 16:30:52 +00:00
Brian Gladman
705b913d82 correct errors in MSVC build files 2015-11-17 12:16:34 +00:00
William Hart
8435273a1a Remove sb_div* small implementation (due to bug and due to being a very minor
performance improvement).
2015-11-13 14:47:44 +00:00
William Hart
0deca61277 Merge remote-tracking branch 'brian/master' 2015-11-13 13:06:17 +00:00
William Hart
77c5a355a4 make check instead of make test. 2015-10-03 12:58:24 +00:00
William Hart
eb052aa27b Try texinfo instead of makeinfo. 2015-10-03 12:53:45 +00:00
William Hart
6116c13018 Roll back previous commit and instead apt-get install makeinfo for travis. 2015-10-03 12:51:33 +00:00
William Hart
5010325c61 Try adding info files. 2015-10-03 12:47:12 +00:00
William Hart
3a66e93d20 Run makeinfo. 2015-10-03 12:41:18 +00:00
William Hart
f577dbce2f Added travis continuous integration. 2015-10-03 12:35:25 +00:00
William Hart
a56b786513 Correct tuning values for x86/nehalem. 2015-10-03 12:29:33 +00:00
Brian Gladman
1d5c6f0508 correct bug in Windows assembler for k10/k102 2015-09-08 22:48:15 +01:00
William Hart
af30045c9b Update AUTHORS and Contributors. 2015-08-22 19:34:59 +00:00
William Hart
b24e133cc7 Update AUTHORS file. 2015-08-22 16:08:17 +00:00
William Hart
6cfb713b1b Updated contributions in mpir.pdf. 2015-08-20 19:57:57 +00:00
William Hart
88d916558d Update AUTHORS file. 2015-08-20 19:53:10 +00:00
Brian Gladman
e29a09e645 Merge branch 'master' of github.com:BrianGladman/mpir 2015-07-29 22:24:02 +01:00
Brian Gladman
bb8d220305 add building of the tests to the command line build 2015-07-29 22:23:48 +01:00
Brian Gladman
de9f4de6a9 add building of the tests to the command line build 2015-07-29 21:40:00 +01:00
Brian Gladman
9f590c864e improve msbuild.bat error reporting 2015-07-28 08:38:13 +01:00
Brian Gladman
462cf5ee95 update readme.txt 2015-07-27 23:52:04 +01:00
Brian Gladman
f547cdd98b Merge branch 'master' of github.com:BrianGladman/mpir 2015-07-27 22:56:54 +01:00