summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* fixed issue reported by Dan Grayson:zimmerma2014-11-241-2/+2
* improve mpfr_exp2 (patch from Patrick Pelissier)zimmerma2014-11-111-0/+2
* Added debug of branch prediction / --enable-debug-prediction configurevlefevre2014-07-071-0/+15
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-1/+1
* [configure.ac] Correction of two "configure --help" messagesvlefevre2014-06-301-4/+14
* Updated URL's.vlefevre2014-06-221-4/+4
* Re-added configure test on GMP_NUMB_BITS and sizeof(mp_limb_t), andvlefevre2014-04-151-0/+24
* BYTES_PER_MP_LIMB -> MPFR_BYTES_PER_MP_LIMB for GMP 6 compatibilityzimmerma2014-04-151-18/+0
* Added MPFR_CHECK_GMP configure check.vlefevre2014-01-241-0/+1
* changes for MPFRbenchzimmerma2014-01-221-1/+4
* [acinclude.m4,configure.ac] Check that a directory passed tovlefevre2014-01-211-0/+4
* [configure.ac] --enable-mini-gmp message: fixed layout; experimental.vlefevre2014-01-211-1/+1
* MPFR now depends on GMP 4.2+ instead of 4.1+.vlefevre2014-01-201-3/+3
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-2/+12
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [configure.ac] Detect broken _Decimal64 support on powerpc64 withvlefevre2013-09-151-4/+12
* [configure.ac] revert commit 8618 since it breaks hydra jobs i686-cygwin,zimmerma2013-07-221-4/+1
* [configure.ac] Added -Wno-unused-local-typedefs flag to avoid spuriousvlefevre2013-07-221-1/+4
* [configure.ac] If the gmp.h vs libgmp test fails, also output the valuevlefevre2013-07-121-0/+5
* revert temporary commit 8613zimmerma2013-07-121-1/+0
* [configure.ac] temporary commit to investigate problem with i686-solaris on h...zimmerma2013-07-111-1/+2
* [configure.ac] In the CC and CFLAGS setup from gmp.h, modified thevlefevre2013-07-111-2/+9
* [configure.ac] Moved AM_PROG_AR (introduced in r8546) after thevlefevre2013-07-111-3/+10
* [configure.ac] The test of CC and CFLAGS was done too late! Moved thisvlefevre2013-07-111-5/+5
* [configure.ac] Improved r8608 (gmp.h/libgmp on stderr).vlefevre2013-07-101-2/+2
* [configure.ac] print also the versions of gmp.h/libgmp on stderr, hoping theyzimmerma2013-07-101-0/+2
* [configure.ac] added fflush to see versions of gmp.h/libgmpzimmerma2013-07-101-0/+1
* [configure.ac] In AM_INIT_AUTOMAKE, lowered Automake version requirementvlefevre2013-06-021-4/+5
* [configure.ac] In AM_INIT_AUTOMAKE, require Automake 1.11.6 forvlefevre2013-06-021-1/+4
* [configure.ac] Added AM_PROG_AR to support unusual archiversvlefevre2013-05-301-0/+3
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* [configure.ac] Updated comment about -mieee-fp icc option.vlefevre2013-05-241-1/+3
* [configure.ac] For ICC, changed the deprecated -mp option to thevlefevre2013-05-241-1/+6
* try to link with GMP even when a dll, since it seems to work nowzimmerma2013-05-221-14/+0
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [configure.ac] Corrected comment on clock_gettime (from r8445).vlefevre2013-01-031-5/+5
* Tuning: reverted changeset r8444 and applied patch by Patrick PĂ©lissiervlefevre2012-12-311-0/+12
* [acinclude.m4,configure.ac] Moved the "double-to-integer conversion bug"vlefevre2012-12-051-0/+1
* [configure.ac] Improved error message when the compiler doesn't knowvlefevre2012-09-041-4/+10
* revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro)zimmerma2012-09-041-9/+3
* updated documentation wrt --enable-decimal-floatzimmerma2012-09-041-1/+1
* added support for --enable-decimal-float with g++ (does not work with icpc,zimmerma2012-09-041-1/+9
* Now --enable-decimal-float does not require any more --with-gmp-build.zimmerma2012-09-031-13/+1
* Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clashvlefevre2012-08-151-3/+3
* [src/fpif.c] No longer assume that if HAVE_BIG_ENDIAN is not defined,vlefevre2012-07-271-2/+6
* Updated autotool files to get rid of obsolete macros (thanks tovlefevre2012-07-271-3/+1
* [configure.ac] Replaced "sed" by "$SED".vlefevre2012-07-261-15/+15
* [configure.ac] grep -> $EGREP (thanks Marc Glisse)zimmerma2012-07-251-1/+1
* Added coverage tune (from a patch by Patrick).vlefevre2012-06-281-0/+8