summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Ensure that the step size for integer parameter ranges is alwaysschnetter2005-09-04
* Add Cactus variable type CCTK_POINTER_TO_CONSTschnetter2005-08-25
* Clean up the definitions of CCTK_ReduceLocalArrays andschnetter2005-08-04
* Clean up the declaration of CCTK_ReduceLocalArrays:schnetter2005-08-04
* Do not cast t_reduce_operator** to void** -- this is illegal in C,schnetter2005-08-04
* Don't highlight parameter parser warning messages about newlines in quotedtradke2005-08-04
* Avoid warning about unused variable cctki_dummy_int in thorns withoutschnetter2005-08-03
* Free the parsed parameter expression with Util_ExpressionFree insteadschnetter2005-07-16
* Convert double value to string by using sprintf with the %.20g insteadschnetter2005-07-16
* Insert missing "do" statement (which did not make the code incorrectschnetter2005-07-16
* Change whitespace for the RESIZE_STACK, PUSHOP, and PUSHTOK macroschnetter2005-07-16
* Remove spurious (but harmless) break statement from PUSHTOK macro.schnetter2005-07-16
* Fixed bug from my last commit: CCTK_NumGroups() doesn't take an argument.tradke2005-06-07
* Check group/variable name/index argument in CCTK_ActiveTimeLevels*().tradke2005-06-07
* When creating the output file names for the "-r" options, use %uschnetter2005-06-05
* Correct typo in commentschnetter2005-06-04
* 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