summaryrefslogtreecommitdiff
path: root/src/main
Commit message (Expand)AuthorAge
...
* slightly clarify wording in GRDOC comments forjthorn2006-05-14
* Applying Erik's patch from 6.10.05swhite2006-05-11
* Fix a bug in CCTK_ParameterSet() .jthorn2006-04-21
* Completed the previous fix -- I had missed another occurrance of theswhite2006-03-08
* Fix for bug introduced by recent patch in systems with non-SYSV conformantswhite2006-03-07
* As discussed in today's Cactus call, applying a couple of the patchesswhite2006-03-02
* Also print the working directory in the banner output at startup.tradke2006-02-16
* See Cactus Patches <patches@cactuscode.org>swhite2006-02-13
* When recovering parameters from checkpoint, only warn about attempts to settradke2006-02-03
* Extend CCTK_VWarn() so that, if Cactus::cctk_full_warnings is set to true,tradke2005-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
* 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
* Untabifying.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
* 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
* 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
* Add Cactus variable type CCTK_POINTER_TO_CONSTschnetter2005-08-25
* 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
* 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 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
* In CCTK_VWarn(): use copies of va_list when printing to stderr and stdout resp.tradke2005-02-24
* 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
* Patch from Yaakoub to add a complex version of the 'pow' function.goodale2005-01-24
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Implement steerable boolean parameter Cactus::highlight_warning_messagestradke2004-12-20
* Print warning message headers in bold font.tradke2004-12-10
* Functions completing the Cactus Timer API.swhite2004-08-12
* Correct wrong function description.schnetter2004-08-03
* Add additional scheduler options "loop-local", "loop-singlemap",schnetter2004-07-31
* Output more information when an unknown schedule option is encountered.schnetter2004-07-31
* Delimit timer info with "=" instead of "-" to make it more readable.schnetter2004-07-31
* Do not use CCTK_L2_CACHE_SIZE and CCTK_L2_CACHELINE_BYTES macros anymore.tradke2004-06-26
* Add option flag for 'local' mode.tradke2004-06-23
* Describe POSTRESTRICT and POSTREGRID bins during startup.schnetter2004-06-11
* CCTK_TraverseString() returns error code (-5) if it encounters an invalidtradke2004-06-09
* Added missing fortran wrapper prototypes.tradke2004-06-04