summaryrefslogtreecommitdiff
path: root/src/util/Table.c
Commit message (Expand)AuthorAge
* add comment explaining last commit :)jthorn2004-03-26
* Do not report an error when allocating 0-sized arrays on certainschnetter2004-03-26
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* renamejthorn2003-07-20
* Fix a memory leak in Util_TableCreateFromString():jthorn2003-07-19
* add standalone-test-driver tests for Util_Table{Set,Get}Pointerjthorn2003-07-19
* put all Fortran-wrapper routines insidejthorn2003-07-19
* Added fortran wrappers for most of the table API routines.tradke2003-01-20
* Added fortran wrappers for Util_TableCreateFromString() and Util_TableDestroy().tradke2002-12-11
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Completed Util_TableSetFromString() to also parse string values and arrays.tradke2002-05-23
* Fixed grdoc.tradke2002-05-16
* From Jonathan Thornburg:allen2002-05-09
* CCTK_FN_POINTER -> CCTK_FPOINTERallen2002-04-28
* [[from Jonathan Thornburg]]rideout2002-04-03
* [[from Jonathan Thornburg]]tradke2002-02-04
* [[message actually from Jonathan Thornburg, checkin by David Rideoutrideout2002-01-21
* A revised version of the tables source code with auto-destroytradke2002-01-17
* Forgot the 'return' statement in my last commit.tradke2001-12-04
* Added return statement to prevent compiler warning 'function should return a ...tradke2001-12-04
* Undefine CCODE before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Stuff for utility table routines, implemented by Jonathon Thornburg.goodale2001-11-13