Commit Graph

3427 Commits

Author SHA1 Message Date
Brian Gladman
fdc9883c9d temporarily remove file preventing rebae 2018-08-28 14:06:59 +01:00
Brian Gladman
a3f0f25a6a rename logic.c to t-logic.c in mpn\tests 2018-08-28 14:00:04 +01:00
Brian Gladman
6dd1770c51 add back MPIR documentation without Windows updates 2018-08-28 12:42:09 +01:00
Brian Gladman
5923f0f7bd remove windows changes in MPIR documentation 2018-08-28 12:05:49 +01:00
Brian Gladman
56f5b6bf2d remove windows build from master 2018-08-28 11:43:55 +01:00
Brian Gladman
475408dcc2 repair msbuild.bat (broken by Microsoft changes) 2018-08-25 23:38:52 +01:00
Brian Gladman
763741ca1f remove error in mpn_neg 2018-04-17 16:16:13 +01:00
Brian Gladman
27ed446b59 Merge branch 'master' of github.com:BrianGladman/mpir 2018-03-06 12:12:45 +00:00
Brian Gladman
5743054267 Merge branch 'master' of github.com:BrianGladman/mpir 2018-03-06 12:12:21 +00:00
Brian Gladman
f4491b24cc Merge branch 'master' of github.com:BrianGladman/mpir 2018-03-06 11:59:10 +00:00
Brian Gladman
6218aca956 remove all but generic C build Visual Studio build files from the repository 2018-03-06 11:58:34 +00:00
Brian Gladman
fbccc43ea3 remove all but generic C build Visual Studio build files from the repository 2018-03-06 11:50:46 +00:00
Brian Gladman
8f4b751ac7 correct error in gmp-impl.h 2018-03-06 11:32:21 +00:00
Brian Gladman
b2554dab20 Merge branch 'master' of github.com:BrianGladman/mpir
# Conflicts:
#	doc/mpir.texi
2018-03-02 14:16:48 +00:00
Brian Gladman
9b3c02ccd3 correct errors in the mpir.texi file 2018-03-02 14:11:21 +00:00
Brian Gladman
cad6fdf3b3 correct errors in the mpir.texi file 2018-03-02 13:53:16 +00:00
Brian Gladman
851f9bb6f6 hopefully take mpn/generic/perfpow.c out of the Linux/GCC build 2018-02-28 16:02:56 +00:00
Brian Gladman
e00627e958 remove mpn_perfect_power (not compatible with MPIR division functions)
revert msvc build files accordingly
2018-02-28 15:47:50 +00:00
Brian Gladman
c3c33b1560 add missing macro (and revert test mod of .travis.yml) 2018-02-28 15:12:24 +00:00
Brian Gladman
0fcb6412ae
Merge pull request #7 from dimpase/newrel
deal with zero_p and perfpow in autoconf, correct includes
2018-02-28 13:29:49 +00:00
Dima Pasechnik
c82f20d242 deal with zero_p and perfpow in autoconf, correct includes 2018-02-28 14:21:45 +01:00
Brian Gladman
1323eb0fdf change gmp.h to mpir.h in added files 2018-02-27 23:30:33 +00:00
Brian Gladman
6a259c0be6 update the documentation for the revised Windows build system
add description of new functions to the documentation
2018-02-27 23:05:20 +00:00
Brian Gladman
732e10cd21
Merge pull request #6 from dimpase/newrel
makefile and header fixes for Unix
2018-02-27 23:01:45 +00:00
Dima Pasechnik
6775092f20 makefile and header fixes for Unix 2018-02-27 22:28:35 +00:00
Brian Gladman
24961f93c5 Only add functions mpz_get_2exp_d and mpf_get_2exp_d on Windows 2018-02-27 10:00:55 +00:00
Brian Gladman
69b81839cc correct mnp_neg_n definition in gmp_h.in 2018-02-27 07:59:40 +00:00
Brian Gladman
9df1c781f9 add the test for mpf_cmp_z 2018-02-26 23:11:03 +00:00
Brian Gladman
bc95a1dda2 test of travis trigger 2018-02-26 17:42:56 +00:00
Brian Gladman
2ed89ddd1b added changes from Bills repository
remove duplicated code for mpn_neg_n
2018-02-26 17:25:45 +00:00
Brian Gladman
f37c872cec Merge branch 'master' of github.com:wbhart/mpir 2018-02-26 17:20:48 +00:00
Brian Gladman
eb69f67857 Add missing GMP functions (mpf_cmp_z, mpn_perfect_power_p, mpn_zero_p) to MPIR
Correct missing prototypess in gmp_h.in (mpn_divrem, mpn_divexact_1)
Update Windows builds for these changes
2018-02-25 16:14:35 +00:00
Brian Gladman
c7567b5ad9 Remove __GMP_PROTO and _PROTO crap from the MPIR source code 2018-02-25 09:02:47 +00:00
Brian Gladman
2e8e9507de Remove old Windows build system 2018-02-25 08:09:03 +00:00
Brian Gladman
d8e85154df Add gcd and lcm functions in mpirxx.h 2018-02-23 16:46:51 +00:00
Brian Gladman
88ebf14002 remove files added to repository in error; correct msbuild.bat for Visual Studio 2017 2018-02-17 23:21:10 +00:00
Brian Gladman
81696e9b76 change vs sub-directory names in the Windows build to match Visual Studio versions 2018-02-17 22:11:47 +00:00
Brian Gladman
fceab373a5 remove some old folders 2018-02-16 18:31:28 +00:00
Brian Gladman
62653098c0 new Windows build update 2018-02-16 15:39:55 +00:00
Brian Gladman
47a90e944f adjust the VS2015 build so that it uses the local vsyasm.targets file 2018-02-15 12:42:13 +00:00
Brian Gladman
0450806525 adjust the yasm.targets file so that it works in both VS2015 and VS2017 2018-02-15 12:39:26 +00:00
Brian Gladman
3f4308b73b minor change 2018-02-15 12:22:55 +00:00
Brian Gladman
adee7f49b6 add new Windows build in a single subdirectory (msvc) 2018-02-15 12:17:18 +00:00
wbhart
f637bdb189
Merge pull request #245 from dimpase/master
include stdint.h if __has_include() is supported
2018-02-08 15:47:36 +01:00
Dima Pasechnik
d7b4f7d023 correct merge 2018-02-08 12:51:35 +00:00
Dima Pasechnik
1cbe5a4e5b Merge branch 'master' of github.com:dimpase/mpir 2018-02-08 12:42:42 +00:00
Dima Pasechnik
e147358106 document stdint change 2018-02-08 12:32:41 +00:00
Dima Pasechnik
63e02319be __has_include() to guard against missing stdint.h 2018-02-08 12:04:46 +00:00
Dima Pasechnik
67e6c2fb68
Update .travis.yml 2018-02-07 23:43:03 +00:00
Dima Pasechnik
57ea50cdd2
use current (gcc 7.3) in travis-ci OSX test 2018-02-07 23:42:25 +00:00