summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Rename routine CCTK_IOMethod to CCTK_IOMethodName, since it returnsschnetter2009-12-05
* Provide LoopControl macros.schnetter2009-11-12
* Remove superfluous argument "first" from if_check prototype; "first"schnetter2008-08-29
* Correct inconsistency in prototype for argument check_if in functionschnetter2008-05-26
* Add IF clauses to schedule itemsschnetter2008-04-09
* Add a new function CCTK_MaxGFDim to the flesh which returns theschnetter2008-04-07
* Correct #ifdef _cplusplus to #ifdef __cplusplus to find out whetherschnetter2007-11-16
* Implement a new flesh function CCTK_SchedulePrintTimesToFile.schnetter2007-08-25
* This patch makes complex arithmetic in C and C++ more efficient, andschnetter2007-04-27
* remove external include guard "#ifndef _CCTK_TYPES_H" aroundjthorn2006-12-21
* oops, the previous commit lost a file, due to a permissions problemswhite2006-10-26
* Added two new flesh API functions CCTK_ParameterSetNotifyRegister() andtradke2006-09-28
* add another error code for the interpolators:jthorn2006-08-31
* += new interpolator error codejthorn2006-08-13
* Add new flesh API functions CCTK_CompileDateTime() and Util_CurrentDateTime()tradke2006-07-28
* Declare and make use of new overloadable CCTK_SyncGroupsByDirI() whichtradke2006-07-06
* Added new command line option '--logdir <dir>' which sets the output directorytradke2006-06-29
* Add a new command line option to select the buffering mode of stdout.schnetter2006-06-23
* Application of Frank Löffler's patch of 28.02.06swhite2006-06-15
* Applies Erik's patch from 06.03.06swhite2006-05-11
* Applying Erik's patch from 6.10.05swhite2006-05-11
* Correct 3D stagger codesschnetter2006-04-20
* According to the standard, the ptrdiff_t type is declared in <stddef.h> (andtradke2006-02-09
* Define the variable cctki_dummy_int (which is used internally in thetradke2006-02-08
* Fix macro for getting size of staggered array.goodale2005-12-15
* Patch from Erik Schnetter to track the capacity of the list andgoodale2005-12-13
* Define macros CCTK_{INT,REAL,COMPLEX}_PRECISION to values of 1, 2, 4, 8, 16,goodale2005-12-13
* migration from misnomer pointwise-reduction to reduce arrays globallyyye002005-11-14
* Pointwise reduction flesh supportyye002005-11-08
* Untabifying.goodale2005-10-03
* Untabifying.goodale2005-10-03
* Patch from Jian Tao to add some callback functionality to thegoodale2005-10-03
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Introduce macros CCTK_DECLARE and CCTK_DECLARE_INIT which declare orschnetter2005-09-26
* Correct typos in commentsschnetter2005-09-25
* Add Cactus variable type CCTK_POINTER_TO_CONSTschnetter2005-08-25