aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Correct function signatureHEADmastereschnett2011-01-20
* Make it a level 1 instead of a level 5 warning if IOBasic cannot get aschnetter2005-11-14
* commits to change IOBasic to use the new reduction interface. This breaks the...yye002005-11-01
* Use CCTK_BYTE instead of CCTK_CHAR.schnetter2005-01-29
* Add missing #include <stdio.h> statementschnetter2004-12-29
* Use aliased function IO_TruncateOutputFiles() to check whether or nottradke2004-11-17
* assert fixyye002004-08-12
* After setup, do an initial I/O parameter parsing and warn/stop on parsing errorstradke2004-06-09
* Add mechanism to select output by coordinate time.schnetter2004-01-19
* Fix some typos.rideout2003-12-03
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* In IOBasic_ScalarOutputGH(), check only once whether steerable parameterstradke2003-08-22
* Output the field for the iteration number with a length sufficient for 6 digits.tradke2003-05-28
* Added routine IOBasic_OutputVarAs() for unconditional output of variablestradke2003-03-10
* Removed an ugly artefact where a union was used to convert a 'const cGH*'tradke2003-03-10
* Copy pointer to string parameter into local variable before modifying it.tradke2003-01-07
* Initialize counters for how often to do output.tradke2003-01-06
* Use key/value tables to parse option strings in the IOBasic::out*_varstradke2002-05-27
* Fixed a bug for triggering info output.tradke2002-05-24
* Parameter names changes as announced in today's mail to users@cactuscode.org.tradke2002-05-06
* Fixed bug in choosing between decimal and exponential notation for info output.tradke2002-05-02
* Bugfix in parameter evaluation: if IOBasic::out*_every was set to 0 it wouldtradke2002-04-19
* Get the reduction result for Info output on every processor (because everytradke2002-04-15
* Removed calls to IOUtil_RestartFromRecovery(). Now the recovery info is takentradke2002-04-15
* Removed unused local variable.tradke2002-04-09
* Slightly more informative info messages.tradke2002-03-16
* Allow individual reductions on variables by parsing the options stringtradke2002-03-16
* Fixed small memory leak.tradke2002-01-18
* Fixed small memory leak.tradke2002-01-18
* Fixed return code of I/O methods.tradke2001-12-28
* Fixing CCTK_FILEVERSION lineallen2001-12-19
* Rename scalar output files to ".asc" or ".xg" if new filenaming scheme istradke2001-11-29
* For reduction output: use the reduction operator as a suffix in the resultingtradke2001-11-16
* Added const qualifier to the 'cGH *' argument of some more IO functions.tradke2001-11-05
* Fixed const pointer issue in the advertised file structure.tradke2001-10-30
* Fixing ABR found by Purify.goodale2001-10-10
* Bugfix in info output.tradke2001-09-12
* Reduced number of info messages by putting all into one using Util_asprintf().tradke2001-09-05
* Adding more output for newverbose parameter on startup/steering:allen2001-08-26
* Use IOUtil_CreateDirectory() to create output directories.tradke2001-08-10
* Fixed a bug in triggered info output.tradke2001-08-07
* For info output, you can now specify the reduction values to print by settingtradke2001-08-01
* Initial implementation of newverbose parameter in IOBasic.allen2001-07-11
* Adding output of the value of a scalar on processor 0. One day perhapsgoodale2001-06-16
* Fixed problem with 'char * = const char *' assignment which didn't compiletradke2001-06-14
* Making rcsid strings constant - PR 669.goodale2001-05-10
* CCTK_FILEVERSIONallen2001-05-06
* Omit the dotslash in advertised output filenames if output goes intotradke2001-04-05
* Write file information to output files only if IO::out_fileinfo is set.tradke2001-03-26
* Forgot put the date into the "Created ..." comment.tradke2001-03-19