summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
Commit message (Expand)AuthorAge
* Changes for ticket #768sbrandt2012-06-18
* Replace CCTK_RESTRICT by restrict, which is now defined by the flesheschnett2012-06-17
* Correct errors in handling optional capabilitieseschnett2012-06-17
* Clean up CCTK_GFINDEX definitionseschnett2012-05-12
* Declare cctkGH as const*eschnett2011-12-01
* 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
* Provide LoopControl macros.schnetter2009-11-12
* oops, the previous commit lost a file, due to a permissions problemswhite2006-10-26
* Application of Frank Löffler's patch of 28.02.06swhite2006-06-15
* 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
* 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
* Avoid warning about unused variable cctki_dummy_int in thorns withoutschnetter2005-08-03
* make CCTK_WARN_* #defines visible to Fortran code, as perjthorn2005-05-11
* Add cctk_Interp.h to cctk.h (FCODE section). Surround C prototypes inhawke2005-02-18
* Changed way that variables are automatically 'used' so that we don't getgoodale2005-01-07
* Changed the way how CCTK arguments are used in a following C function blocktradke2004-04-24
* Change ".eq. 1" to ".ne. 0" for CCTK_EQUALS, because this is what Cschnetter2004-04-04
* The preprocessor on the Cray-X1 put spaces in odd places when expandingjshalf2004-04-02
* Removed erroneous line continuation backslash in last line oftradke2004-03-31
* Replace #if defined () so that the Cactus CPP will work with flesh.allen2004-03-22
* Declare and define the cctk_convfac member of the cGH structure inschnetter2004-03-03
* Use inline functions instead of #defines for CCTK_GFINDEX?D if availableschnetter2004-01-19
* Set the preprocessor flag F90CODE for Fortran 90 source files.schnetter2004-01-19
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28
* Change include mechanism for aliased functions in Fortran. One now has toschnetter2003-10-27
* Include cctk_Faces.h automatically when "cctk.h" is included, for bothschnetter2003-10-13
* Minor fixes for Cactus/1117allen2003-07-15
* cGH.h: Add three new fields cctk_timefac, cctk_levoff, andschnetter2003-06-17
* Renamed routine CCTK_NULLPointer() into CCTK_NullPointer().tradke2003-02-12
* Added C wrapper for fortran function CCTK_NULLPointer() which takes notradke2003-02-12
* Declare CCTK_PointerTo() with return type of CCTK_POINTER.tradke2002-12-12
* Added declaration for CCTK_PointerTo to the DECLARE_CCTK_FUNCTIONS macro.tradke2002-12-11
* Removed macros CCTK_GROUPLENGTH and CCTK_STORAGESIZE and the declaration of thetradke2002-06-21
* This is basically a no-op commit to correct the previous commit message:tradke2002-03-27
* Changed the way how parameters are used within the USE_CCTK macros:tradke2002-03-27
* Prototypes for new coordinate functions.allen2001-12-29
* Removed fortran prototype for registering an IO methodallen2001-10-29
* Just incase anyone registers an IO method from fortranallen2001-10-23
* Preliminary support for 'vector' Grid Variables -goodale2001-10-07