aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* IOUtil_GetAllParameters() takes another argument now to indicate whether totradke2002-03-05
* Workaround for a bug in the pgcc compiler when searching for checkpoint filestradke2002-01-15
* No auto recovery possible on NT.tradke2002-01-07
* Set slice centers to zero for dimensions with no coordinates.tradke2001-12-28
* Changed recovery code to use opendir(3), readdir(3), closedir(3) instead oftradke2001-12-21
* Added code to copy the original parameter file to 'IO::outdir' or generatetradke2001-12-18
* Fixed ordering in 2D plane center setup.tradke2001-12-17
* Added new recovery mode "autoprobe" which is like "auto" but lets the usertradke2001-12-16
* Fixed small memory leakallen2001-12-14
* Fixed bug when printing an info message during recovery.tradke2001-12-12
* Give warnings with some more information why a slice center couldn't be set up.tradke2001-11-28
* 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
* 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
* 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
* 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
* 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
* Removing unused local variable and its assignment.tradke2000-10-24
* Unconditionally create the checkpoint dir.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
* #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
* Some tidying of IOUtil_ParseVarsForOutput().tradke2000-08-01
* Fixed compiler warning on nottallen2000-07-20
* Protecting array references for dim < 3.goodale2000-07-18
* Use parameters to choose 1D and 2D slices.allen2000-07-12
* New routines for calculating where 1D and 2D slices are located for outputallen2000-07-12