summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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