summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Correct a severe error in handling sync statements in schedulingschnetter2005-05-25
* Do not emit an error message "invalid group/variable name" fromschnetter2005-05-21
* Test for availability of va_copy(3).tradke2005-05-16
* Prevent unnecessary overflow or underflow in complex division byschnetter2005-05-15
* Return the documented error indicating values.schnetter2005-05-13
* make CCTK_WARN_* #defines visible to Fortran code, as perjthorn2005-05-11
* Remove duplicate definitionschnetter2005-04-16
* Fixed gcc compiler warnings about local variables named after global symbolstradke2005-04-05
* Rename pow10 to mypow10 because pow10 is defined on some systems in <math.h>schnetter2005-03-24
* Declare variables at the beginning of a function block.tradke2005-03-21
* This is a partial fix for bug Cactus/1908jthorn2005-03-21
* update header comment description of where more docs can be foundjthorn2005-03-18
* fix header comment description of where more documentation can be foundjthorn2005-03-18
* remove a FIXME comment 'should write some latex docs'jthorn2005-03-18
* change hexadecimal flags-words constants to decimal so Fortran 77jthorn2005-03-18
* move some debug printf() calls closer to the start of their functionsjthorn2005-03-18
* split Table.c test driver out into a separate thorn (CactusTest/TestTable)jthorn2005-03-18
* * untabifyjthorn2005-03-17
* Move check for C++ into CCODE sectionschnetter2005-02-27
* In CCTK_VWarn(): use copies of va_list when printing to stderr and stdout resp.tradke2005-02-24
* Fixed typo to properly end a comment which otherwise would have been enclosed intradke2005-02-22
* Add cctk_Interp.h to cctk.h (FCODE section). Surround C prototypes inhawke2005-02-18
* Correct description of the warning levelsschnetter2005-02-07
* Correct description of the warning levelsschnetter2005-02-07
* Declare CCTK_CHAR in C a char instead of unsigned char.schnetter2005-01-30
* Introduce a parameter -L to select the logging level.schnetter2005-01-29
* Make CCTK_BYTE and CCTK_CHAR be distinct types. CCTK_BYTE is for gridschnetter2005-01-29
* Remove self field from cGH structureschnetter2005-01-29
* Add "activetimelevels" field to cGroupDynamicData structureschnetter2005-01-29
* The Fortran wrappers for Util_Table{Get,Set}Char are broken; removeschnetter2005-01-27
* Patch from Yaakoub to add a complex version of the 'pow' function.goodale2005-01-24
* Remove unnecessary #include <stdio.h>schnetter2005-01-21
* Changed way that variables are automatically 'used' so that we don't getgoodale2005-01-07
* Use int instead of size_t for string length. All other flesh routinesschnetter2004-12-30
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Add missing #include <stddef.h> statement.schnetter2004-12-29
* fix wrong function name in grdoc commentjthorn2004-12-28
* Revert another accidental change.schnetter2004-12-28
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* Added support for 'g' format.goodale2004-12-20
* Added support for E format.goodale2004-12-20
* Fix bug which ate zeros after decimal places for output.goodale2004-12-20
* Implement steerable boolean parameter Cactus::highlight_warning_messagestradke2004-12-20
* Undo my previous commit because it was GPL code.tradke2004-12-17
* New version of snprintf() and vsnprintf(). These are taken from the glib 1.2.8tradke2004-12-17
* Print warning message headers in bold font.tradke2004-12-10
* += #defines for warning levels, as per Steve's suggestions in PR#1742jthorn2004-12-10
* Protect call to sleep, as it is not available everywhere.goodale2004-11-05
* Also change the prototype for the Fortran ReduceGridArrays routine to match.hawke2004-11-03