summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* Remove spurious (but harmless) break statement from PUSHTOK macro.schnetter2005-07-16
* Fixed gcc compiler warnings about local variables named after global symbolstradke2005-04-05
* Rename pow10 to mypow10 because pow10 is defined on some systems in <math.h>schnetter2005-03-24
* 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
* Use int instead of size_t for string length. All other flesh routinesschnetter2004-12-30
* fix wrong function name in grdoc commentjthorn2004-12-28
* Revert another accidental change.schnetter2004-12-28
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* Added support for 'g' format.goodale2004-12-20
* Added support for E format.goodale2004-12-20
* Fix bug which ate zeros after decimal places for output.goodale2004-12-20
* Undo my previous commit because it was GPL code.tradke2004-12-17
* New version of snprintf() and vsnprintf(). These are taken from the glib 1.2.8tradke2004-12-17
* Functions completing the Cactus Timer API.swhite2004-08-12
* Renamed local variable 'index' to 'idx' to get rid of gcc compiler warningstradke2004-06-21
* Patch from Yaakoub to support parameter files with <CR><LF> at ends of lines.goodale2004-05-10
* Don't do cache padding if cache size or cacheline size are unknown.tradke2004-05-07
* * introduce new #define UTIL_TABLE_FORTRAN_WRAPPERS to controljthorn2004-04-15
* drop -ansi -pedanticjthorn2004-04-15
* Add a function Util_StrMemCmpi that compares a C and a Fortran stringschnetter2004-04-12
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
* Remove empty filesschnetter2004-04-01
* Add CVS headerschnetter2004-04-01
* 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
* When stripping the directory part off the parameter file name, do notschnetter2004-02-06
* Fix typo in comment.schnetter2004-01-22
* for the functionjthorn2004-01-16
* Print long int value with %ld instead of converting it to intschnetter2004-01-16
* typo in commentrideout2004-01-07
* Allow comparison operators in accumulator expressions.schnetter2003-11-07
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Properly initialize an allocated cTimerData structure.tradke2003-09-30
* typo in commentrideout2003-08-22
* Removed flesh-internal routine STR_compi(). Instead, Util_StrCmpi() should betradke2003-08-22
* 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
* add EXTRA_CFLAGS to make changing command-line -Dxxx options easierjthorn2003-07-19
* add header comment explaining why all the complciated machinery is needed :)jthorn2003-07-19
* * allow C compiler and flags to be overridden from command linejthorn2003-07-19