| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.in: check for gmp.h a bit earlier. | vlefevre | 2006-11-24 | 1 | -10/+14 |
* | test timeout is now a configure option (e.g. --with-tests-timeout=60) | zimmerma | 2006-11-23 | 1 | -0/+4 |
* | Updated version to 2.3.0-dev. | vlefevre | 2006-11-20 | 1 | -1/+1 |
* | configure.in: unset GMP_CFLAGS and GMP_CC in case the user has set such | vlefevre | 2006-11-20 | 1 | -1/+1 |
* | configure.in: Added a comment concerning GMP version checking. | vlefevre | 2006-11-17 | 1 | -0/+4 |
* | configure.in: Before testing GMP header and library versions, set | vlefevre | 2006-11-17 | 1 | -3/+13 |
* | Added warnings support. | vlefevre | 2006-11-10 | 1 | -0/+7 |
* | More information for --enable-logging configure option. | vlefevre | 2006-11-10 | 1 | -1/+2 |
* | Removed --with-irix64 configure option and "case $OS_TYPE" code from | vlefevre | 2006-11-10 | 1 | -21/+0 |
* | added detection of decimal format in configure (DPD or BID) | zimmerma | 2006-11-09 | 1 | -0/+16 |
* | added new configure option --enable-decimal-float to build mpfr_set_decimal64 | zimmerma | 2006-11-08 | 1 | -1/+21 |
* | added --enable-decimal-float in configure, and corresponding macro | zimmerma | 2006-11-07 | 1 | -0/+7 |
* | Improved linker flag settings on darwin. | vlefevre | 2006-07-20 | 1 | -2/+1 |
* | configure.in: fixed a linking problem on darwin. | vlefevre | 2006-07-18 | 1 | -0/+15 |
* | One needs automake 1.6; autoreconf fails with automake 1.4. Adding | vlefevre | 2006-07-16 | 1 | -1/+1 |
* | Define HAVE_ATTRIBUTE_MODE if supported; useful for s390, but incomplete | vlefevre | 2006-05-29 | 1 | -19/+26 |
* | Add compiler flags (CPPFLAGS, LDFLAGS) in a consistent order. | vlefevre | 2006-05-19 | 1 | -4/+4 |
* | Updated FSF address. | vlefevre | 2006-03-31 | 1 | -2/+2 |
* | Removed all code related to mpn_sub_nc (no longer used). | vlefevre | 2006-03-24 | 1 | -6/+0 |
* | Build shared libraries by default. | vlefevre | 2006-03-24 | 1 | -1/+0 |
* | configure.in: typography consistency. | vlefevre | 2006-03-23 | 1 | -2/+2 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -2/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Fixed the GMP linking test: replaced __gmp_version, which corresponds | vlefevre | 2005-09-17 | 1 | -1/+1 |
* | Updated version to 2.3.0. | vlefevre | 2005-08-31 | 1 | -1/+1 |
* | Fix for the following problem: #error is not sufficient with cc | vlefevre | 2005-08-31 | 1 | -0/+5 |
* | Improve the warning message by adding the lines: | pelissip | 2005-08-17 | 1 | -1/+3 |
* | Clean up. | pelissip | 2005-07-18 | 1 | -8/+13 |
* | Improve displayed warning if GMP versions differ. | pelissip | 2005-07-07 | 1 | -3/+5 |
* | Clean up configure and acinclude: | pelissip | 2005-06-22 | 1 | -77/+4 |
* | Fix problem with mingw: if the configure detects MS-Windows, it skips the | pelissip | 2005-05-10 | 1 | -2/+13 |
* | Improve detection again (use callback). | pelissip | 2005-05-03 | 1 | -5/+10 |
* | Improve previous change. | pelissip | 2005-05-03 | 1 | -2/+64 |
* | Add detection of function round, rint, ceil, floor and nearbyint at configure | pelissip | 2005-05-03 | 1 | -1/+7 |
* | Forget ';;' in switch. | pelissip | 2005-03-09 | 1 | -1/+1 |
* | Improve full assertion mode (Check mpfr_mul). | pelissip | 2005-03-09 | 1 | -2/+1 |
* | Add tune for mpfr_mulhigh | pelissip | 2005-03-07 | 1 | -0/+4 |
* | Add tune program for MPFR. | pelissip | 2005-02-24 | 1 | -3/+3 |
* | Remove detection of C++ and Fortran due to libtool. | pelissip | 2005-02-11 | 1 | -12/+13 |
* | Clean up configure (more simplier). | pelissip | 2005-02-11 | 1 | -99/+61 |
* | Update for ICC (disable shared since it doesn't work). | pelissip | 2005-02-09 | 1 | -0/+6 |
* | The previous fixs don't work. New one which works but is VERY ugly. | pelissip | 2005-02-09 | 1 | -2/+4 |
* | Fix again to avoid fail on laurent5... | pelissip | 2005-02-09 | 1 | -1/+2 |
* | Set CXXCPP to "g++ -E" to avoid detection (which may fail on some systems). | pelissip | 2005-02-09 | 1 | -0/+1 |
* | Reduce the tested compiler for C++ and Fortran to the minimum. | pelissip | 2005-02-09 | 1 | -0/+9 |
* | Update GMP detection to be much more libtool compatible. | pelissip | 2005-02-09 | 1 | -121/+114 |
* | Add support for Shared Library in MPFR (both Unix and Windows) by using libtool. | pelissip | 2005-02-08 | 1 | -17/+66 |
* | Remove unused option --disable-cache. | pelissip | 2005-02-03 | 1 | -7/+0 |
* | Add option "thread-safe" to configure. | pelissip | 2005-02-03 | 1 | -1/+8 |
* | Add experimental logging feature. | pelissip | 2005-02-02 | 1 | -1/+5 |