aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* make checkpoint_dir steerable. This requires the checkpoint_dir to be created...knarf2012-01-11
* IOUtil: Advertise that this is the new version of this APIschnetter2009-12-05
* IOUtil: Update parsing API to allow output by simulation timeschnetter2009-12-05
* Make error message clearer: mention that it does not try to read from the giv...knarf2009-08-12
* Make error message clearer: mention that it does not try to read from the giv...knarf2009-08-12
* bugfix: remove correct key from options list table in routine SetOutputVar()tradke2009-05-18
* extend IOUtil_ParseVarsForOutput() to parse an options string for a list oftradke2009-04-21
* preallocate buffer in IOUtil_GetAllParameters(), to prevent too many subsequenttradke2008-10-17
* Change level 1 warning about non-existing directory to info messageschnetter2008-02-29
* Correct signatures of scheduled functionsschnetter2008-02-29
* Correct signatures of scheduled functionsschnetter2008-02-29
* Correct small (probably inconsequential) memory leak in recoveryschnetter2008-02-15
* Explicitly convert size_t to intschnetter2008-01-28
* check for a valid cctkGH pointer passed into IOUtil_RecoverVarsFromDatafiles()tradke2007-06-01
* Implement variable-specific output request option 'compression_level'tradke2006-11-17
* Make only optional use of aliased function Coord_GetDefaultSystem().tradke2006-10-04
* Fixed a small memory leak in evaluation of option strings of I/O parameters.tradke2006-09-04
* Properly encode/decode non-printable characters as 3-digit octal numberstradke2006-08-30
* In DecodeString, convert char to unsigned char before printing it asschnetter2006-08-25
* When encoding a non-printable character in a string, create aschnetter2006-08-25
* Have IOUtil_GetAllParameters() encode parameter values before concatenatingtradke2006-08-25
* Create the default output directory on all processors if IO::out_mode isn't settradke2006-07-03
* Fix evaluation of IO::truncate_files_after_recovering and IO::truncate_filestradke2006-06-08
* Introduce new boolean parameter IO::truncate_files.tradke2006-05-11
* Introduce new boolean parameter IO::require_empty_output_directorytradke2006-05-11
* Remove old unused test code.tradke2006-05-08
* Auto-recovery from an unchunked checkpoint file got broken in my last commit.tradke2006-02-13
* When searching for a list of checkpoint files in recovery modetradke2006-02-13
* The general routine to parse the value of IO*::out_vars parameters now alsotradke2005-10-05
* Check for valid variable index in IOUtil_DefaultIORequest().tradke2005-07-25
* Set the default slice centre for 1D/2D output to be the centre of the boxtradke2005-06-16
* Parse option "refinement_levels" in an I/O parameter option string.tradke2005-02-04
* Do not recover accumulator parameters.tradke2005-01-13
* Add missing #include <stdio.h> statementschnetter2004-12-29
* Decreased warning level for "existing parameter file will not be overwritten"tradke2004-12-08
* Provide an aliased function IO_TruncateOutputFiles() for other I/O thornstradke2004-11-17
* Removed definition of deprecated routine IOUtil_PrepareFilename().tradke2004-11-15
* Changed non-standard snprintf to Cactus Util_snprintf for portability.goodale2004-10-29
* assert fixyye002004-08-12
* Erik preferred filereader_ID_dir to filereader_dirswhite2004-07-28
* Added new parameter IO::filereader_dirswhite2004-07-28
* Added new routine IOUtil_AssembleFilename() to generate a checkpoint/filereadertradke2004-06-30
* Don't generate separate checkpoint filenames for different refinement levels.tradke2004-06-28
* Parse the 'IO::filereader_ID_vars' parameter for invalid variable/group names.tradke2004-06-23
* Extended API for IOUtil_ParseOutputFrequency() and IOUtil_ParseVarsForOutput()tradke2004-06-09
* Fixed wrong defaults for 2D slice center setup.tradke2004-06-01
* Fixed a bug in the 1D line / 2D slice center setup.tradke2004-05-14
* Call aliased function Coord_GetDefaultSystem() to get the default coordinatetradke2004-05-09
* Add a check 'with_ghostzones' to the ioRequest structure and initialize ittradke2003-11-17
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28