summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* [configure.ac] Updated comments about configure options for mini-gmp.vlefevre2018-09-141-3/+9
* [configure.ac] Do not check for CC and CFLAGS in gmp.h if mini-gmp isvlefevre2018-09-121-1/+9
* [configure.ac] read GMP_NUMB_BITS from mini-gmp.h when availablezimmerma2018-08-281-6/+9
* Renamed WANT_PROVEN_CODE to MPFR_WANT_PROVEN_CODE for consistency withvlefevre2018-08-231-1/+1
* For --enable-formally-proven-code, instead of requiring a check of thevlefevre2018-08-231-4/+0
* [configure.ac] Updated FIXME for --enable-formally-proven-codevlefevre2018-08-231-2/+3
* [configure.ac] Added a FIXME for --enable-formally-proven-code.vlefevre2018-08-231-0/+3
* [configure.ac] Updated message for --enable-formally-proven-code.vlefevre2018-08-231-1/+3
* added configure option --enable-formally-proven-code and corresponding codezimmerma2018-08-231-0/+8
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-271-1/+2
* Shared caches: fix and minor changes.vlefevre2018-07-181-1/+1
* [configure.ac] Do not do specific CFLAGS settings for MS-Windows ICC.vlefevre2018-06-231-4/+5
* [configure.ac] For the ICC check, also test __INTEL_COMPILER.vlefevre2018-04-181-1/+1
* [configure.ac] Corrected comment for the ICC check (GCC is no longervlefevre2018-04-181-3/+2
* [configure.ac,acinclude.m4] added new macro MPFR_INTMAX_WITHIN_LIMBzimmerma2018-02-231-0/+1
* [configure.ac] For --enable-float128, this is still autodetect, e.g.:vlefevre2018-02-221-2/+3
* changed __float128 (gcc specific) into the standard type _Float128zimmerma2018-02-221-5/+4
* [configure.ac] detect mpn_rsblsh1_n instead of mpn_rsblsh_nzimmerma2018-02-141-1/+2
* [configure.ac] In the CC and CFLAGS setup from gmp.h, added to thevlefevre2018-01-221-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Updated version to 4.1.0-dev again.vlefevre2017-12-201-1/+1
* Updated version to 4.0.0-rc2 for an attempt to replace the 4.0 branch.vlefevre2017-12-201-1/+1
* Updated version to 4.1.0-dev again.vlefevre2017-12-181-1/+1
* Updated version to 4.0.0-rc2 for an attempt to replace the 4.0 branch.vlefevre2017-12-171-1/+1
* [configure.ac] Improved error message.vlefevre2017-12-121-1/+1
* Updated version to 4.1.0-dev.vlefevre2017-12-081-1/+1
* Switched other gmplib.org URL's to https.vlefevre2017-09-081-1/+1
* [configure.ac] Added a comment about the DLL version.vlefevre2017-08-281-0/+4
* [configure.ac] Updated DLL version to 6 (cur - age).vlefevre2017-08-281-1/+1
* [configure.ac] Under Linux, make sure that the old dtags are usedvlefevre2017-07-171-0/+30
* [configure.ac] Improved some AC_DEFINE comments.vlefevre2017-06-031-3/+3
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/sub1sp.c] implement use of __gmpn_rsblsh_n (disabled for now)zimmerma2016-07-151-1/+2
* [src/div.c] only use __gmpn_invert_limb with --enable-gmp-internalszimmerma2016-07-151-0/+2
* [configure.ac] Re-added AM_PROG_AR in case Microsoft lib.exe is usedvlefevre2016-05-241-0/+5
* [configure.ac] Moved LT_INIT near the top for --enable-lto, and removedvlefevre2016-05-241-4/+2
* [configure.ac] Removed a FIXME fixed in r4482.vlefevre2016-05-241-5/+0
* Added optional LTO support (from a patch by Patrick Pélissier).vlefevre2016-05-241-0/+13
* MPFR 3.2(.x) → 4.0(.x)vlefevre2016-05-241-1/+1
* Added shared cache support (from a patch by Patrick Pélissier).vlefevre2016-05-231-0/+11
* [configure.ac] Added a comment about GMP CC/CFLAGS detection.vlefevre2016-05-121-1/+3
* [configure.ac] Better GMP CC/CFLAGS detection (based on a patch byvlefevre2016-05-121-18/+15
* add -P option to cpp when detecting CC/CFLAGS in gmp.h (workaround for gcc-5)zimmerma2016-05-111-1/+1
* [configure.ac] Improved the GMP CC/CFLAGS detection: the test for $cppvlefevre2016-04-211-3/+3
* Added pkg-config support (patch from Kip Warner + some changes).vlefevre2016-04-211-1/+1
* [configure.ac] "double format" test: changed the AC_MSG_ERROR (whenvlefevre2016-04-201-1/+1
* [configure.ac] No longer include <stdint.h> in the "double format" testvlefevre2016-04-201-1/+0
* [configure.ac] Improved --help messages for decimal-float and float128vlefevre2016-03-031-2/+4
* set --enable-float128 to "autodetect" by default (like --enable-decimal-float)zimmerma2016-03-031-9/+5
* [acinclude.m4,configure.ac] Various fixes in error messages.vlefevre2016-03-021-2/+2