summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Adding missing function prototypeallen2001-02-24
* Adding a CCTK_STRING data type to be a const char * in Callen2001-02-24
* Changing the name of a shadowed local variableallen2001-02-24
* Reorganising the parameter checking and adding checking levels whichallen2001-02-24
* Fixing warningsallen2001-02-24
* Adding CCTK_ParameterLevel to get the current level of parameter checking.allen2001-02-24
* Additions for parameter checking level of warningallen2001-02-24
* Adding command line argument for level of parameter checkingallen2001-02-24
* Removed unused variable in CCTKi_ScheduleCallFunction().tradke2001-02-23
* Removed unused static variable 'iteration'. Added prototype of defined routine.tradke2001-02-23
* Make default short warning messages rather than longallen2001-02-22
* Making the parameter cctk_show_schedule do what it says it doesallen2001-02-21
* Added CCTK complex functions for all possible precisions.tradke2001-02-20
* Return different error codes for different errors.tradke2001-02-17
* Fixed gcc warnings. Untabified. Fixed PR 365.tradke2001-02-16
* Fixing extremely stupid synchronisation bug - this shouldgoodale2001-02-15
* Added prototypes for new interpolation API routines CCTK_InterpGV() andtradke2001-02-14
* Added new interpolation API routines CCTK_InterpGV() and CCTK_InterpLocal().tradke2001-02-14
* Added prototypes of new routines to deal with coordinate system handles.tradke2001-02-14
* Added new routines to deal with coordinate system handles:tradke2001-02-14
* Add a trailing '\0' character to the parameter filename.tradke2001-02-12
* Fix to CCTK_ParameterFilename, and freeing some memory I'd missed whenallen2001-02-11
* Fixed wrong calculation of upper range in CCTK_CoordLocalRange().tradke2001-01-29
* The terminating NUL character was set one bytes too far into the hoststring.tradke2001-01-22
* Removing extraneous include introduced by my last commit.goodale2001-01-19
* Include util_Network.h for consistency.goodale2001-01-19
* Add Network.c .goodale2001-01-19
* Add in winsock header file necessary for Windows.goodale2001-01-19
* Added separate source file plus header for network related utility routines.tradke2001-01-19
* Replacing hard-coded (and wrong) filename with __FILE__ macro in errorgoodale2001-01-14
* Checking for non-valid case of coordinate direction = 0, and adding toallen2000-12-18
* Fixed logic error which meant only first range in rangelist ever got checked.goodale2000-12-17
* Various things to reduce the number of compile time warnings.goodale2000-12-16
* Tidied up the versioning stuff a bit.goodale2000-12-15
* Added prototype for the macro for CCTK_VERSION stuff.goodale2000-12-15
* Added new command line argument -i to help messages.goodale2000-12-13
* Only put help, version, etc, output out on proc 0 .goodale2000-12-13
* Added -i as an option. This says to ignore the next argument. Note thatgoodale2000-12-12
* Now check for WIN32_DIGITAL_FORTRAN instead ofgoodale2000-12-12
* Handle CCTK_VARIABLE_COMPLEX{8}{16}{32} types in CCTK_VarTypeSize().tradke2000-11-29
* CCTK_GHExtension() shouldn't return 'const void *' because sometimestradke2000-11-23
* Renamed parameter 'index' in some routines.tradke2000-11-23
* Making the overload macros more generic.goodale2000-11-21
* Lots more grdoc.goodale2000-11-13
* grdoc, coding guidelines, removing obsolete code.goodale2000-11-13
* Lots more grdoc.goodale2000-11-13
* Updated to use new syntax for MainLoopIndex.goodale2000-10-12
* Maing local function static as per prototype.goodale2000-10-12
* Fix for bug in printing of schedule tree for nested whiling loops - PR/464.goodale2000-10-12
* Added prototype for CCTK_GHExtension().tradke2000-10-08