summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* recover parameters earlyrhaas2014-05-16
* automatically expand StringLists when requiredrhaas2014-03-15
* disallow empty value strings when setting numbers in CCTK_ParameterSetrhaas2014-02-13
* Whitespace updateeschnett2014-02-08
* Use #ifdef HAVE_CCTK_REAL8 instead of #ifdef CCTK_REAL8eschnett2014-02-07
* Reformat routineeschnett2013-10-10
* Remove unused variableseschnett2013-08-20
* Cactus currently printsknarf2013-07-27
* return "parameter already set" when resetting a fixed parameter during recoveryrhaas2013-07-04
* use lrint and casts to avoid compiler warnings about type conversionrhaas2013-07-04
* Undoing an accidental commit.sbrandt2013-05-06
* Closing tickets #1290, #1328, #1324sbrandt2013-05-06
* Let active thorns treat \r as whitespace when parsing tokens.sbrandt2013-03-18
* Correct typo in commenteschnett2013-03-11
* Mark code after CCTK_Warn(0,...) as unreachableeschnett2013-03-11
* Replace Cactus complex number type with C/C++ complex numberseschnett2013-03-08
* Implement CCTK_Error and friendseschnett2013-02-26
* Don't crash when activating non-existing thornseschnett2013-01-21
* Add more error checks when activating thornseschnett2013-01-20
* Correct variable nameeschnett2013-01-18
* Only warn (don't err) if a thorn is activated multiple timeseschnett2013-01-18
* Automatically activate required thornseschnett2013-01-18
* Correct and beautify timer outputeschnett2013-01-14
* re-instate range checks for integer parameters rhaas2012-12-10
* Cactus allows for negative error levelknarf2012-12-03
* Make data parameter of expression evaluation functions consthinder2012-11-30
* Check for errors when redirecting stdout/stderreschnett2012-11-20
* Remove unused variableeschnett2012-11-20
* ScheduleInterface.c: Add printf format stringhinder2012-11-20
* Use CCTKi_VarDataPtrI in CCTK_DECLARE_ARGUMENTSeschnett2012-10-26
* Use ANSI C prototype for CCTKi_ExitAfterParamCheckeschnett2012-10-25
* Use CCTKi prefix for ExitIfParamCheckOnlyeschnett2012-10-25
* Added CCTK_TimerRunning and CCTK_TimerRunningIknarf2012-10-24
* Make the -P short version of --exit-after-param-check work.diener2012-10-23
* Correct C function prototypeseschnett2012-10-23
* List --exit-after-param-check in help texteschnett2012-10-23
* Committing change for ticket #176sbrandt2012-07-24
* Move MPI support from flesh to a thorneschnett2012-07-21
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Changes for ticket #768sbrandt2012-06-18
* Add missing lssh field to struct cGroupDynamicDataeschnett2012-06-11
* have CCTK_RegexMatch return a distinct error code if patterns is invalidrhaas2012-06-05
* add function to query name of currently scheduled functionrhaas2012-04-23
* expand expression language, add error checking, and more documentationrhaas2012-04-19
* fix memory leak in SetVarEvaluatorrhaas2012-04-17
* fix access to free()ed memory in ParameterSetReal introduce in r 4797rhaas2012-04-17
* Allow arithmetic expression in ParameterSetrhaas2012-04-11
* Ensure that stderr remains unbufferedeschnett2012-03-04
* Set file buffering for stdout after redirecting I/Oeschnett2012-03-03
* Merge branch 'NewSchedule' into trunkhinder2012-01-31