summaryrefslogtreecommitdiffstats
path: root/src/H5TBprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1051] changed the HDF5DLL and HDF5GLOBAL to __DLL__ and __DLLVAR__Patrick Lu1999-02-021-5/+5
| | | | also exported all globals and non static functions to the dll
* [svn-r712] Added temporary buffer support to several places in the library ↵Quincey Koziol1998-09-211-5/+5
| | | | | | | which were calling malloc too often. Also, added caching of hyperslab blocks, which improves performance _significantly_ for hyperslab I/O.
* [svn-r451] Completely tore out existing dataspace API and replaced with code ↵Quincey Koziol1998-07-061-0/+26
to match API defined in the html/Dataspaces.html document. This code does not include support for strides, merging selections, or permutations of coordinates yet, but it's a drop-in replacement for the existing API with the same features.