summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* [acinclude.m4] Fixed subnormal detection (issue found with icx).vlefevre2021-06-081-6/+11
* Added m4/ax_pthread.m4 file, and related updates.vlefevre2021-03-191-2/+4
* [acinclude.m4] Added a comment about AX_PTHREAD.vlefevre2021-03-181-0/+4
* Get rid of obsolescent AC_HEADER_TIME. Cleanup about sys/time.h usage.vlefevre2021-03-181-2/+1
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [acinclude.m4] Make MPFR_CHECK_MP_LIMB_T_VS_LONG andvlefevre2020-06-091-4/+12
* [acinclude.m4] Fixed MPFR_CHECK_MP_LIMB_T_VS_LONG macro by forcingvlefevre2020-06-091-19/+10
* Removed MPFR_DECL_STATIC_ASSERT macro as it was buggy, unused, rathervlefevre2020-06-091-2/+0
* [acinclude.m4] MPFR_CHECK_MP_LIMB_T_VS_LONG: updated comment to sayvlefevre2020-06-081-1/+3
* [acinclude.m4] In MPFR_CHECK_MP_LIMB_T_VS_INTMAX, do the test only ifvlefevre2020-06-081-0/+2
* [acinclude.m4] MPFR_CHECK_DBL2INT_BUG test: avoid potentially reservedvlefevre2020-06-041-4/+6
* [acinclude.m4] Fixed r13938: the new MPFR_C_REALFP_FORMAT macro alsovlefevre2020-06-041-5/+6
* [acinclude.m4] Improved the code to determine the format of double,vlefevre2020-06-041-119/+88
* [acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT cleanup:vlefevre2020-06-041-11/+1
* [acinclude.m4] Fix concerning r13935: also removed code that testedvlefevre2020-06-041-19/+15
* [acinclude.m4] Removed "AC_CHECK_TYPES([long double])", whose onlyvlefevre2020-06-041-1/+0
* Cleanup about the function detection by autoconf.vlefevre2020-06-031-16/+15
* [acinclude.m4] Minor improvement: in the MPFR_CHECK_GMP test, changedvlefevre2020-06-031-3/+3
* [acinclude.m4] To complete r13928, one also needs to definevlefevre2020-06-021-2/+2
* [acinclude.m4] If decimal floats are explicitly disabled, do not dovlefevre2020-05-261-38/+41
* [acinclude.m4] Fixed detection of bit-field ordering for _Decimal128:vlefevre2020-05-261-8/+13
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-101-32/+54
* [acinclude.m4] added missing LDFLAGS for long double testzimmerma2020-04-021-1/+1
* [acinclude.m4] Added a FIXME: in case of cross-compiling, the guessvlefevre2020-03-121-0/+9
* [acinclude.m4,configure.ac]vlefevre2020-01-091-1/+38
* [acinclude.m4] English usage.vlefevre2020-01-091-2/+1
* [acinclude.m4] Updated messages about the format of "long double".vlefevre2020-01-091-2/+2
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Clean-up concerning the tests of subnormals for double and float.vlefevre2019-10-011-14/+15
* [acinclude.m4] Updated comment about the tests for subnormal numbers.vlefevre2019-10-011-1/+3
* [acinclude.m4] Added a comment about the tests for subnormal numbers.vlefevre2019-10-011-0/+4
* [acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro for MS-Windows.vlefevre2019-09-041-9/+11
* [acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro: the patch hadvlefevre2019-09-041-1/+1
* [acinclude.m4] Updated MPFR_C_LONG_DOUBLE_FORMAT to support compilationvlefevre2019-09-041-9/+19
* [acinclude.m4] Added missing "const" qualifier to "char *" in a test;vlefevre2019-07-061-4/+6
* [acinclude.m4,configure.ac] MPFR_C_LONG_DOUBLE_FORMAT: also detectvlefevre2019-07-011-2/+2
* [acinclude.m4,configure.ac] For MPFR_C_LONG_DOUBLE_FORMAT, when thevlefevre2019-07-011-0/+3
* [acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT: improved comment and added avlefevre2019-07-011-9/+13
* [acinclude.m4] When logging support is requested, run a test to checkvlefevre2019-04-021-0/+21
* Cleanup / fixes related to intmax_t, mpfr_intmax_t, etc.vlefevre2019-03-291-38/+21
* [acinclude.m4] Avoid a warning with the pthread_rwlock_t test,vlefevre2019-01-251-1/+1
* [acinclude.m4] Fixed another C++ compatibility issue detected byvlefevre2019-01-251-2/+4
* Moved the compatibility test of the configure options even earlier, fromvlefevre2019-01-091-19/+0
* [acinclude.m4] Simplified a message.vlefevre2019-01-091-1/+1
* [acinclude.m4] When checking support for POSIX threads (pthread), alsovlefevre2019-01-091-4/+21
* Cleaned up configure code related to threading and the shared cache.vlefevre2019-01-091-58/+62
* [acinclude.m4] In MPFR_CHECK_SHARED_CACHE (used when the shared cachevlefevre2019-01-091-0/+1
* 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
* Avoid a pointer-to-int-cast warning with GCC (e.g. under 32-bit Linux)vlefevre2018-08-181-0/+3