summaryrefslogtreecommitdiff
path: root/src/include/cctk_Misc.h
Commit message (Collapse)AuthorAge
* have CCTK_RegexMatch return a distinct error code if patterns is invalidrhaas2012-06-05
| | | | | | | | | | | | | | This patch changes the return value in the "does not compile" case to -1 and updates all source files that I could find that use it. Note that this patch changes behaviour of a routine. It used to return 0 for non-compiling patterns so thorns that test for C-like true would interpret invalid patterns as does-not-match, but will interpret the -1 return value as does-match. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4831 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add new flesh API functions CCTK_CompileDateTime() and Util_CurrentDateTime()tradke2006-07-28
| | | | | | | | | | | | | to return a date/time stamp following the ISO 8601 standard format if possible (see http://www.cactuscode.org/old/pipermail/developers/2006-July/004971.html). Add the timezone information in the time stamp returned by Util_CurrentTime(). You also need to update lib/make/make.configuration now in order to compile src/datestamp.c. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4358 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Use int instead of size_t for string length. All other flesh routinesschnetter2004-12-30
| | | | | | | also use int for lengths and not size_t. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3950 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
| | | | | | | *_FORTSTRING_LEN to access the string length. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3660 17b73243-c579-4c4c-a9d2-2d5706c11dac
* requires cctk_Types.h to compilerideout2001-12-11
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2493 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added prototype for CCTK_RunTitle().tradke2001-04-03
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2088 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototype for Util_CurrentDate().tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2086 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototype for Util_CurrentTime().tradke2001-03-19
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2084 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added missing prototype for CCTK_RunTime().tradke2001-03-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2077 17b73243-c579-4c4c-a9d2-2d5706c11dac
* config.h -> cctk_config.hallen2000-01-13
| | | | | | | and some tidying git-svn-id: http://svn.cactuscode.org/flesh/trunk@1245 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Removed tabs from files.goodale1999-11-24
| | | | | | | | | Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed LOGICAL in ccl files to BOOLEANallen1999-09-21
| | | | | | | | | | LOGICAL will still work for now Hopefully this will remove the confusion in Fortran with "logicals" having integer values git-svn-id: http://svn.cactuscode.org/flesh/trunk@977 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New include file namesallen1999-07-30
git-svn-id: http://svn.cactuscode.org/flesh/trunk@833 17b73243-c579-4c4c-a9d2-2d5706c11dac