summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* GRdoc + coding guideline stuff.goodale2000-10-04
* CCTK_ParameterFilename returns STDIN if the parameters are read from standard...allen2000-10-03
* Added Util_SplitFilename which provides the directory and filename from a ful...allen2000-10-03
* Fixed $PARAMETER_FILE to strip off directory in par fileallen2000-10-03
* Added a new function CCTK_RunTime which returns the number of seconds sinceallen2000-10-03
* Fixing CCTK_CoordLocalRange, it wasn't working if the coordinate direction wa...allen2000-10-03
* Macro name changesallen2000-09-22
* Increasing warning levels for coordinatesallen2000-09-22
* Removed deprecated macrosallen2000-09-22
* Made cctk_final_time steerableallen2000-09-21
* Removed deprecated function callsallen2000-09-21
* Removed deprecated CCTK_mkdirallen2000-09-21
* REGISTER_INTERP_ARGLIST->INTERP_REGISTER_ARGLISTallen2000-09-21
* Added prototype for CCTK_TraverseString().tradke2000-09-21
* Added CCTK_TraverseString() which takes a string and traverses it fortradke2000-09-21
* Added constants for CCTK_TraverseString.tradke2000-09-21
* added cctk_run_title for description of runallen2000-09-19
* Use the CCTK_MainLoopIndex ... these will soon be moved to driver overloadabl...allen2000-09-19
* Added CCTK_RunTitle which provides a string giving a description ofallen2000-09-19
* Added CCTK_ParameterFilenameallen2000-09-19
* Added CCTK_CurrentTime and CCTK_CurrentDateallen2000-09-19
* Fixing BR 437. Untabified source.tradke2000-09-18
* Fixing BR 431 and 432.tradke2000-09-18
* Can now specify '-' as the parameter file name, in which case stdin in used.goodale2000-09-16
* Added extra argument to Util_HashDestroy so a function which destroysgoodale2000-09-14
* Added a 'volatile' qualifier to all variables which hold the result of atradke2000-09-12
* Can now pass CXX=none to the configure line. The checks for CXX are thengoodale2000-09-01
* Removed unused variable.tradke2000-08-02
* #ifdef MPI -> #ifdef CCTK_MPItradke2000-08-01
* Declared reduction operator arguments as array[] rather than *array.tradke2000-08-01
* C default conversions mean that a CCTK_CHAR will be promoted to an int,goodale2000-07-26
* casting to CCTK_INT* rather than int*)lanfer2000-07-26
* Return retval instead of 0allen2000-07-20
* Replaced assert(0) with abort() in CactusDefaultAbortallen2000-07-20
* SEtIOFunctions -> CCTKi_SetIOFunctionsallen2000-07-19
* Adding prototypesallen2000-07-19
* Changing around include filesallen2000-07-19
* Updating prototypesallen2000-07-19
* Registered reduction operators return intsallen2000-07-19
* Fixing indexing of stagger arrays. These are now in Fortran order withgoodale2000-07-18
* added comment on usage for CCTK_CoordRangelanfer2000-07-18
* #ifdef MPI changed into #ifdef CCTK_MPItradke2000-07-18
* Included assert.h which is need for non-MPI configs.tradke2000-07-17
* Adding prototypeallen2000-07-15
* Removing compiler warnings and tidyingallen2000-07-15
* IsThornActive is a fortran function not a subroutineallen2000-07-15
* Added CactusDefaultAbortallen2000-07-15
* Removed unused variable. Untabified sources.tradke2000-07-15
* New arguments for CCTK_Abortallen2000-07-14
* Added some consts to variable definitionsallen2000-07-14