aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Changed build rule for ioconvert to also add HDF5 support if available.tradke2003-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@41 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Changed the name template for datasets into 'H5IO-Dataset%09u'tradke2003-06-19
| | | | | | | | so that datasets appear in the same (ie. alphabetical) order as their indices when browsing through an HDF5 file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@40 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Commented out debug messages.tradke2003-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@39 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added utility programs' dependency on libFlexIO.a.tradke2003-06-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@38 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Compile the HDF5 part of FlexIO (H5IO.cc) directly into the thorn librarytradke2003-06-17
| | | | | | | if HDF5 is available for this configuration. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@37 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added ioconvert to the utility programs to be build from FlexIO.tradke2003-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@36 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Fixed code compilation without HDF4 support.tradke2003-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@35 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Also support HDF5 as input/output file format.tradke2003-06-17
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@34 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Fixed a delete statement. This closes PR CactusExternal/1395.tradke2003-02-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@33 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added email addresses of author(s)/maintainer(s) of this thorn.tradke2002-06-07
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@31 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* changing the documentation.tex files to use our cactus style fileikelley2002-06-04
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@30 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Support for the Fujitsu compiler.tradke2001-12-20
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@26 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Set CXXFLAGS for GNU compiler on SGI.tradke2001-12-16
| | | | | | | Closes PR external/570. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@25 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added ionfo as a Cactus utility program. It can be build bytradke2001-12-07
| | | | | | | | | make <configname>-utils Closes CactusExternal/854. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@24 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Filled inallen2001-09-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@23 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Brief documentation referencing web pageallen2001-09-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@22 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Portland Group compiler needs '-tused' for proper template instantiation.tradke2001-08-26
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@21 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Bugfix for opening/closing files: only try to get the number of datasetstradke2001-06-11
| | | | | | | | | | | | from a successfully opened file; only close successfully opened files. Fixed some more gcc warnings. Also putting in Werner's recent changes to the development repository version for passing const pointers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@20 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Putting in Werner's recent changes to the development repository versiontradke2001-06-11
| | | | | | | for passing const pointers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@19 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* gcc warnings fixed.tradke2001-05-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@18 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Pass const pointers into all write routines.tradke2001-05-19
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@17 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Pass a 'const void *data' pointer into IOwriteAttribute().tradke2001-05-18
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@16 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Renamed 'index' parameter into 'idx' to prevent compiler warningstradke2001-03-21
| | | | | | | about hiding index(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@14 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Defined FFIO in the CXXFLAGS on T3E.tradke2001-02-02
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@13 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added -tall to CXXFLAGS if OSF's native compiler is used.allen2001-01-17
| | | | | | | This fixes template instantiation. git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@12 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Adding template instantiation flag for solaris 2.7.goodale2000-12-13
| | | | | | | Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@10 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Added -DIEEEIO_EXPORTS to the CFLAGS for compiling under Windows.tradke2000-10-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@9 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Add IEEEIO_API to class definition.tradke2000-10-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@8 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Put an "extern "C"" around C function prototypes.tradke2000-09-28
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@7 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Renamed John's Makefile into Makefile.standalone.tradke2000-09-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@6 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Thorn FlexIO replacing thorn IEEEIOtradke2000-09-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@4 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Importing latest stuff from development repositorytradke2000-09-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@2 21a6bef8-4479-4f54-8f8d-0db94a2919ef
* Standard project directories initialized by cvs2svn.(no author)2000-09-13
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@1 21a6bef8-4479-4f54-8f8d-0db94a2919ef