summaryrefslogtreecommitdiff
path: root/lib/sbin/GridFuncStuff.pl
Commit message (Expand)AuthorAge
* Use CCTKi_VarDataPtrI in CCTK_DECLARE_ARGUMENTSeschnett2012-10-26
* Optimise DECLARE_CCTK_ARGUMENTSeschnett2012-10-25
* Declare argument const to prevent compiler warningeschnett2012-07-22
* Introduce cctk_ash, retire cctk_lssheschnett2012-07-04
* Changes for ticket #768sbrandt2012-06-18
* Replace CCTK_RESTRICT by restrict, which is now defined by the flesheschnett2012-06-17
* Pass unallocated arrays to Fortran as NULL pointerseschnett2011-11-09
* Improve performance of Fortran index calculationseschnett2011-10-27
* Change case in file name of internal auto-generated fileeschnett2011-09-26
* support __unused__ where known. This let's e.g. gcc know that especially the ...knarf2010-11-23
* Add a statement #include "cGH.h" to the autogenerated cctk_Arguments.hschnetter2008-03-20
* Don't include <string.h> into auto-generated interface files, since itschnetter2008-01-25
* Fixed compiler warning about missing prototype for strlen(3) in generated codetradke2006-07-04
* Application of patchswhite2006-06-08
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Change the names of the internal routine arguments that contain theschnetter2005-09-26
* Introduce macros CCTK_DECLARE and CCTK_DECLARE_INIT which declare orschnetter2005-09-26
* Make some internal macros safer by adding parenthesesschnetter2005-09-25
* Also check consistency of GHOSTSIZE option in CreateThornGroupInitialisers().tradke2005-08-30
* Correct typo in commentschnetter2005-06-05
* Remove support for grid variables of type CCTK_CHARschnetter2005-01-29
* Add missing #include <stddef.h> to autogenerated filesschnetter2005-01-22
* Changed way that variables are automatically 'used' so that we don't getgoodale2005-01-07
* Add the restrict qualifier to C/C++ arguments.goodale2004-11-30
* Cast the Fortran CCTK_ARGUMENTS list elements from void* to theschnetter2004-11-05
* More informative warning messages.goodale2004-08-17
* Catch syntax errors in size specifications like in "SIZE=1,2,".tradke2004-04-30
* Changed CCTK_DECLARE_ARGUMENTS and CCTK_DECLARE_PARAMETERS macros so thattradke2004-04-24
* Allow global parameters in size declarations of ARRAYs.rideout2003-12-06
* Allow vector groups of scalars.schnetter2003-11-21
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Traverse all hashes alphabetically, so that all output files of theschnetter2003-10-07
* Operators in expressions are only one character in length.rideout2003-07-15
* Improved pattern matching in last commit for array SIZE values so that itallen2003-07-07
* Fixed error message.allen2003-07-07
* Eliminate white space in parameter expressions, so that they arerideout2003-05-23
* Changed the NULL-pointer passing for non-existing or non-allocated gridtradke2003-02-13
* Now remove debugging statements accidently left inallen2003-01-26
* Removed extra comma in CST generated files for vector groupsallen2003-01-26
* A thorn's CCTKi_BindingsFortranWrapperXXX() routine is now static and definedtradke2003-01-24
* Allow square brackets in expression for size of grid arrays. Fixesrideout2003-01-23
* Changed the definition of the DECLARE_CCTK_<THORN>_CARGUMENTS macros:tradke2002-06-21
* Use CCTK_VarDataPtr() rather than cctk->data[CCTK_VarIndex("some_var")] in thetradke2002-06-17
* TAGS tables for groups.goodale2002-05-22
* Allow array sizes to be set by parameters set from other implementations.goodale2002-04-03
* Reworked treatment of CCTK_DECLARE macros. Now the C file preprocessortradke2002-03-27
* Fixed issue with 'const' pointers used in the bindings code.tradke2001-12-13
* Allow the length of a vector array can to be an arithmetical combination ofgoodale2001-11-02
* Quick hack to shorten names of function arguments.tradke2001-10-18
* Untabified.goodale2001-10-14