summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Clean up the declaration of CCTK_ReduceLocalArrays:schnetter2005-08-04
* Avoid warning about unused variable cctki_dummy_int in thorns withoutschnetter2005-08-03
* Correct typo in commentschnetter2005-06-04
* make CCTK_WARN_* #defines visible to Fortran code, as perjthorn2005-05-11
* Remove duplicate definitionschnetter2005-04-16
* fix header comment description of where more documentation can be foundjthorn2005-03-18
* remove a FIXME comment 'should write some latex docs'jthorn2005-03-18
* change hexadecimal flags-words constants to decimal so Fortran 77jthorn2005-03-18
* Move check for C++ into CCODE sectionschnetter2005-02-27
* Fixed typo to properly end a comment which otherwise would have been enclosed intradke2005-02-22
* Add cctk_Interp.h to cctk.h (FCODE section). Surround C prototypes inhawke2005-02-18
* Correct description of the warning levelsschnetter2005-02-07
* Correct description of the warning levelsschnetter2005-02-07
* Declare CCTK_CHAR in C a char instead of unsigned char.schnetter2005-01-30
* Introduce a parameter -L to select the logging level.schnetter2005-01-29
* Make CCTK_BYTE and CCTK_CHAR be distinct types. CCTK_BYTE is for gridschnetter2005-01-29
* Remove self field from cGH structureschnetter2005-01-29
* Add "activetimelevels" field to cGroupDynamicData structureschnetter2005-01-29
* Patch from Yaakoub to add a complex version of the 'pow' function.goodale2005-01-24
* Remove unnecessary #include <stdio.h>schnetter2005-01-21
* Changed way that variables are automatically 'used' so that we don't getgoodale2005-01-07
* Use int instead of size_t for string length. All other flesh routinesschnetter2004-12-30
* Add missing #include <stddef.h> statement.schnetter2004-12-29
* += #defines for warning levels, as per Steve's suggestions in PR#1742jthorn2004-12-10
* Patch from Yaakoub to add a processor-number to reduce to to thegoodale2004-10-19
* Patch from Yaakoub for missing prototypes.goodale2004-09-09
* patch from Yaakoub to add new GA reduction API.goodale2004-08-30
* New reduction APIs - as done by Yaakoub.goodale2004-08-12
* Functions completing the Cactus Timer API.swhite2004-08-12
* Add additional scheduler options "loop-local", "loop-singlemap",schnetter2004-07-31
* Use new HAVE_CCTK_<datatype> macro names.tradke2004-06-26
* Add option flag for 'local' mode.tradke2004-06-23
* change #if CCTK_HAVE_REAL16 --> #ifdef CCTK_HAVE_REAL16jthorn2004-06-23
* Fixed typo in macros names in my previous commit: HAVE_CCTK_REAL* should readtradke2004-06-20
* Define CCTK_REAL{8|16|32} fortran datatypes only if the correspondingtradke2004-06-20
* Use '#if CCTK_HAVE_REAL*' rather than '#ifdef CCTK_REAL*'.tradke2004-06-20