summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* drop -ansi -pedanticjthorn2004-04-15
* Provide Fortran wrappers for some flesh functions that return a string.schnetter2004-04-12
* Add a function Util_StrMemCmpi that compares a C and a Fortran stringschnetter2004-04-12
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
* Add macros *_FORTSTRING_LEN that allow C code to access the stringschnetter2004-04-12
* Flush stdout before printing to stderr.schnetter2004-04-06
* Create timers with unique names by using an integer serial number.schnetter2004-04-06
* Change ".eq. 1" to ".ne. 0" for CCTK_EQUALS, because this is what Cschnetter2004-04-04
* Check malloc return values more carefully: malloc(0)==0 is not anschnetter2004-04-04
* Check malloc return valueschnetter2004-04-04
* Complete list of error codes for CCTK_FirstVarIndexschnetter2004-04-04
* Reformat commentschnetter2004-04-04
* The preprocessor on the Cray-X1 put spaces in odd places when expandingjshalf2004-04-02
* Remove empty filesschnetter2004-04-01
* Add CVS headerschnetter2004-04-01
* Fixed parsing of vector groups in CCTK_TraverseString().tradke2004-04-01
* Define the type CCTK_FPOINTER also in Fortran.schnetter2004-03-31
* Removed erroneous line continuation backslash in last line oftradke2004-03-31
* add comment explaining last commit :)jthorn2004-03-26
* Do not report an error when allocating 0-sized arrays on certainschnetter2004-03-26
* Put macros on one line so that Cactus CPP can deal with themallen2004-03-22
* Replace #if defined () so that the Cactus CPP will work with flesh.allen2004-03-22
* Option strings parsed in CCTK_TraverseString() should now be enclosed in curlytradke2004-03-13
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* Declare and define the cctk_convfac member of the cGH structure inschnetter2004-03-03
* Add new scheduling options "meta" and "singlemap" for Carpet.schnetter2004-02-16
* When stripping the directory part off the parameter file name, do notschnetter2004-02-06
* Add cGH entry for the convergence factor.schnetter2004-02-06
* Moved the F90 modules into a new thorn "F90".goodale2004-02-05
* Add entry "tagstable" to the cGroup structure.schnetter2004-02-05
* Fix typo in comment.schnetter2004-01-22
* Allows scheduling in the analysis bin without any triggers. Thisschnetter2004-01-21
* Comment out a routine with a really long nameschnetter2004-01-20
* Fixed CCTK_CoordLocalRange() to calculate the local ranges fromtradke2004-01-20
* Use inline functions instead of #defines for CCTK_GFINDEX?D if availableschnetter2004-01-19
* Add grdoc headersschnetter2004-01-19
* Remove empty fileschnetter2004-01-19
* Print shutdown message before shutting down MPI.schnetter2004-01-19
* Add (incomplete) Fortran 90 bindings for the flesh functions.schnetter2004-01-19
* Set the preprocessor flag F90CODE for Fortran 90 source files.schnetter2004-01-19
* Define the type CCTK_POINTER_TO_CONST in Fortran as well.schnetter2004-01-19
* Fix the return values of CactusDefaultGroupStorage{In,De}crease. Theyschnetter2004-01-16
* for the functionjthorn2004-01-16
* add/clarify comments injthorn2004-01-16
* fix a wrong header comment forjthorn2004-01-16
* Fix memory leak in CactusDefaultGroupStorageDecreaseschnetter2004-01-16
* CCTK_{En,Dis}ableGroupStorage return not the number of time levels,schnetter2004-01-16
* Fix typoschnetter2004-01-16
* Print long int value with %ld instead of converting it to intschnetter2004-01-16