summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* (from Jonathan Thornburg)tradke2003-01-29
* Undo my last commit which didn't seem to be needed.tradke2003-01-28
* Put '#ifdef __cplusplus' around rcsid and CCTK_FILEVERSION.tradke2003-01-28
* Added CactusDefaultInterpGridArrays() as a default for the overloadabletradke2003-01-24
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22
* Added fortran wrappers for most of the table API routines.tradke2003-01-20
* Parameter Cactus::max_runtime is now evaluated as REAL.tradke2003-01-12
* Changed datatype of parameter Cactus::max_runtime from INT into REAL.tradke2003-01-12
* typo in grdocrideout2003-01-07
* Fixed typos from last commit.tradke2003-01-07
* Added missing prototypes for CCTK_Cmplx{Sin,Cos,Exp,Sqrt}().tradke2003-01-07
* Get rid of macro recursions when declaring prototypes of CCTK_COMPLEX routines.tradke2003-01-06
* For CCTK_InterpGridArrays(), merge the local and global parameter tables into atradke2003-01-06
* Add group desription to printed schedule treeallen2002-12-30
* Fixed an icc warning about a comment in a comment.tradke2002-12-20
* CVS commit on behalf of Jonathan Thornburg:tradke2002-12-20
* Adding ; after CCTK_FILEVERSION macro.goodale2002-12-17
* Defined overloadable function CCTK_InterpGridArrays() and addedtradke2002-12-16
* Added fortran wrapper for CCTK_InterpGridArrays().tradke2002-12-16
* Added CactusDefaultInterpGridArrays() as default overloadable function fortradke2002-12-16
* Fixed gcc warning.tradke2002-12-16
* Declare CCTK_PointerTo() with return type of CCTK_POINTER.tradke2002-12-12
* Added fortran wrappers for Util_TableCreateFromString() and Util_TableDestroy().tradke2002-12-11
* Added declaration for CCTK_PointerTo to the DECLARE_CCTK_FUNCTIONS macro.tradke2002-12-11
* Implemented fortran wrapper functiontradke2002-12-11
* Switch back to a typedef for CCTK_POINTER.tradke2002-11-12
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Added another termination condition integer parameter cactus::max_runtimetradke2002-11-08
* As long as we don't have 'typedef const void *CCTK_CONST_POINTER;'tradke2002-11-06
* Added fortran wrapper for CCTK_FirstVarIndex().tradke2002-11-03
* Pass NULL instead of a 'struct timezone *' pointer as second argument totradke2002-10-31
* Setup cache after parameters are read, so thatrideout2002-09-16
* Commented out the -x <nprocs> option until it is added.allen2002-08-21
* Give line number when ActiveThorns parameter failsallen2002-08-20
* Changed error message slightly for missing implementations in ActiveThornsallen2002-08-20
* Initialize all items in the StringList structure to NULL when a listallen2002-08-18
* Fix error message for printing thorn dependencies.tradke2002-08-12
* If an implementation is required but not activated, print the name of thetradke2002-07-12
* CCTK_CoordRegisterData now returns with error code -5 if passed anrideout2002-07-08
* Catch malloc() of zero bytes explicitely.tradke2002-06-27
* Removed macros CCTK_GROUPLENGTH and CCTK_STORAGESIZE and the declaration of thetradke2002-06-21
* Removed the definition of the magic 'cctk_one' constant used to build the thorntradke2002-06-21
* [[from Jonathan Thornburg]]tradke2002-06-07
* Don't call malloc() with a size of zero bytes.tradke2002-06-07
* Check if there is an local/grid interpolation operator registered under atradke2002-05-31
* Fixed wrong number of arguments in calls to CCTK_VWarn().tradke2002-05-29
* Added missing include "cctki_Parameter.h".tradke2002-05-29
* Check consistency of fprintf(3)-style format strings passed to CCTK_VWarn()tradke2002-05-29
* Removed a garbage line in the grdoc.tradke2002-05-29