aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* define __USE_BSD so that caddr_t is definedknarf2009-02-06
* fix data type char->intknarf2009-01-26
* cast inside sprintf to suppress warningknarf2009-01-26
* Choose HDF5 1.6 API when compiled with HDF5 1.8.schnetter2008-01-15
* don't use '-tused' flag for pgCC version 7tradke2007-08-30
* Remove binary which got imported into CVS accidentally.tradke2006-03-02
* Updates to give sensible results when crosscompiling for the SX-?goodale2005-10-05
* Thorn library names are prefixed by $(CCTK_LIBNAME_PREFIX).tradke2005-02-22
* Quick fix for NEC SX-5. The inttypes.h header is non-standard,goodale2004-09-10
* Enclose HDF4-specific code in '#ifdef WITH_HDF4'.tradke2004-09-07
* Bring development version in sync with stable version from /packages/FlexIO.tradke2004-08-30
* Include <inttypes.h> instead of <stdint.h> to get the int64_t type.tradke2004-06-28
* Updates to fix 64 bit file offsets on RH9.jshalf2004-06-23
* Patch by Erik Schnetter: Include system headers before local headers,tradke2004-05-21
* Added yet another name for Windows.goodale2004-05-19
* Changes for the Cray X-1goodale2004-04-02
* Correct template instantiation on sx-5.goodale2004-03-29
* Adding a stanza for SUPER-UX.goodale2004-03-29
* Adding a Darwin stanza so that we get ANSI C prototypes for thegoodale2004-03-29
* Swap the indices when comparing the grid dimensions with the HDF5schnetter2004-02-14
* Set the time refinement factor correctly.schnetter2004-02-09
* Reverse the dimensions when reading from a >1D dataspace.tradke2004-01-08
* Need to explicitely set the terminating NUL character when reading in atradke2004-01-07
* Fixed handling of string attributes. These are treated as HDF5 native stringstradke2004-01-07
* Removed typecast to non-const pointer in call to H5Awrite() (also it didn'ttradke2003-07-23
* Changed comment lines such as '//**** some comment' into '// **** some comment'tradke2003-07-21
* Always return a defined return code in H5IOcounter().tradke2003-07-16
* Sync with cvs.cactuscode.org:/packages/FlexIO.tradke2003-07-16
* Fixed a bug in dataspace creation: dims[] must be given with highest dimensio...tradke2003-07-10
* Added a couple more source files to be compiled into the FlexIO librarytradke2003-07-03
* Doubled the buffer size to read in an attribute's name.tradke2003-06-27
* Changed build rule for ioconvert to also add HDF5 support if available.tradke2003-06-19
* Changed the name template for datasets into 'H5IO-Dataset%09u'tradke2003-06-19
* Commented out debug messages.tradke2003-06-19
* Added utility programs' dependency on libFlexIO.a.tradke2003-06-19
* Compile the HDF5 part of FlexIO (H5IO.cc) directly into the thorn librarytradke2003-06-17
* Added ioconvert to the utility programs to be build from FlexIO.tradke2003-06-17
* Fixed code compilation without HDF4 support.tradke2003-06-17
* Also support HDF5 as input/output file format.tradke2003-06-17
* Fixed a delete statement. This closes PR CactusExternal/1395.tradke2003-02-10
* Support for the Fujitsu compiler.tradke2001-12-20
* Set CXXFLAGS for GNU compiler on SGI.tradke2001-12-16
* Added ionfo as a Cactus utility program. It can be build bytradke2001-12-07
* Portland Group compiler needs '-tused' for proper template instantiation.tradke2001-08-26
* Bugfix for opening/closing files: only try to get the number of datasetstradke2001-06-11
* Putting in Werner's recent changes to the development repository versiontradke2001-06-11
* gcc warnings fixed.tradke2001-05-19
* Pass const pointers into all write routines.tradke2001-05-19
* Pass a 'const void *data' pointer into IOwriteAttribute().tradke2001-05-18
* Renamed 'index' parameter into 'idx' to prevent compiler warningstradke2001-03-21