summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add the basic grammar files, and the changessbrandt2013-04-03
* Updates to Piraha:sbrandt2013-03-22
* Minor cleanup of the grammar.sbrandt2013-03-18
* Let active thorns treat \r as whitespace when parsing tokens.sbrandt2013-03-18
* Don't require a final newline.sbrandt2013-03-18
* Remove debug outputeschnett2013-03-11
* 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
* 1) Allow comments in quotessbrandt2013-03-06
* Make support for inf more explicit, and add supportsbrandt2013-03-05
* Significant upgrade of Piraha:sbrandt2013-03-04
* Fix a namespace issuesbrandt2013-02-26
* (1) Fix compilation issues on Pandorasbrandt2013-02-26
* Implement CCTK_Error and friendseschnett2013-02-26
* Allow for unquoted file names so long as they begin with ./ or /sbrandt2013-02-25
* Change the parameter parser to Pirahasbrandt2013-02-25
* Be more cautious with macro argument namespaces in cctk_Loop.heschnett2013-01-23
* Correct Fortran OpenMP errors in loop macroseschnett2013-01-22
* Don't crash when activating non-existing thornseschnett2013-01-21
* Add more error checks when activating thornseschnett2013-01-20
* Make it obvious that all variables are used initialisedeschnett2013-01-19
* Mark some cctk_Loop variables as unusedeschnett2013-01-18
* 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
* Clean up namespace for vectorised loopseschnett2013-01-17
* Make CCTK_REAL16 more flexibleeschnett2013-01-15
* Correct and beautify timer outputeschnett2013-01-14
* Always include <cmath> and <math.h> in the same ordereschnett2013-01-14
* re-instate range checks for integer parameters rhaas2012-12-10
* Don't define C++ wrappers isnan() etc. for CUDAeschnett2012-12-05
* 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
* ParseFile.c: Change semantics of call to fread so that error check makes sensehinder2012-11-20
* ScheduleInterface.c: Add printf format stringhinder2012-11-20
* Check file size while readingeschnett2012-11-19
* Cache result of gethostname() calleschnett2012-11-19
* 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
* allow ${parfile} in parameter files to allow ${parfile}/subdirknarf2012-10-24
* Added CCTK_TimerRunning and CCTK_TimerRunningIknarf2012-10-24
* Add a flag indicating if a timer is running or not.knarf2012-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
* Add missing call to va_endeschnett2012-10-23