summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Completed Util_TableSetFromString() to also parse string values and arrays.tradke2002-05-23
* [[from Jonathan Thornburg]]tradke2002-05-23
* Added new error code UTIL_ERROR_TABLE_NO_MIXED_TYPE_ARRAY which will be returnedtradke2002-05-22
* TAGS tables for groups.goodale2002-05-22
* Adding const qualifier to the rcsid.goodale2002-05-21
* Corrected allowed values for -paramater-level command line option.rideout2002-05-21
* Added CCTK_VParamWarn for variable argument listallen2002-05-21
* Fortran wrappers for CCTK_OutputVar and CCTK_OutputVarAsallen2002-05-21
* Give error message if tried to set an array parameter without the [number].goodale2002-05-20
* Improved format of "unable to set parameter" errors.rideout2002-05-20
* Some more error checking checking for valid numbers and traceback ofgoodale2002-05-20
* Makes new call to activate thorn parameters after thorns are activated.goodale2002-05-20
* Added array and accumulator parameters.goodale2002-05-20
* Added semicolon after CCTK_FILEVERSION().rideout2002-05-18