aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Document the IO::recover_and_remove parameter.tradke2006-06-06
* 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
* Clearly state that the 'IO::checkpoint_keep' parameter refers to the numbertradke2005-11-16
* Correct email address in copyright statement.schnetter2005-10-22
* Correct email address in copyright statement.schnetter2005-10-22
* Correct email address of Cactus maintainers.schnetter2005-10-22
* 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
* Add the rangetradke2005-06-20
* Set the default slice centre for 1D/2D output to be the centre of the boxtradke2005-06-16
* Make IO::checkpoint_keep steerable all the time.tradke2005-06-10
* Slightly changed description for IO::recover = "manual" to make it more obvioustradke2005-02-07
* 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
* Added new boolean parameter 'strict_io_parameter_check' to indicate whether totradke2004-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
* Updated configuration.ccl files. In Beta14 some of these willgoodale2004-03-27
* Schedule recovery and file reader routines in level mode.schnetter2004-03-12
* Schedule the file reader in level mode, and schedule appending to theschnetter2004-02-07
* Add mechanism to select output by coordinate time.schnetter2004-01-19
* Fix label/ref for filenames table.rideout2004-01-07
* Schedule IOUtil_RecoverGH at RECOVER_VARIABLES globally so thattradke2004-01-07
* 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
* Don't call CCTK_GroupgshVI() on grid scalar variables.tradke2003-10-27
* Fix for the recovery of parameters: use CCTK_ActivatingThorn() to find thetradke2003-09-04