summaryrefslogtreecommitdiff
path: root/lib/make/cctk_Config.h.in
Commit message (Expand)AuthorAge
* Improve argument nameeschnett2013-08-21
* expand error message for CCTK_DISABLE_OMP_COLLAPSE to contain instructions fo...rhaas2013-08-06
* Add CCTK_BUILTIN_ASSUME_ALIGNEDeschnett2013-07-07
* Auto-configure static_asserteschnett2013-05-20
* Workaround for compiler-bug with Intel compiler and 'restrict'.knarf2013-05-06
* Correct autoconf of __builtin_unreachable()eschnett2013-03-05
* Use C (instead of C++) autoconf results in some caseseschnett2013-03-04
* Improve fall-back for __builtin_unreachable()eschnett2013-02-26
* Implement CCTK_Error and friendseschnett2013-02-26
* Support IBM Blue Gene compilerseschnett2013-01-27
* Make CCTK_REAL16 more flexibleeschnett2013-01-15
* Autoconf attribute always_inlineeschnett2013-01-15
* Add configure macro for OpenMP collapse clauseeschnett2012-11-18
* Check availability of isnan in C++eschnett2012-10-22
* Enable "restrict" as keyword in C++eschnett2012-05-07
* Check for getpid()eschnett2012-02-28
* Detect backtrace-related functions during configurationhinder2011-09-22
* Autodetect <sched.h> and sched_getaffinity()eschnett2011-06-28
* Improve auto-detection of "restrict" keywordeschnett2011-06-08
* Add CCTK_ATTRIBUTE_ALIGNED, which is auto-configured and expands toeschnett2011-01-04
* Autoconf CCTK_ATTRIBUTE_NOINLINE, which expands toeschnett2010-12-23
* Detect whether the compiler supports the attributesschnetter2009-11-11
* Use autoconf to look for system-dependent low-level timing functions.schnetter2008-01-25
* Add autoconf macros to detect the header file <malloc.h>, theschnetter2007-05-26
* Cactus' autodetection of Fortran's real*16 does currently not work; itschnetter2006-07-19
* Fix from Erik Schnetter so that CCTK_RESTRICT works when 'restrict'goodale2005-12-13
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Introduce macros CCTK_DECLARE and CCTK_DECLARE_INIT which declare orschnetter2005-09-26
* Check for availability of va_copy(3).tradke2005-05-16
* Define CCTK_RESTRICT to be the appropriate restrict qualifier forgoodale2004-11-30
* 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
* Fix typo in commentschnetter2004-04-04
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* 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
* Add #defines for the machine Cactus is being built on.allen2002-09-16
* Moved the defines for 'const', 'inline', and 'restrict' down into thetradke2002-06-03
* Check for availability of <sys/ioctl.h>.tradke2002-06-01
* Check for availability of <sys/filio.h> which is needed for socket I/O code.tradke2002-05-31
* Support for the C99 restrict keyword. This is dealt with in the samegoodale2002-05-07
* Check for availability of <dirent.h>.tradke2002-01-07
* Removed check for scandir(3) which isn't used anymore in IOUtil.tradke2001-12-21
* Get rid of FMODIFIER (DEPRECATED IN BETA 9) and MKDIR/MKDIRFLAGS whichtradke2001-06-12
* Check for isnan.goodale2001-05-16
* Added configure check for finite(3).tradke2001-04-24
* Removed the '#undef HAVE_MKDIR' which isn't needed anymore.tradke2001-04-18