summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
Commit message (Expand)AuthorAge
* Cactus allows for negative error levelknarf2012-12-03
* Check for errors when redirecting stdout/stderreschnett2012-11-20
* List --exit-after-param-check in help texteschnett2012-10-23
* Ensure that stderr remains unbufferedeschnett2012-03-04
* Set file buffering for stdout after redirecting I/Oeschnett2012-03-03
* Added new command line option '--logdir <dir>' which sets the output directorytradke2006-06-29
* When printing the Cactus help, indicate that the '-b,--buffering' optiontradke2006-06-23
* Use two dashes instead of a single dash when describing command lineschnetter2006-06-23
* Add a new command line option to select the buffering mode of stdout.schnetter2006-06-23
* apply patchjthorn2006-06-01
* Applying Erik's patch from 6.10.05swhite2006-05-11
* When creating the output file names for the "-r" options, use %uschnetter2005-06-05
* Introduce a parameter -L to select the logging level.schnetter2005-01-29
* Correct wrong function description.schnetter2004-08-03
* Cleanup output of -h command line option.rideout2004-01-07
* Use different numerical values for the #defined enum-like constants.schnetter2003-10-27
* Add support for redirection of standard error.rideout2003-05-15
* Produce an error message when a user asks for parameter info forgoodale2003-05-12
* Putting semicolons at the end of CCTK_FILEVERSIONs.goodale2002-11-12
* Commented out the -x <nprocs> option until it is added.allen2002-08-21
* Corrected allowed values for -paramater-level command line option.rideout2002-05-21
* Redirect stdout to file right after the '-r' command line option was parsed.tradke2002-04-13
* Typo in grdocallen2002-01-06
* Stop Cactus if warning/error level command line option isn't followed bytradke2001-11-16
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Adding command line argument for level of parameter checkingallen2001-02-24
* Various things to reduce the number of compile time warnings.goodale2000-12-16
* Tidied up the versioning stuff a bit.goodale2000-12-15
* Added new command line argument -i to help messages.goodale2000-12-13
* Only put help, version, etc, output out on proc 0 .goodale2000-12-13
* grdoc, style-guidelines, ...goodale2000-10-05
* Changing around include filesallen2000-07-19
* Changing arguments around for CCTK_Exitallen2000-07-14
* Getting rid of a few compiler warnings.goodale2000-04-19
* Stuff for cactus -x[n].goodale2000-04-18
* Now uses the NULL_DEVICE to redirect to if that is defined.goodale2000-04-18
* Removing warnings from rcsid variables.allen2000-04-17
* bug fix, Info->printflanfer2000-03-20
* CommandLine routines now exit with CCTK_Exit and do not output on every proclanfer2000-03-20
* first take at CCTK_Exit in Commandlinelanfer2000-03-17
* Changed interface for CCTK_ParameterWalk() to return both a canonical nametradke2000-03-14
* Some #defines needed with my next commit to cctk_Parameter.h.goodale2000-03-07
* New function and structure namesallen2000-02-03
* Replaced CCTKi_ThornList() by CCTK_NumCompiledThorns() and CCTK_CompiledThorn().tradke2000-02-02
* CCTK function name changesallen2000-01-25
* Added missing prototype.goodale1999-12-03
* Removed tabs from files.goodale1999-11-24
* Changing various things pointed to by compiling with -Wall.goodale1999-11-03
* Some bugfixes and renaming of parameter stuff.goodale1999-10-18
* Checks the return of SplitString and doesn't pass a null string to the parametergoodale1999-10-13