aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Some more const qualifiers for routine arguments.tradke2001-11-01
* The advertised file structure contains 'const char *' pointers now.tradke2001-10-30
* IOUtil_RestartFromRecovery() takes a 'const cGH *' argument now.tradke2001-10-30
* Spelling mistakeallen2001-08-24
* No need to inherit from Cactus, I guess.tradke2001-08-10
* Added routine IOUtil_CreateDirectory() which creates an output directorytradke2001-08-10
* Fixed compiler warnings about a parameter named 'basename' which shadowstradke2001-08-01
* Give a level-1 warning if parameter recovery from given recovery_dir failed f...tradke2001-07-12
* Added a new parameter newverbose = none, standard, full for addingallen2001-07-11
* Some more documentation on output of hyperslabs, defaults for 1D lines andtradke2001-07-09
* Advertise the parameter file so it can be viewed/downloaded fromallen2001-06-26
* Compiler warningsallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Commented out debugging output.tradke2001-05-09
* Also set the slice center if there's no coordinate system registered.tradke2001-05-08
* Made "IO::out_fileinfo" parameter steerable at recovery.tradke2001-05-04
* Fixed compiler warnings about unused function parameters.tradke2001-05-03
* Files from "IO::recover_ID_files" list are now searched in "IO::recovery_dir".tradke2001-04-23
* Fixed small memory problem setting up slice centersallen2001-04-10
* Added new parameter KEYWORD out_fileinfo "Add some useful file information to...tradke2001-03-26
* Fixed gcc compiler warnings.tradke2001-03-26
* Added missing include for memset(3).tradke2001-03-12
* Use ceil() when computing the slice centers for 1D lines/2D planes.tradke2001-03-08
* Fixing warningsallen2001-02-24
* Update to ranges for out_every.goodale2000-12-17
* Completing parameter range descriptions and fixing a couple of formatting bugsallen2000-12-17
* Made checkpoint_file checkpoint_ID_file recover_file STEERABLE = ALWAYS.tradke2000-11-22
* Removing unused local variable and its assignment.tradke2000-10-24
* Added new parameter BOOLEAN new_filename_scheme "Use the new filename scheme ...tradke2000-10-17
* BOOLEAN recover_and_remove: Remove checkpoint file after successful recovery ...lanfer2000-10-06
* Added new parameter BOOLEAN checkpoint_on_terminate "Checkpoint after last it...tradke2000-10-05
* Unconditionally create the checkpoint dir.tradke2000-09-21
* Made IO::checkpoint_every STEERABLE = ALWAYS.tradke2000-09-21
* Moved static variable listener_DB to AdvertisedFiles.c.tradke2000-09-21
* Added new source file AdvertisedFiles.c.tradke2000-09-21
* Removed typedefs and prototypes which are now in separate headers ioutil_*.h.tradke2000-09-21
* Moved advertised file stuff from GHExtensions.c to here.tradke2000-09-21
* Moved IOUtil_PrintTimings() from GHExtensions.c to here.tradke2000-09-21
* Moved IOUtil_PrintTimings() into Utils.c.tradke2000-09-21
* Use CCTK_TraverseString() to parse the IO::in_vars parameter.tradke2000-09-21
* Took some stuff out of ioGH.h and put it into separate header files.tradke2000-09-21
* Added a */ I had forgotten about.goodale2000-09-20
* Added Ryoji's parameter 'BOOLEAN IO::recover_and_remove".tradke2000-09-18
* #ifdefing out the listener database on the GH extension.goodale2000-09-17
* Made listener database local rather than being on the GH.goodale2000-09-17
* Cosmetic changes - missing rcsids, etc.goodale2000-09-17
* Fixing small memory leak reported by purify.tradke2000-08-30
* extending the IOUtil parameters for 1D/2D outputlanfer2000-08-22
* Some tidying of IOUtil_ParseVarsForOutput().tradke2000-08-01