summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix for the erroneuously lablelled memory corruption. It seems what was just ...yye002006-01-10
* minor fix for complex numbersyye002006-01-06
* Fix macro for getting size of staggered array.goodale2005-12-15
* Extend CCTK_VWarn() so that, if Cactus::cctk_full_warnings is set to true,tradke2005-12-13
* Patch from Erik Schnetter to track the capacity of the list andgoodale2005-12-13
* Define macros CCTK_{INT,REAL,COMPLEX}_PRECISION to values of 1, 2, 4, 8, 16,goodale2005-12-13
* Cosmetic changes.goodale2005-12-13
* Removing unused variables as found by David Rideout and Erik Schnetter.goodale2005-12-13
* Correcting some formatting.goodale2005-12-13
* bumped the warning level from 3 to 1 on missing reduction operators (now that...yye002005-12-12
* Correct typos in comments.schnetter2005-11-19
* migration from misnomer pointwise-reduction to reduce arrays globallyyye002005-11-14
* Pointwise reduction flesh supportyye002005-11-08
* Make parameter array assignments without specifying the actual indextradke2005-11-03
* Apply patch http://www.cactuscode.org/old/pipermail/patches/2005-October/0001...tradke2005-10-24
* A fix to routine documentation, more of these will be made as time allows (st...yye002005-10-21
* Untabifying.goodale2005-10-03
* Renaming min macro to MIN to avoid a conflict on windows.goodale2005-10-03
* Adding missing header.goodale2005-10-03
* Changing C++ comment markers to C comment markers.goodale2005-10-03
* Do sanity checking on parameter file name and give a reason why itgoodale2005-10-03
* Untabifying.goodale2005-10-03
* Patch from Jian Tao to add some callback functionality to thegoodale2005-10-03
* Undo changes that prevent more unwanted warnings about unused variables.schnetter2005-09-28
* Remove unused function declarations.schnetter2005-09-26
* Print run time warnings while setting parameters with CCTK_WARNschnetter2005-09-26
* Introduce macros CCTK_DECLARE and CCTK_DECLARE_INIT which declare orschnetter2005-09-26
* Correct typos in commentsschnetter2005-09-25
* 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