summaryrefslogtreecommitdiff
path: root/lib/make/configure
Commit message (Expand)AuthorAge
...
* 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
* Check for the "restrict" qualifier more thoroughly. Certain compilersschnetter2006-04-04
* Update configure script after recent aclocal.m4 changes.schnetter2006-04-02
* 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
* Fixed detection of gettimeofday(2) which was broken for Intel C/C++ 8.1.tradke2005-01-14
* 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
* Update from configure.in. This mainly reflects the changes to enableschnetter2003-10-28
* Currently the dependencies from the configure.ccl file are not handledschnetter2003-10-07
* Rename CCTK_L2_CACHE_SIZE to CCTK_CACHE_SIZE andallen2003-04-30
* Added detection of signal.h.goodale2003-04-05
* Some changes prompted by PR/1320:goodale2003-03-13
* Define CCTK_DEBUG if 'DEBUG=yes' was set as a configure option.tradke2003-02-12
* Removed g++ warnings which are only valid for C (not for C++).tradke2003-02-10
* Moved the check for 'inline', along with checks for 'working const' andtradke2002-11-05
* Add #defines for the machine Cactus is being built on.allen2002-09-16
* Erik's patch to also check for the '__restrict__' or '__restrict' keywordstradke2002-08-30
* Changed the default optimization option for g77 from '-O' to '-O2'.tradke2002-06-26
* Check for availability of <sys/ioctl.h>.tradke2002-06-01