summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Catch malloc() of zero bytes explicitely.tradke2002-06-27
* Removed macros CCTK_GROUPLENGTH and CCTK_STORAGESIZE and the declaration of thetradke2002-06-21
* Removed the definition of the magic 'cctk_one' constant used to build the thorntradke2002-06-21
* [[from Jonathan Thornburg]]tradke2002-06-07
* Don't call malloc() with a size of zero bytes.tradke2002-06-07
* Check if there is an local/grid interpolation operator registered under atradke2002-05-31
* Fixed wrong number of arguments in calls to CCTK_VWarn().tradke2002-05-29
* Added missing include "cctki_Parameter.h".tradke2002-05-29
* Check consistency of fprintf(3)-style format strings passed to CCTK_VWarn()tradke2002-05-29
* Removed a garbage line in the grdoc.tradke2002-05-29
* Completed Util_TableSetFromString() to also parse string values and arrays.tradke2002-05-23
* [[from Jonathan Thornburg]]tradke2002-05-23
* Added new error code UTIL_ERROR_TABLE_NO_MIXED_TYPE_ARRAY which will be returnedtradke2002-05-22
* TAGS tables for groups.goodale2002-05-22
* Adding const qualifier to the rcsid.goodale2002-05-21
* Corrected allowed values for -paramater-level command line option.rideout2002-05-21
* Added CCTK_VParamWarn for variable argument listallen2002-05-21
* Fortran wrappers for CCTK_OutputVar and CCTK_OutputVarAsallen2002-05-21
* Give error message if tried to set an array parameter without the [number].goodale2002-05-20
* Improved format of "unable to set parameter" errors.rideout2002-05-20
* Some more error checking checking for valid numbers and traceback ofgoodale2002-05-20
* Makes new call to activate thorn parameters after thorns are activated.goodale2002-05-20
* Added array and accumulator parameters.goodale2002-05-20
* Added semicolon after CCTK_FILEVERSION().rideout2002-05-18
* Adding a ; after the CCTK_FILEVERSION macro, as the c_file_processor.pl scriptgoodale2002-05-17
* Fixed some confusing commentsallen2002-05-16
* Fixed grdoc.tradke2002-05-16
* Fortran binding for CCTK_OutputVarallen2002-05-16
* Fixed parsing of undocumented $PARFILE variable.tradke2002-05-13
* From Jonathan Thornburg:allen2002-05-09
* Small fix for CCTK_ParameterSet() to increment the number of times atradke2002-05-04
* CCTK_VarPtrDataI passes back NULL if it the data pointer isn't thereallen2002-04-29
* Changing FN_POINTERs to FPOINTERsallen2002-04-29
* CCTK_FN_POINTER -> CCTK_FPOINTERallen2002-04-28
* Executive decision to change CCTK_FN_POINTER -> CCTK_FPOINTER andallen2002-04-28
* Only try and increase storage if there are some grid variable groupsallen2002-04-28
* Added an identify string to the cGH which must be filled out by the driver.tradke2002-04-18
* Passing timelevel storage info from schedule.ccl files to the flesh. Thisgoodale2002-04-17
* Change the top-level storage for GVs to use new GroupStorageIncrease.goodale2002-04-16
* Redirect stdout to file right after the '-r' command line option was parsed.tradke2002-04-13
* Fixed a bug when recovering non-steerable parameters.tradke2002-04-12
* Fixed a small typo in a warning message.tradke2002-04-12
* Replaced HUGE_VAL by DBL_MAX which should be used as the maximum floating-pointtradke2002-04-11
* Use HUGE_VAL instead of FLT_MAX for the maximum possible value for doubles.tradke2002-04-11
* Changed to use the new GroupStorageIncrease/Decrease functions.goodale2002-04-04
* Two new overloadable routinesgoodale2002-04-04
* Allow implementation name for fully qualified parameter names when setting ar...goodale2002-04-03
* [[from Jonathan Thornburg]]rideout2002-04-03
* Increased the number of precision digits for floating-point values returnedtradke2002-03-28
* This is basically a no-op commit to correct the previous commit message:tradke2002-03-27