summaryrefslogtreecommitdiff
path: root/src/include/cctk_Types.h
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numberseschnett2013-03-08
* Make CCTK_REAL16 more flexibleeschnett2013-01-15
* support __unused__ where known. This let's e.g. gcc know that especially the ...knarf2010-11-23
* This patch makes complex arithmetic in C and C++ more efficient, andschnetter2007-04-27
* Applies Erik's patch from 06.03.06swhite2006-05-11
* Define macros CCTK_{INT,REAL,COMPLEX}_PRECISION to values of 1, 2, 4, 8, 16,goodale2005-12-13
* 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
* Declare CCTK_CHAR in C a char instead of unsigned char.schnetter2005-01-30
* Use new HAVE_CCTK_<datatype> macro names.tradke2004-06-26
* change #if CCTK_HAVE_REAL16 --> #ifdef CCTK_HAVE_REAL16jthorn2004-06-23
* Define CCTK_REAL{8|16|32} fortran datatypes only if the correspondingtradke2004-06-20
* Define the type CCTK_FPOINTER also in Fortran.schnetter2004-03-31
* Define the type CCTK_POINTER_TO_CONST in Fortran as well.schnetter2004-01-19
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Switch back to a typedef for CCTK_POINTER.tradke2002-11-12
* As long as we don't have 'typedef const void *CCTK_CONST_POINTER;'tradke2002-11-06
* Executive decision to change CCTK_FN_POINTER -> CCTK_FPOINTER andallen2002-04-28
* Stuff for utility table routines, implemented by Jonathon Thornburg.goodale2001-11-13
* New Cactus datatype CCTK_BYTE which is an unsigned char in C and an integer*1...allen2001-02-25
* Adding a CCTK_STRING data type to be a const char * in Callen2001-02-24
* All include files for thorns now have cctk_ then a capital letter (!)allen2000-01-16