summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
* 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
* Flush stdout and stderr before and after outputting a parametereschnett2011-08-13
* Add CCTK_VECTGFINDEX3D and friendseschnett2010-11-24
* detect error in dimension size settings of grid arrays, and produce a meaning...knarf2010-10-27
* fix last commit (ooops). ValidateModifiers() is apparently called for all mod...knarf2010-09-29
* check return value of CCTK_VarIndex for check of if/while variable in schedul...knarf2010-09-28
* reorganizes the printout of the scheduling treeknarf2010-06-03
* Improve screen message when option -S (--print-schedule) is usedschnetter2010-01-12
* Output parameter warnings to both stdout and stderr, same as regularschnetter2009-12-05
* Add new schedule modes meta_early, meta_late, global_early, andschnetter2009-12-05
* Associate a separate timer for each routine called in a given schedule bintradke2009-04-30
* also output the process ID in the Cactus banner printed at startuptradke2009-02-13
* Clarify error messageschnetter2009-01-26
* Name flesh timers so that they contain the routine name as wellschnetter2008-11-11