summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fixed a bug from my last commit.tradke2001-10-24
* Include a structure definition into 'extern "C" {' just to be suretradke2001-10-24
* New function to provide the implementation which provided a groupallen2001-10-23
* Just incase anyone registers an IO method from fortranallen2001-10-23
* Added a function which returns a list of required (=inherited+friends) implem...allen2001-10-23
* Adding prototypesallen2001-10-23
* Added implementation information for interpolation operatorsallen2001-10-23
* Added implementation information to reduce structureallen2001-10-23
* Added implementation information to the IOMethod structureallen2001-10-23
* Renamed function parameter from 'this' to 'list' otherwise you get problemstradke2001-10-23
* Start of putting the expression parser into the flesh available routines.goodale2001-10-13
* Preliminary support for 'vector' Grid Variables -goodale2001-10-07
* Fixed misspelling in prototype declaration for CCTK_CoordSystemHandle().tradke2001-10-01
* Removed duplicate prototype declaration for CCTK_CoordSystemHandle().tradke2001-10-01
* CCTK_ParameterGet() returns a const pointer now.tradke2001-09-20
* Make 'cGH *' argument to CCTK_TerminateNext() and CCTK_TerminationReached()tradke2001-09-20
* Renamed 'struct cTimerFuncs' into 'struct cClockFuncs'.tradke2001-07-12
* This file is replaced by cctk_Timers.hallen2001-07-10
* Prototypes for Cactus timer functionsallen2001-07-10
* New Coord API for registering the physical range of indices for coordinates.allen2001-07-04
* Util_GetHandleName() should return the name as a 'const char *'.tradke2001-07-03
* Define CCTK_GFINDEX?D as macros for C code (as it was before) but as inlinetradke2001-07-03
* define _CCTK_ARGUMENTS depending on languageallen2001-07-02
* Fixed for NT for three stringsallen2001-06-20
* prototype for CCTK_IsImplementationCompiledallen2001-06-04
* Adding key to argument lists of functions called during a traversal of the tree.goodale2001-06-04
* Get rid of the old interpolator interface which is depricated now.tradke2001-05-28
* Added Util_asprintf,Util_asnprintf,Util_snprintf,Util_vsnprintf.goodale2001-05-24
* New improved thorn activation routine. This routine checks the relationshipsgoodale2001-05-22
* Stuff for sorted fixed-length lists of strings.goodale2001-05-21
* Several inter-twined changes: -goodale2001-05-21
* Pass 'const cGH *' into CCTK_GHExtension().tradke2001-05-19
* Prototype for CCTK_VarDataPtr() changed.tradke2001-05-11
* In CCTK_SyncGroupsI(), changed an 'int *' parameter into a 'const int *'.tradke2001-05-04
* Made return of CCTK_TerminateNext void as per spec.goodale2001-05-03
* New header file containing prototypes of CCTK termination routines.tradke2001-04-24
* Added missing semicolons to T3E version of FORTSTRING_CREATE macros.tradke2001-04-22
* Added missing prototypes for CCTKi_ routines.tradke2001-04-20
* Adding macro to get index for a 4D grid functionallen2001-04-19
* Changed the previous confusing names of the Fortran macros to remove theallen2001-04-09
* Made CCTK_VARIABLE_CHAR and CCTK_VARIABLE_BYTE have the same valueallen2001-04-09
* Added prototype for CCTK_RunTitle().tradke2001-04-03
* Added missing prototype for Util_CurrentDate().tradke2001-03-19
* Added missing prototype for Util_CurrentTime().tradke2001-03-19
* Added missing prototype for CCTK_RunTime().tradke2001-03-14
* Removed printf() debug statement in one of the overload macros.tradke2001-03-06
* Adding function prototypesallen2001-02-25
* include CCTK_BYTEallen2001-02-25
* New Cactus datatype CCTK_BYTE which is an unsigned char in C and an integer*1...allen2001-02-25
* Initial implementation of Function Aliasing for thorns.allen2001-02-24