summaryrefslogtreecommitdiff
path: root/lib/sbin/GridFuncStuff.pl
Commit message (Expand)AuthorAge
* 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
* Changing names of internal array size parameters to start with cctkv to preventgoodale2001-10-14
* Changed to allow any combination of parameters andgoodale2001-10-13
* Preliminary support for 'vector' Grid Variables -goodale2001-10-07
* Extended CheckArraySizes() to parse SIZE option of ARRAY declarations.tradke2001-09-03
* Adding a "help" argument to the CST_error call to start adding suggested caus...allen2001-08-19
* More #defines for _CCTK_FARGUMENTS and _CCTK_CARGUMENTSallen2001-07-03
* Recognize CCTK_COMPLEX8, CCTK_COMPLEX16, and CCTK_COMPLEX32 types in ccl files.tradke2001-06-28
* Changed the USE_CCTK_PARAMETERS and CCTK_USE_ARGUMENTS macros to use atradke2001-06-12
* Check that array sizes in interface.ccl are parametersallen2001-05-12
* Index timelevels in the opposite way, now the current timelevel to work with ...allen2001-05-10
* Trap GFs comming from mixed dims.allen2001-05-10
* Change to names of different timelevels, eg. now is three timelevels are usedallen2001-04-18
* Include "cctk_Types.h" at top of generated include files cctk_Parameters.htradke2001-03-14
* Support for CCTK_BYTEallen2001-02-25
* Adding prototype to remove compiler warningsallen2001-02-24
* Adding function prototypesallen2001-02-24
* Removing superfluous elseif branchallen2000-12-18
* Added CCTKGROUPNUM_$groupname to allow correct behaviour for thornsallen2000-12-17
* Getting rid of excess semicolon.goodale2000-12-14
* Check that an array has the same number of sizes as dimensions. There mightallen2000-07-10
* Fixed missing prototypeallen2000-06-21
* Only active thorns should have their variables registered.goodale2000-04-23