summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
...
* 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
* Removed old interpolator API code.tradke2004-06-20
* Fix indentation.schnetter2004-06-07
* Changed the way how CCTK arguments are used in a following C function blocktradke2004-04-24
* Move group constants to cctk_Constants.h so that they are available toschnetter2004-04-17
* Add a function Util_StrMemCmpi that compares a C and a Fortran stringschnetter2004-04-12
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
* Add macros *_FORTSTRING_LEN that allow C code to access the stringschnetter2004-04-12
* 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
* Define the type CCTK_FPOINTER also in Fortran.schnetter2004-03-31
* 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
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* Declare and define the cctk_convfac member of the cGH structure inschnetter2004-03-03
* Add new scheduling options "meta" and "singlemap" for Carpet.schnetter2004-02-16
* Add cGH entry for the convergence factor.schnetter2004-02-06
* Moved the F90 modules into a new thorn "F90".goodale2004-02-05
* Add entry "tagstable" to the cGroup structure.schnetter2004-02-05
* Comment out a routine with a really long nameschnetter2004-01-20
* Use inline functions instead of #defines for CCTK_GFINDEX?D if availableschnetter2004-01-19
* Add grdoc headersschnetter2004-01-19
* Add (incomplete) Fortran 90 bindings for the flesh functions.schnetter2004-01-19
* Set the preprocessor flag F90CODE for Fortran 90 source files.schnetter2004-01-19
* Define the type CCTK_POINTER_TO_CONST in Fortran as well.schnetter2004-01-19
* Allow vector groups of scalars.schnetter2003-11-21
* Allow comparison operators in accumulator expressions.schnetter2003-11-07
* Change the way in which pointers are passed to and from Fortran.schnetter2003-10-28