summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* File committed into wrong directory.rideout2002-01-21
* [[message actually from Jonathan Thornburg, checkin by David Rideoutrideout2002-01-21
* Added missing include.tradke2002-01-18
* Check for a race condition in case CCTK_CreateDirectory() is called for thetradke2002-01-17
* A revised version of the tables source code with auto-destroytradke2002-01-17
* Fixed a small bug. Completed grdoc.tradke2002-01-02
* The callback routine, CCTKi_SetParameter(), passed to the ParseFile() routinetradke2002-01-02
* Changed CCTK_TimerPrintData and CCTK_TimerPrintDataI to take two arguements,allen2001-12-29
* Renamed CCTK_DisplayTimerData() to CCTK_TimerPrintData() (along withrideout2001-12-17
* Added fortran wrapper protoypes.tradke2001-12-12
* Expanded a CCTK_WARN macro into CCTK_VWarn().tradke2001-12-11
* Added Fortran bindings for timers, and two subroutinesrideout2001-12-11
* 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
* 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
* 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
* Stuff for utility table routines, implemented by Jonathon Thornburg.goodale2001-11-13
* Latest changes: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
* Adding a const qualifier to the 'cGH *' argument of some flesh routinestradke2001-11-05
* New improved, or at least more functional, expression parser and evaluator.goodale2001-11-04
* Added missing includes and fixed a couple of 'cast from const pointer' warnings.tradke2001-10-30
* Fixing memory allocation error.goodale2001-10-25
* Print out times with the same formatallen2001-10-20
* Adding expression parser.goodale2001-10-13
* Start of putting the expression parser into the flesh available routines.goodale2001-10-13
* Increased parse buffer size to 8 kB. Also allocate buffers dynamicallytradke2001-09-07
* Removed extraneous semicolon to get rid of compiler warning.tradke2001-09-01
* Get rid of the prefix when creating named timers so that the othertradke2001-08-27
* Don't print any warning or info messages in CCTK_CreateDirectory().tradke2001-08-27
* Return +1 in CCTK_CreateDirectory() if dir already exists, and negativetradke2001-08-27
* Make the name for named Cactus timers unique by prepending the timer number.tradke2001-07-12
* Added two new timer routines:tradke2001-07-12
* CCTK_TimerRegister -> CCTK_ClockRegisterallen2001-07-10
* Util_GetHandleName() should return the name as a 'const char *'.tradke2001-07-03
* Fixing some compiler warnings.goodale2001-06-25
* Fixed type conversions for gcc 3.0 .goodale2001-06-23
* Adding key to argument lists of functions called during a traversal of the tree.goodale2001-06-04
* Added Util_asprintf,Util_asnprintf,Util_snprintf,Util_vsnprintf.goodale2001-05-24
* Added Util_asprintf,Util_asnprintf,Util_snprintf,Util_vsnprintf.goodale2001-05-24
* Stuff for sorted fixed-length lists of strings.goodale2001-05-21
* Stuff for sorted fixed-length lists of strings.goodale2001-05-21
* Fixed compiler warnings.tradke2001-05-19
* Compiler warningsallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10