summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Replace comments by nothing instead of whitespace to allow old-styleschnetter2005-09-26
* Allow empty macro arguments.schnetter2005-09-26
* Introduce a new configuration flag DISABLE_REAL16 which disablesschnetter2005-09-26
* Create the scratch directories in the configurations when theschnetter2005-09-26
* Change the names of the internal routine arguments that contain theschnetter2005-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
* Improve routine CleanForLatex: Really parse the passed strings insteadschnetter2005-09-26
* Correct error in handling DISTRIB attributeschnetter2005-09-25
* Make some internal macros safer by adding parenthesesschnetter2005-09-25
* Correct typo in error messageschnetter2005-09-25
* Minor cleanup in generated code -- remove spacesschnetter2005-09-25
* Improve error messageschnetter2005-09-25
* Add header to fileschnetter2005-09-25
* Add pathname to source files included via \input.tradke2005-09-16
* Add new arrangement CactusDoc.schnetter2005-09-14
* Turntradke2005-09-14
* fix a regexp bug in the parsing of the upper bound for an open-intervaljthorn2005-09-06
* Also allow a single '*' as range specification for integer and real parameters.tradke2005-09-05
* Check that the ranges and default value for integer parameterstradke2005-09-02
* Use '-Wall -w1 -Wcheck' for {C,CXX}_WARN_FLAGS for Intel 8.0 and newer.tradke2005-08-30
* Use 'head -n1' when querying the compiler version.tradke2005-08-30
* Also check consistency of GHOSTSIZE option in CreateThornGroupInitialisers().tradke2005-08-30
* If a thorn defines group A containing one variable A the CST prints a level-1tradke2005-08-29
* Comment out check for cyclic dependencies. Some thorns need toschnetter2005-08-23
* For "make clean", remove the complete scratch directory instead ofschnetter2005-08-21
* configuration.ccl fix. Please test and report if anything breaksyye002005-08-16
* Don't use '-ip' in CXX_OPTIMISE_FLAGS when using Intel icpc 9.0.tradke2005-08-09
* Discussed on Patches mailing list 15.7.05:swhite2005-08-04
* Support for Darwin 8.1.0 (nemeaux.cct.lsu.edu).tradke2005-07-25
* Put shell variable expansion into quotes because it can expand to moreschnetter2005-07-20
* Properly quote the names and email address when creating theschnetter2005-07-18
* Insert a single space also at the beginning of all string values withtradke2005-06-20
* Do not abort on latex errors during the first two passes; only theschnetter2005-06-18
* Detect compiler versions.tradke2005-06-16
* Detect the compiler versions for CC, CXX, F77, and F90, and put the informationtradke2005-06-16
* Correct typo in commentschnetter2005-06-05
* Adding config file for Unicos v3.0.jshalf2005-06-05
* Undo previous patch:schnetter2005-06-03
* Use xlf77/xlf90 for F77/F90 if the latter aren't set otherwise by the user.tradke2005-06-03
* Do not require double quotes around the default for keyword values.schnetter2005-05-27
* Cactus support for latest version of OpenBSDjthorn2005-05-22
* Fixed bug from my previous commit which used the wrong logical expressiontradke2005-05-16
* Don't use keyword parameter ranges as regulare expressions but as ordinarytradke2005-05-16
* Fix for checking for empty patterns in regexps:tradke2005-05-16
* Check for availability of va_copy(3).tradke2005-05-16
* When creating a new thorn, fill in the thorn name as default title forschnetter2005-05-15
* Do not use empty patterns in regexps in perl when checking the defaultschnetter2005-05-12
* Add '-qlanglvl=stdc99' to CFLAGS when using xlc on AIX systems. This gives ustradke2005-05-12
* Don't add '-ip' to CXX_OPTIMISE_FLAGS when using Intel 8.1.tradke2005-05-03