summaryrefslogtreecommitdiff
path: root/src/datestamp.c
Commit message (Collapse)AuthorAge
* 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
* Added missing header include.tradke2001-12-06
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2484 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fix CCTK_CompileDate() to return the day as a 2-digit number. This makes thistradke2001-12-03
| | | | | | | | | routine return a format consistent with CCTK_CurrentDate(). Closes PR Cactus/822. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2473 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Renamed CCTK_VERSION_MICRO into CCTK_VERSION_OTHER.tradke2001-05-20
| | | | | | | This closes PR Cactus 691. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2196 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Making rcsid strings constant - PR 669.goodale2001-05-10
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2159 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixed my last CCTK_FILEVERSION commit for datestamp which was wrongallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2149 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing FILEVERSION stuffallen2001-05-05
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@2148 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Tidied up the versioning stuff a bit.goodale2000-12-15
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1954 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Added some consts to variable definitionsallen2000-07-14
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1745 17b73243-c579-4c4c-a9d2-2d5706c11dac
* removing rcsid warningsallen2000-04-18
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@1565 17b73243-c579-4c4c-a9d2-2d5706c11dac
* More conformant argument specification fo some functions.goodale1999-12-01
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1181 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Some version number stuff.goodale1999-07-23
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@770 17b73243-c579-4c4c-a9d2-2d5706c11dac
* Fixing prototypes and data typesallen1999-07-01
| | | | git-svn-id: http://svn.cactuscode.org/flesh/trunk@612 17b73243-c579-4c4c-a9d2-2d5706c11dac
* New make system.goodale1999-01-17
To build a configuration <conf> do make <conf> if <conf> doesn't exist you'll get a complaint make by itself will list existing configurations, or run the setup perl script if there are none. make config will make a new configuration make help should list all options make tags will create a Vi style tags file make TAGS will create an Emacs style TAGS file make distclean will nuke your build directory. When setting up a configuration the make system creates the following directories $(CCTK_HOME)/build $(CCTK_HOME)/build/$(config) $(CCTK_HOME)/build/$(config)/config-data $(CCTK_HOME)/build/$(config)/lib $(CCTK_HOME)/build/$(config)/build and runs autoconf in the config-data directory. You then need to create a file make.thornlist containing one line of the form THORNS=toolkit1/thorn1 toolkit3/thorn45 ... in the config-data directory. (This will be automatically created from ActiveThorns later.) At that point you should be fine for making the system. Note that it doesn't preprocess the files yet, nor in fact touch any of the ccl scripts. This is coming to a make system near you soon... Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@62 17b73243-c579-4c4c-a9d2-2d5706c11dac