summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2020 withvlefevre2020-01-091-1/+1
* [acinclude.m4] Added missing "const" qualifier to "char *" in a test;vlefevre2019-07-061-4/+6
* Shared cache: cleanup and various improvements / corrections.vlefevre2019-01-271-57/+60
* [configure.ac] By default (i.e. if CFLAGS is not already set), ifvlefevre2019-01-251-2/+4
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-301-0/+25
* Shared caches: fix and minor changes.vlefevre2018-07-191-1/+1
* [acinclude.m4] Fixed the __float128 detection for NetBSD: Optimizationvlefevre2018-07-131-2/+8
* [acinclude.m4] For the __float128 detection, changed AC_COMPILE_IFELSEvlefevre2018-07-121-1/+5
* Minor date-related changes as in the trunk:vlefevre2018-01-091-1/+1
* [acinclude.m4] In r11876, forgot to define MPFR_WANT_DECIMAL_FLOATS invlefevre2017-12-011-1/+3
* [acinclude.m4] Attempt to fix detection of decimal floats: if _Decimal64vlefevre2017-12-011-18/+25
* [acinclude.m4] Attempt to fix detection of decimal floats (BID wasvlefevre2017-12-011-11/+16
* Got rid of the useless SIZE_MAX macro.vlefevre2017-11-281-3/+0
* Renamed MPFR_TESTS_DIVBYZERO to MPFR_TESTS_FPE_DIV (less confusing).vlefevre2017-05-191-1/+1
* [acinclude.m4] Fixed code for the _mulx_u64 test.vlefevre2017-02-031-1/+4
* [acinclude.m4] Fixed _mulx_u64 detection to avoid failures in testsvlefevre2017-02-021-8/+12
* [acinclude.m4] MPFR_PARSE_DIRECTORY macro definition: workaround ifvlefevre2017-01-171-5/+14
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Improvement concerning the _mulx_u64 intrinsic.vlefevre2016-12-291-1/+4
* [src/div.c] replace GMP's invert_limb (internal) by own codezimmerma2016-12-291-0/+13
* [acinclude.m4] Fixed m4_pattern_forbid argument to avoid an error withvlefevre2016-09-061-1/+9
* [acinclude.m4] When checking if __float128 is available, we now alsovlefevre2016-06-061-4/+6
* [acinclude.m4] Fixed the use of m4_pattern_forbid: the argument mustvlefevre2016-05-241-1/+1
* [acinclude.m4] Detect whether the AX_PTHREAD macro is left unexpanded.vlefevre2016-05-241-1/+5
* [acinclude.m4] Replaced the obsolete ACX_PTHREAD by AX_PTHREADvlefevre2016-05-241-1/+1
* Added optional LTO support (from a patch by Patrick Pélissier).vlefevre2016-05-241-0/+59
* Added shared cache support (from a patch by Patrick Pélissier).vlefevre2016-05-231-1/+113
* [acinclude.m4] Improved warning message for the "long double" test.vlefevre2016-04-201-1/+1
* [acinclude.m4] Typo.vlefevre2016-04-201-1/+1
* set --enable-float128 to "autodetect" by default (like --enable-decimal-float)zimmerma2016-03-031-0/+13
* [acinclude.m4] Also fixed the test for subnormal double-precisionvlefevre2016-03-021-1/+1
* [acinclude.m4] Fixed test for subnormal single-precision numbers.vlefevre2016-03-021-1/+1
* added a separate configure test for subnormals in the "float" formatzimmerma2016-03-021-2/+23
* [acinclude.m4,configure.ac] Various fixes in error messages.vlefevre2016-03-021-5/+6
* autodetect support for decimal floats (as suggested in revision 10179)zimmerma2016-03-021-13/+17
* Do not build with decimal float by default as it is not standardvlefevre2016-03-021-1/+1
* improved detection of decimal floatszimmerma2016-03-011-0/+34
* [acinclude.m4] Removed old code for Alpha (as suggested by Paul).vlefevre2016-03-011-20/+0
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [acinclude.m4] Instead of checking whether the 'j' printf lengthvlefevre2015-08-251-8/+17
* [acinclude.m4] Check whether the 'j' printf length modifier is working.vlefevre2015-08-251-0/+19
* [acinclude.m4] Added a comment about memmove and memset being consideredvlefevre2015-05-211-0/+10
* [acinclude.m4] Various corrections in the tests:vlefevre2015-05-211-32/+24
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Style improvements.vlefevre2014-11-121-2/+2
* improve mpfr_exp2 (patch from Patrick Pelissier)zimmerma2014-11-111-0/+26
* added check for libquadmath (not used)zimmerma2014-11-091-0/+14