summaryrefslogtreecommitdiff
path: root/lib/sbin/create_c_stuff.pl
Commit message (Expand)AuthorAge
* Ensure auto-generated parameter declaration file ends with newlineeschnett2013-06-13
* Allow setting parameter values at build timeeschnett2013-03-25
* support __unused__ where known. This let's e.g. gcc know that especially the ...knarf2010-11-23
* This is the application of the patch reported in Patches and Developsrsswhite2006-10-26
* 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
* Slightly more informative error message for an internal error condition;goodale2004-08-18
* Changed CCTK_DECLARE_ARGUMENTS and CCTK_DECLARE_PARAMETERS macros so thattradke2004-04-24
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Changed CreateParameterBindingFile() to include header files only if needed.tradke2003-01-25
* Erik Schnetter's patch to declare string parameters in a thorn's parametertradke2003-01-07
* Get rid of superfluous typecasts in DECLARE_CCTK_PARAMETERS.tradke2003-01-07
* Do an explicit cast when assigning value of structure member to a localgoodale2002-12-17
* Added AS for parameters. You can now have one name for a parameter as seengoodale2002-05-20
* Added array parameters.goodale2002-05-20
* Reworked treatment of CCTK_DECLARE macros. Now the C file preprocessortradke2002-03-27
* Untabified.goodale2001-10-14
* Adding a "help" argument to the CST_error call to start adding suggested caus...allen2001-08-19
* Changed the USE_CCTK_PARAMETERS and CCTK_USE_ARGUMENTS macros to use atradke2001-06-12
* Parameters should be decalred as constant.goodale2001-05-19
* Changing CCTK function nameallen2000-01-25
* Some changes for USE_CCTK_PARAMETERS and capitalising include filesallen2000-01-16
* config.h -> cctk_config.hallen2000-01-13
* Final code for supportingallen2000-01-12
* More details to remove warningsallen2000-01-11
* Filling out CCTK_USE_PARAMETERSallen2000-01-11
* Adding macros for using parameters and arguments to remove compiler warningsallen2000-01-11
* Fixed some things noticed by perl -w .goodale1999-10-25
* Changed to use Perl5 stuff...goodale1999-10-24
* Put an extern "C" around the parameter structure in header files.goodale1999-10-24
* Runtest now:allen1999-09-21
* Commented out some old unused parameter stuff.goodale1999-09-13
* New parameter stuff.goodale1999-08-26
* Include file name changesallen1999-07-30
* Option -O now gives at least some dummy output.tradke1999-07-29
* Errors with CST_error instead of dieallen1999-07-16
* String valued parameters should be char * not CCTK_CHAR * asgoodale1999-07-07
* Changed logical and keywords to use CCTK types.goodale1999-07-06
* Added all datatypes to parsers (but they don't work with pugh yet).allen1999-07-01
* Merging in of things from Joan's NT version...goodale1999-06-25
* Double -> CCTK_REALallen1999-06-15
* Fix (hopefully) for problem with parameters having different ordersallen1999-04-02
* Put & in front of some subroutine calls to be compatable with perl 4goodale1999-04-01
* Removed some speech marks which seem to be surplus to requirements ...allen1999-03-02
* BEFORE and AFTER should now work. This is probably still not verygoodale1999-02-24
* Strip off spaces at the start and end of the default string, otherwiseallen1999-02-19
* Order all parameters in common blocks and structures as real, pointer, int .goodale1999-02-16
* Sets the dfault for a logical properly.goodale1999-02-09
* iallen1999-02-02
* Added a dummy variable to a structure if it would otherwise be empty.goodale1999-01-29