summaryrefslogtreecommitdiff
path: root/lib/make/configure.in
Commit message (Expand)AuthorAge
* Add the names that gcc has on Mac OS when installed from the Mac Portsschnetter2010-03-26
* Introduce new configuration variables LIBDIR_PREFIX, RUNDIR_PREFIX,schnetter2010-03-26
* Accept both lower and upper case arguments for the PTHREADSschnetter2009-12-05
* Detect whether the compiler supports the attributesschnetter2009-11-11
* Add new configuration option OPENMP to enable/disable OpenMP support.tradke2008-12-08
* Extended behaviour of LIBS and LIBDIRS: add -l and -L prefix only toschnetter2008-02-13
* Use autoconf to look for system-dependent low-level timing functions.schnetter2008-01-25
* patch from Jian Tao: add gfortran to the list of known F77/F90 compilerstradke2007-11-09
* Move setting of F90 and F77 to none earlier to prevent a buggoodale2007-10-18
* Introduce a new autoconf macro CCTK_CHECK_C_INLINE, which checks forschnetter2007-09-19
* Add autoconf macros to detect the header file <malloc.h>, theschnetter2007-05-26
* Use fewer warning flags for C and C++ compilers by default.schnetter2007-05-03
* Prefer bash over sh. sh on AIX has severe limitations and cannotschnetter2007-02-17
* Set the F77 profile flags as well when setting the F77 flags. Thisschnetter2006-07-25
* Set the F77 compiler and flags from the F90 compiler and flags earlierschnetter2006-07-25
* Cactus only enables support for CCTK_REALx if both C and Fortranschnetter2006-07-25
* Cactus' autodetection of Fortran's real*16 does currently not work; itschnetter2006-07-19
* Add a new configuration flag PROFILE=yes, which enables profiling in aschnetter2006-06-23
* Application of patchswhite2006-06-08
* Set F77_WARN_FLAGS flags correctly when using F90 as F77.schnetter2006-01-27
* Patch from Erik Schnetter to add preprocessor version in comments.goodale2005-12-13
* Cactus overrides the user's setting of F77 with that of F90. It alsoschnetter2005-10-12
* Re-instating the configure test for X, but protecting it ingoodale2005-10-11
* Removing the check for X libraries. This should now be donegoodale2005-10-05
* Reverse changes made in version 1.133 to enable separate F77 and F90goodale2005-10-04
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Introduce a new configuration flag DISABLE_REAL16 which disablesschnetter2005-09-26
* Introduce macros CCTK_DECLARE and CCTK_DECLARE_INIT which declare orschnetter2005-09-26
* If the user has explicitly specified a setting for F77, then do notschnetter2005-09-26
* Detect the compiler versions for CC, CXX, F77, and F90, and put the informationtradke2005-06-16
* Check for availability of va_copy(3).tradke2005-05-16
* Removed '-Wstrict-prototypes -Wmissing-prototypes' from CXX_WARN_FLAGS.tradke2005-03-02
* bugfix in previous commit -- hopefully we now handle all possible casesjthorn2005-02-10
* [[from Jonathan && Thomas R jointly]]jthorn2005-02-10
* Allow LDFLAGS configure-time option to be used also during the configure stagetradke2004-06-26
* Rename datatype availability macros from CCTK_HAVE_<datatype> intotradke2004-06-26
* Do not define CCTK_L2_CACHE_SIZE and CCTK_L2_CACHELINE_BYTES macros anymore.tradke2004-06-26
* Introduce CCTK_HAVE_INT* and CCTK_HAVE_REAL* macros.tradke2004-06-20
* Test for availability of mkstemp(3).tradke2004-06-20
* Took out '-Wbad-function-cast' and '-Wmissing-declarations' from defaulttradke2004-06-10
* Changed to using the cygwin version of Perl under cygwin. This hasgoodale2004-05-19
* Allow case-independent values for configure options WARN, OPTIMISE/OPTIMIZE,tradke2004-04-22
* Changing so that line directives are not generated by default:goodale2004-02-05
* Make error messages and debug information point to the real sourceschnetter2004-01-19
* Add (incomplete) Fortran 90 bindings for the flesh functions.schnetter2004-01-19
* Add FPP and FPPFLAGS configuration variables. These are used forschnetter2004-01-19
* Turn "WARN={yes|no}" into a configuration option also (still changeable attradke2003-12-17
* Check for ifort as F77/F90 compiler.tradke2003-12-17
* Allow vector groups of scalars.schnetter2003-11-21
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13