summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Added configure option --enable-assert=none to avoid checking anyvlefevre2012-06-261-1/+2
* [configure.ac] aclocal -> acinclude.m4 in a comment.vlefevre2012-06-251-1/+1
* [configure.ac] "configure --help" formatting for --enable-float128.vlefevre2012-06-251-1/+1
* [configure.ac] __float128 is supported by GCC >= 4.3zimmerma2012-06-251-1/+1
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-251-0/+15
* patch from Nitin A Kamble for automake 1.12.zimmerma2012-05-081-1/+0
* [configure.ac] use AC_C_BIGENDIAN to determine endianness of wordszimmerma2012-03-191-0/+3
* [configure.ac] If 'gmp.h' and 'libgmp' seem to have different versions,vlefevre2012-02-271-0/+1
* [configure.ac] Added a comment mentioning a problem with GNU gold ld.vlefevre2012-02-221-0/+3
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [configure.ac] Mention --disable-thread-safe.vlefevre2011-12-091-2/+3
* [configure.ac] added comment about minimal GMP versionzimmerma2011-08-301-0/+6
* [src/mulders.c] use mpn_sbpi1_divappr_q if available and WANT_GMP_INTERNALSzimmerma2011-08-051-1/+2
* Updated version to 3.2.0-dev.vlefevre2011-08-051-1/+1
* [configure.ac] improve error message when libgmp is not foundzimmerma2011-07-181-1/+1
* Ported patch r7723 (changes suggested by Stefan Graff to be ablevlefevre2011-06-251-1/+11
* [configure.ac] Updated comment concerning __gmpn_rootrem (mentionvlefevre2011-06-201-6/+8
* [configure.ac] Consistency change in the copyright notice.vlefevre2011-05-181-1/+1
* Added "make dist" support for -dev MPFR versions by distributing thevlefevre2011-05-011-0/+7
* [configure.ac] Removed the -Wno-format GCC option, which was addedvlefevre2011-04-011-5/+1
* [configure.ac,Makefile.am] Clean-up and depend on GNU Automake 1.11.vlefevre2011-02-031-7/+2
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* TLS support is now detected automatically. If TLS is supported, MPFR isvlefevre2011-01-131-2/+2
* [configure.ac] With --with-gmp-build, do not duplicate the includevlefevre2010-12-121-0/+1
* [configure.ac] Fixed another bug in r7289. This new version now seemsvlefevre2010-12-121-1/+1
* [configure.ac] Fixed bug in r7289.vlefevre2010-12-121-1/+1
* [configure.ac] Corrected Patrick Pelissier's patch (not tested).vlefevre2010-12-121-7/+7
* [configure.ac] patch from Patrick Pelissier to solve the problem withzimmerma2010-12-121-0/+8
* [configure.ac] Fixed two problems with --with-gmp-build:vlefevre2010-12-121-5/+5
* [configure.ac] Improved warning message in case of unmatched 'gmp.h'vlefevre2010-12-071-1/+5
* added new option --enable-gmp-internals to use GMP undocumented functionzimmerma2010-09-291-0/+8
* [configure.ac] Added a FIXME note about incorrect use of an internalvlefevre2010-09-281-0/+7
* [src/sqrt.c] now uses mpn_rootrem (if available) instead of mpn_sqrtrem sincezimmerma2010-09-281-0/+2
* [configure.ac] fixed typozimmerma2010-08-251-1/+1
* Source reorganization. In short:vlefevre2010-08-171-0/+502