summaryrefslogtreecommitdiff
path: root/lib/sbin/CreateParameterBindings.pl
Commit message (Expand)AuthorAge
* Allow setting parameter values at build timeeschnett2013-03-25
* Changes for ticket #768sbrandt2012-06-18
* Properly check for errors when parsing parameter STEERABLE valueseschnett2011-12-12
* 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
* Use correct perl interpreter when running c_file_processor from the CSTgoodale2004-03-27
* Add more empty lines to [CF]Parameters.h (but less than before).schnetter2003-11-19
* Use fewer empty lines in [CF]Parameters.h.schnetter2003-11-19
* Traverse all hashes alphabetically, so that all output files of theschnetter2003-10-07
* Correcting initialisation of shared array parameters. Fix for PR/1445.goodale2003-03-17
* Moved definitions of structures for restricted and private parameters fortradke2003-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
* Fix for when extending a parameter shared AS.goodale2002-05-20
* 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
* Adding a "help" argument to the CST_error call to start adding suggested caus...allen2001-08-19
* Undo my last commit which broke CST configuration on architectures excepttradke2001-06-27
* Use $PERL instead of perl in a command. This fixes a CST problem under Windows.tradke2001-06-26
* Changed the USE_CCTK_PARAMETERS and CCTK_USE_ARGUMENTS macros to use atradke2001-06-12
* Escape all backslashes in parameter ranges so that they aren't treatedtradke2001-04-17
* Include "cctk_Types.h" at top of generated include files cctk_Parameters.htradke2001-03-14
* Adding function prototypesallen2001-02-25
* Adding prototypes to remove compiler warningsallen2001-02-24
* Parameter range descriptions weren't passed correctly.tradke2000-08-28
* FORTRAN_NAME -> CCTK_FNAMEallen2000-05-10
* Added specification for steerable parameters in param.cclallen2000-02-01
* CCTK function name changesallen2000-01-25
* Changing include file namesallen2000-01-16
* config.h -> cctk_config.hallen2000-01-13
* Change script to remove last pointer warning on originallen2000-01-12
* Final code for supportingallen2000-01-12
* More stuff to remove warningsallen2000-01-11
* Need some new lines at the end of created files for the originallen2000-01-11
* Adding USE_CCTK_PARAMETERS which will eventually remove warnings on originallen2000-01-11
* Fixing various things pointed out by compiling with -Wall.goodale1999-11-03
* The parameter creation routines are declared as returning an int, sogoodale1999-10-26
* 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
* Creating all files with WriteFile, and changing filenames ofallen1999-10-24
* Now all files created by the CST are compared with those alreadyallen1999-10-21
* CST only writes files which have changed (still a couple more writesallen1999-10-20
* Commented out some old unused parameter stuff.goodale1999-09-13
* New parameter stuff.goodale1999-08-26