Commit Graph

312 Commits

Author SHA1 Message Date
Alex Dyachenko
36cdf4ad96 MPIR.Net CompareTo updated to use mpf_cmp_z for mixed float/int comparisons 2019-06-24 17:48:13 -04:00
Brian Gladman
d5dba4a410 add the MPIR documentation in PDF 2018-11-17 16:14:08 +00:00
Brian Gladman
15c46b8351 correct bug in mpir.texi 2018-09-29 15:13:33 +01:00
Brian Gladman
348cdb775f update documentation for new windows build plus function additions 2018-09-29 13:26:59 +01:00
William Hart
27cfbadbca Prepare for merge from Brian. 2018-09-28 22:33:19 +02:00
Deus Kane
9e3b20694f Added tests and documentation 2018-09-19 22:53:13 +01:00
Dima Pasechnik
e147358106 document stdint change 2018-02-08 12:32:41 +00:00
William Hart
a6ad4899aa Updated AUTHORS, Changelog. 2017-03-01 11:10:29 +00:00
William Hart
04189e2fc2 Added another Broadwell. 2017-02-21 10:30:29 +00:00
William Hart
31ad9001bd Add support for another Broadwell cpuid. 2017-02-20 15:56:37 +00:00
Brian Gladman
1ee562ca7c Revert "remove Visual Studio 2012 from the build documentation"
This reverts commit 236d6b4034.
2017-02-17 23:18:38 +00:00
Brian Gladman
236d6b4034 remove Visual Studio 2012 from the build documentation 2017-02-17 12:52:52 +00:00
William Hart
03731ca970 Commit the broadwell tuning file. 2017-02-16 09:27:56 +00:00
William Hart
90ff10d3f3 Update docs and AUTHORS. 2017-02-16 08:58:06 +00:00
Jean-Pierre Flori
1e22123772 Merge remote-tracking branch 'wbhart/master' into autotools
Conflicts:
	doc/mpir.info
	doc/mpir.info-1
2017-02-15 15:24:34 +00:00
William Hart
9cd3377087 Updated build instructions for MSVC. 2017-02-15 15:11:54 +00:00
Jean-Pierre Flori
efed16f84b Remove autogenerated info files. 2017-02-15 12:45:27 +00:00
Jean-Pierre Flori
28d2620ddf Untrack autotools generated files. 2017-02-15 11:14:40 +00:00
William Hart
7819de4620 Added broadwell and fixed fat binary support, and fixed two yasm files. 2017-02-15 10:23:21 +00:00
William Hart
58a7e98fcd Run autoreconf. 2017-02-14 15:01:24 +00:00
Jean-Pierre Flori
afbc249d0a Add doc about dependency on yasm to build mpir. 2017-02-14 13:05:25 +00:00
William Hart
1b3d597629 Bump version to 3.0.0. 2017-02-14 10:05:01 +00:00
William Hart
d90aef8a3a Add documentation for new limbs functions. 2017-02-14 09:55:14 +00:00
William Hart
79379c1027 Update *nix build for limbs, roinit_n and sizeinbase files. 2017-02-13 11:13:04 +00:00
Alex Dyachenko
52f5fa507a Changed MPIR.Net constructor syntax in the manual to fix misbalanced parentheses warnings 2016-08-02 15:13:05 -04:00
Alex Dyachenko
5520b7e34f Corrected several unbalanced braces in the manual 2016-08-02 15:11:51 -04:00
Alex Dyachenko
0265171696 MPIR.Net documentation chapter finished (MpirRandom and MpirSettings classes documented, proofreading updates to the other classes) 2016-06-16 14:34:03 -04:00
Alex Dyachenko
1654d050b0 MPIR.Net - changed Swap methods to call the native implementations. 2016-06-08 20:41:18 -04:00
Alex Dyachenko
bb3a5fd288 MPIR.Net - added the Float documentation chapter 2016-06-08 11:51:19 -04:00
Alex Dyachenko
f321fb898a MPIR.Net - Minor corrections in integer documentation chapter. Expanded the rationals documentation chapter. 2016-06-08 11:34:20 -04:00
Alex Dyachenko
1086a9172a MPIR.Net documentation: Rationals section added 2016-06-07 10:37:01 -04:00
Alex Dyachenko
06a8e90815 Added a .Net Interface chapter to the manual. Integer section completed. 2016-06-06 20:24:21 -04: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
William Hart
de1949e180 Merge branch 'master' of https://github.com/wbhart/mpir 2015-11-19 17:36:45 +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
wbhart
188ce0a535 Merge pull request #164 from videlec/cmp_mpq_z
Import the implementation of mpq_cmp_z from gmp
2015-11-15 16:36:59 +01:00
William Hart
4f18ed9631 Update NEWS, ChangeLog, versioning info, release numbers. Run makeinfo and
automake.
2015-11-13 21:27:39 +00:00
Vincent Delecroix
d2e67aee22 documentation for mpq_cmp_z 2015-11-02 15:01:10 -03: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
af30045c9b Update AUTHORS and Contributors. 2015-08-22 19:34:59 +00:00
William Hart
6cfb713b1b Updated contributions in mpir.pdf. 2015-08-20 19:57:57 +00:00
William Hart
80df734cbe Fix detection of stdint.h. 2015-06-13 18:39:18 +00:00
William Hart
25a28b4944 Fix documentation regarding shared/static libraries on Mingw/Cygwin. 2015-06-12 13:43:21 +00:00
William Hart
1542701d02 Update documentation including removing information for various old platforms. 2015-06-11 14:53:41 +00:00
William Hart
dd5c05a984 Update documentation regarding stdint.h and _ux, _sx functions. 2015-06-11 11:53:38 +00:00
William Hart
2c8f96a252 Update gcd test code to match that of GMP 5.1.x and documentation of mpz_gcdext
to match that of GMP 5.1.3.
2015-06-09 19:33:32 +00:00
William Hart
33c8ccc034 Ran autoreconf -fiv --no-recursive. 2015-06-09 15:50:53 +00:00