summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* [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
* autodetect support for decimal floats (as suggested in revision 10179)zimmerma2016-03-021-1/+1
* Do not build with decimal float by default as it is not standardvlefevre2016-03-021-1/+1
* [configure.ac] Quote the argument of all AC_MSG_RESULT and AC_MSG_ERRORvlefevre2016-03-011-5/+5
* harmonize configure message against GMPzimmerma2016-03-011-4/+4
* fixed detection of "double" format, and removedzimmerma2016-03-011-11/+12
* improved detection of decimal floatszimmerma2016-03-011-33/+3
* [configure.ac] Added a FIXME comment about a possible misuse ofvlefevre2016-03-011-0/+10
* get rid of dependency from GMP for _GMP_IEEE_FLOATS and ieee_double_extractzimmerma2016-02-291-1/+35
* Replacedvlefevre2016-02-041-1/+1
* [configure.ac] Improved consistency in messages.vlefevre2016-01-291-2/+2
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* GMP 5.0.0 or newer is required (instead of 4.2.0).vlefevre2015-11-061-4/+4
* [configure.ac] C code starting with # (preprocessor directives) must notvlefevre2015-11-031-57/+60
* simplify the configuration with mini-gmpzimmerma2015-11-031-57/+68
* [configure.ac] Added test for usability of gmp.h at link timevlefevre2015-08-201-0/+17
* remove usage of mpn_rootrem in mpfr_sqrt since now mpn_sqrtrem is fasterzimmerma2015-07-311-3/+2
* [configure.ac] For the gcc compiler, better choice of the -W flagsvlefevre2015-05-311-1/+15