aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO
Commit message (Expand)AuthorAge
* Remove CVS header tagsErik Schnetter2004-09-18
* Improve error messageschnetter2004-03-08
* Replace [] array accesses with .at() array accesses.schnetter2004-03-01
* Make FlexIO output work for grid arrays as well.schnetter2004-02-27
* Make FlexIO output work for grid arrays as well.schnetter2004-02-27
* Add functions to read attributes.schnetter2004-02-10
* Fix bugs in the file reader.schnetter2004-02-09
* FlexIO string attributes seem to need space for the trailing nul character.schnetter2004-02-07
* Make the file reader work.schnetter2004-02-07
* Make the file reader work.schnetter2004-02-07
* Import the recently announced changes:schnetter2004-01-25
* Import the recently announced changes:schnetter2004-01-25
* Fix CVS Header tag.schnetter2003-12-10
* Add the content of the cGH structure to each dataset. This allows toschnetter2003-12-10
* Correct dependencies.schnetter2003-11-19
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Many changes that accumulated while Cactus and Carpet diverged.schnetter2003-11-05
* Make gf and data objects store a Cactus variable index that thisschnetter2003-10-14
* Re-commit of old version to fix my accidental commit yesterday.cvs_anon2003-09-24
* another (updated) development versioncvs_anon2003-09-23
* Hack to stop FlexIO data type clash with LAM MPI.tradke2003-09-08
* Carpet infrastructure thorns now require the thorns they depend upontradke2003-09-04
* Make CarpetIOFlexIO parameters private rather than restricted so that theytradke2003-09-02
* Do not inherit Hyperslab.schnetter2003-08-14
* Declare some more routines as taking a const cGH *, to match theschnetter2003-07-14
* No need anymore to set SYS_INC_DIRS to point to the include directory fortradke2003-07-04
* Import FlexIO header files via the 'uses include header' mechanism.tradke2003-07-04
* More #ifdefs for HDF[45]-specific parts of the code.tradke2003-07-03
* Add the location of FlexIO header files to SYS_INC_DIRS.tradke2003-07-03
* Also inherit from FlexIO.tradke2003-07-03
* Put '#ifdef HDF4' around HDF4-specific parts of the code.tradke2003-07-03
* Do not include header files from other Carpet thorns directly.schnetter2003-06-18
* Major update after a quiet time.schnetter2003-06-18
* Implement a proper separation between global, level, and local mode.schnetter2003-05-08
* Remove non-working autoconfiguration for finding the FlexIO library.schnetter2003-04-30
* Forgot to allocate storage for a vector.schnetter2003-03-27
* Change many "cGH *" to "const cGH *", and apply corresponding updatesschnetter2003-03-12
* Removed non-standard use of alloca() with vector<>.schnetter2003-02-28
* Removed the "dimgeneric_*" data types from CarpetLib. They were neverschnetter2003-01-03
* Some cleaning up of comments. Some changes to the makefileschnetter2002-12-12
* Change parameter "outdir" to "out_dir".schnetter2002-10-24
* Added arrangement name and final semicolon to CCTK_FILEVERSION macros.schnetter2002-10-24
* Fixed quite a few include guard mishaps.schnetter2002-09-01
* Added semi-automatic detection of include paths, library paths, and libraries.schnetter2002-08-16
* Removed "make.configuration.defn" file. Using makefile fragments forschnetter2002-08-13
* added file make.configuration.defn, to define additional libs needed forshawley2002-08-08
* Changed "abort()" statements to "assert(0)" statements, because theschnetter2002-08-02
* Updated Carpet to the recent changes in Cactus.schnetter2002-04-29
* Added author (myself) to READMEs.schnetter2002-03-26
* Added CCTK_FILEVERSION macros.schnetter2002-03-26