summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add support for redirection of standard error.rideout2003-05-15
* Set CCTK_ALL_FACES to 2^30-1, so that it sets the lowest 30 bits torideout2003-05-13
* Produce an error message when a user asks for parameter info forgoodale2003-05-12
* Make it possible to use the string stuff in other standalone tests. Patchgoodale2003-05-09
* Added level mode:goodale2003-05-09
* Check for macros for cache size before usingallen2003-04-30
* Added OpenBSD-ish Util_strlcpy and Util_strlcat functions submitted by Jonathongoodale2003-04-22
* Store function pointers in a struct before adding them to the array reductiontradke2003-03-26
* Allow routines scheduled within groups triggered in analysis to be run if thegoodale2003-03-24
* Fix compiler warning of uninitialized variable.rideout2003-03-18
* Fixed compiler warnings about type casts with missing const qualifiers.tradke2003-03-12
* Protect the table API C prototype declarations by '#ifdef CCODE' so that thetradke2003-03-11
* Added new error code CCTK_ERROR_INTERP_GHOST_SIZE_TOO_SMALL.tradke2003-03-10
* Added const qualifiers to all the pointer function arguments in the flesh'stradke2003-03-10
* Bug fix for CCTK_ParameterWalk() which caused an infinite loop when calledtradke2003-02-27
* CCTKBindings_SetupThornFunctions () commented out, it is no longer needed.rideout2003-02-26
* Added a check against scheduling items with the same name in a schedule bingoodale2003-02-17
* Now scheduling a group AS preserves the identity of the group, allowinggoodale2003-02-17
* Check for a valid timelevel argument value in CCTK_VarDataPtr*().tradke2003-02-17
* Fixed CCTK_ParameterWalk() to also walk through array parameters.tradke2003-02-14
* Macros for specifying sets of faces of the computational domain,rideout2003-02-13
* Renamed routine CCTK_NULLPointer() into CCTK_NullPointer().tradke2003-02-12
* Added C wrapper for fortran function CCTK_NULLPointer() which takes notradke2003-02-12
* Make sure that strncpy'ed strings are properly NUL-terminated.tradke2003-02-11
* Bugfix in setting size of a vector group, found by Ian Hawke.goodale2003-02-10
* (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