summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fixed fortran wrappers for CCTK_SyncGroupXXX() and CCTK_Barrier()tradke2001-12-09
* Define USE_ARGUMENTS macro which expands to something which use the argumentstradke2001-12-09
* Forgot to add a prototype for CCTK_QueryGroupStorage().tradke2001-12-06
* Added fortran wrapper for CCTK_QueryGroupStorage(). Maybe this file is not thetradke2001-12-06
* Added missing header include.tradke2001-12-06
* Forgot the 'return' statement in my last commit.tradke2001-12-04
* Fixed compiler warning about an unused variable assignment.tradke2001-12-04
* Added return statement to prevent compiler warning 'function should return a ...tradke2001-12-04
* Fixes for Cactus/833,828,825allen2001-12-04
* Removed warning from CCTK_SetBoolean, this should be caught in anyallen2001-12-04
* Fixed compiler warnings for variables with 'const' qualifiers.tradke2001-12-03
* Fixed Util_SplitFilename() to allocate both the dir and basename string.tradke2001-12-03
* Fix CCTK_CompileDate() to return the day as a 2-digit number. This makes thistradke2001-12-03
* Removed the old regex stuff in CCTKi_ExtractSize() since Tom's new expressiontradke2001-11-27
* Turned the GH argument type in calls to CCTK_EnableGroup[{Storage}{Comm}]()tradke2001-11-27
* Undefine strdup before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Undefine CCODE before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Stop Cactus if warning/error level command line option isn't followed bytradke2001-11-16
* Stuff for utility table routines, implemented by Jonathon Thornburg.goodale2001-11-13
* Latest changes:goodale2001-11-07
* Fixing some unprotected mallocs spotted by Ian Hawke.goodale2001-11-07
* Fixed semantics for the fortran wrappers CCTK_FortranString() and CCTK_Parame...tradke2001-11-06
* Moved verification out of evalaution and into parsing stage to speed upgoodale2001-11-06
* Undo something from my last commit where I accidentally changed the APItradke2001-11-05
* Adding a const qualifier to the 'cGH *' argument of some flesh routinestradke2001-11-05
* Change "Total time" to "Total time for simulation" in timer reportallen2001-11-05
* Updated to use new version of expression parser.goodale2001-11-04
* New improved, or at least more functional, expression parser and evaluator.goodale2001-11-04
* Adding the trigger groups for a routine to the cFunctionData structure.allen2001-11-03
* Added fortran wrapper for CCTK_ParameterValString().tradke2001-11-02
* Added thorn name, routine name and scheduling bin to the FunctionDataallen2001-10-31
* CCTK_MyProc(), CCTK_nProcs(), CCTK_Barrier() and their Cactus defaulttradke2001-10-31
* Added missing includes and fixed a couple of 'cast from const pointer' warnings.tradke2001-10-30
* All the CCTK_VarDataPtr() routines take a 'const cGH *' argument.tradke2001-10-30
* Routines returning coordinate ranges take a 'const cGH *' as an argumenttradke2001-10-30
* Removed fortran prototype for registering an IO methodallen2001-10-29
* Give a warning if an IOMethod isn't registeredallen2001-10-26
* Don't stop if a variable type isn't know, but give a level 4 warningallen2001-10-26
* Using the expression parser for array sizes again now that the memory buggoodale2001-10-25
* Fixing memory allocation error.goodale2001-10-25
* Fixed a bug from my last commit.tradke2001-10-24
* Include a structure definition into 'extern "C" {' just to be suretradke2001-10-24
* Added missing variable initialization in vector group setup.tradke2001-10-23
* 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