summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
...
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
* Use different numerical values for the #defined enum-like constants.schnetter2003-10-27
* Define CCTK_ALL_FACES for up to 7 directions only. This removes #ifschnetter2003-10-15
* Include cctk_Faces.h automatically when "cctk.h" is included, for bothschnetter2003-10-13
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Fix typo.schnetter2003-10-08
* works with 2 byte integersrideout2003-08-22
* renamejthorn2003-07-20
* New functions for querying the number of active timelevels for a group/variableallen2003-07-17
* Deprecated CCTK_NumTimeLevels and all variants.allen2003-07-16
* prototypes for CCTK_NumTimeLevelsI and CCTK_NumTimeLevelsrideout2003-07-15
* Removed usused routines CCTKi_ExpectError() and CCTKi_ExpectOK().tradke2003-07-15
* Minor fixes for Cactus/1117allen2003-07-15
* Added a const qualifier to the cGH argument of all CCTK_SyncGroup*() fleshtradke2003-07-15
* Added a const qualifier to the 'cGH *' argument of the following functionstradke2003-07-14
* slightly expand comments as to what the error codesjthorn2003-06-27
* cGH.h: Add three new fields cctk_timefac, cctk_levoff, andschnetter2003-06-17
* 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
* Added level mode:goodale2003-05-09
* Added OpenBSD-ish Util_strlcpy and Util_strlcat functions submitted by Jonathongoodale2003-04-22
* 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
* Now scheduling a group AS preserves the identity of the group, allowinggoodale2003-02-17
* 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
* (from Jonathan Thornburg)tradke2003-01-29
* Changed the order of function parameters in CCTK_InterpGridArrays().tradke2003-01-22
* 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
* Fixed an icc warning about a comment in a comment.tradke2002-12-20
* CVS commit on behalf of Jonathan Thornburg:tradke2002-12-20
* Defined overloadable function CCTK_InterpGridArrays() and addedtradke2002-12-16
* Declare CCTK_PointerTo() with return type of CCTK_POINTER.tradke2002-12-12
* Added declaration for CCTK_PointerTo to the DECLARE_CCTK_FUNCTIONS macro.tradke2002-12-11
* Switch back to a typedef for CCTK_POINTER.tradke2002-11-12
* As long as we don't have 'typedef const void *CCTK_CONST_POINTER;'tradke2002-11-06
* Removed macros CCTK_GROUPLENGTH and CCTK_STORAGESIZE and the declaration of thetradke2002-06-21
* Check consistency of fprintf(3)-style format strings passed to CCTK_VWarn()tradke2002-05-29
* Added new error code UTIL_ERROR_TABLE_NO_MIXED_TYPE_ARRAY which will be returnedtradke2002-05-22
* TAGS tables for groups.goodale2002-05-22
* Added array and accumulator parameters.goodale2002-05-20
* Fixed some confusing commentsallen2002-05-16
* Executive decision to change CCTK_FN_POINTER -> CCTK_FPOINTER andallen2002-04-28
* Added an identify string to the cGH which must be filled out by the driver.tradke2002-04-18
* Passing timelevel storage info from schedule.ccl files to the flesh. Thisgoodale2002-04-17