summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Regenerateeschnett2013-06-13
* Honour CCTK_DISABLE_OMP_COLLAPSEeschnett2013-06-13
* fix implementation of 'complex' for c++0x, see #1374knarf2013-05-31
* Replace Cactus complex number type with C/C++ complex numberseschnett2013-03-08
* Implement CCTK_Error and friendseschnett2013-02-26
* Be more cautious with macro argument namespaces in cctk_Loop.heschnett2013-01-23
* Correct Fortran OpenMP errors in loop macroseschnett2013-01-22
* Make it obvious that all variables are used initialisedeschnett2013-01-19
* Mark some cctk_Loop variables as unusedeschnett2013-01-18
* Clean up namespace for vectorised loopseschnett2013-01-17
* Make CCTK_REAL16 more flexibleeschnett2013-01-15
* Always include <cmath> and <math.h> in the same ordereschnett2013-01-14
* Don't define C++ wrappers isnan() etc. for CUDAeschnett2012-12-05
* Make data parameter of expression evaluation functions consthinder2012-11-30
* Use CCTKi_VarDataPtrI in CCTK_DECLARE_ARGUMENTSeschnett2012-10-26
* Use CCTKi prefix for ExitIfParamCheckOnlyeschnett2012-10-25
* Added CCTK_TimerRunning and CCTK_TimerRunningIknarf2012-10-24
* Provide macros to always make isnan available under its standard nameeschnett2012-10-22
* Update Fortran API for CCTK_LOOP macroseschnett2012-09-19
* Replace CCTK_RESTRICT by restricteschnett2012-09-13
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Remove redundant includessbrandt2012-07-03
* Changes for ticket #768sbrandt2012-06-18
* Add script to auto-generate cctk_Loop.heschnett2012-06-18
* Replace CCTK_RESTRICT by restrict, which is now defined by the flesheschnett2012-06-17
* Correct errors in handling optional capabilitieseschnett2012-06-17
* Remove unused and broken BinaryTree implementationeschnett2012-06-15
* Add missing lssh field to struct cGroupDynamicDataeschnett2012-06-11
* have CCTK_RegexMatch return a distinct error code if patterns is invalidrhaas2012-06-05
* Clean up CCTK_GFINDEX definitionseschnett2012-05-12
* Add I/O timers to Cactus flesheschnett2012-05-08
* Declare missing 0D GFIndex functionseschnett2012-05-07
* Protect declarations with external "C"eschnett2012-05-07
* add function to query name of currently scheduled functionrhaas2012-04-23
* expand expression language, add error checking, and more documentationrhaas2012-04-19
* Allow arithmetic expression in ParameterSetrhaas2012-04-11
* Merge branch 'NewSchedule' into trunkhinder2012-01-31
* Improve comment explaining cGH->dataeschnett2011-12-12
* Declare cctkGH as const*eschnett2011-12-01
* Make table printing functions publicly accessibleeschnett2011-11-09
* Improve performance of Fortran index calculationseschnett2011-10-27
* Correct definitions of CCTK_LSSH and CCTK_LSSH_IDX in Fortraneschnett2011-08-28
* Check indices in CCTK_GFINDEX3D and friends when CCTK_DEBUG is definedeschnett2011-08-19
* Check HAVE_CCTK_C_INLINE to see if inlining is supportedeschnett2011-08-14
* This patch makes the CST stage create prototypes for all scheduledeschnett2011-03-30
* include cctk_Termination.h from cctk.hknarf2011-02-07
* Improve optional requirement of capabilitieseschnett2010-12-23
* Add CCTK_VECTGFINDEX3D and friendseschnett2010-11-24
* support __unused__ where known. This let's e.g. gcc know that especially the ...knarf2010-11-23
* Add new schedule modes meta_early, meta_late, global_early, andschnetter2009-12-05