summaryrefslogtreecommitdiff
path: root/src/util/Table.c
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numberseschnett2013-03-08
* Make table printing functions publicly accessibleeschnett2011-11-09
* Fix for the erroneuously lablelled memory corruption. It seems what was just ...yye002006-01-10
* minor fix for complex numbersyye002006-01-06
* Untabifying.goodale2005-10-03
* Renaming min macro to MIN to avoid a conflict on windows.goodale2005-10-03
* Add Cactus variable type CCTK_POINTER_TO_CONSTschnetter2005-08-25
* Declare variables at the beginning of a function block.tradke2005-03-21
* update header comment description of where more docs can be foundjthorn2005-03-18
* move some debug printf() calls closer to the start of their functionsjthorn2005-03-18
* split Table.c test driver out into a separate thorn (CactusTest/TestTable)jthorn2005-03-18
* * untabifyjthorn2005-03-17
* Make CCTK_BYTE and CCTK_CHAR be distinct types. CCTK_BYTE is for gridschnetter2005-01-29
* The Fortran wrappers for Util_Table{Get,Set}Char are broken; removeschnetter2005-01-27
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* * introduce new #define UTIL_TABLE_FORTRAN_WRAPPERS to controljthorn2004-04-15
* 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