summaryrefslogtreecommitdiffstats
path: root/src/H5Tproto.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14] Preliminary checkin of dataset code, to allow the interface & code ↵Quincey Koziol1997-08-061-1/+1
| | | | | | | to be shared. Everything except the H5Dwrite should be working (or have sections of code commented about features to implement).
* [svn-r12] ./src/H5AC.cRobb Matzke1997-08-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fails sooner if the type of object requested doesn't match the type of object cached. ./src/H5B.c ./src/H5Bprivate.h ./src/H5Fprivate.h ./src/H5G.c ./src/H5Gnode.c ./src/H5Gprivate.h ./src/H5H.c ./src/H5Hprivate.h Changed lots of `H5*_HDR_SIZE' macros to `H5*_SIZEOF_HDR' to make things more consistent. Added H5*_SIZEOF_MAGIC macros. Added debugging functions to some of the packages. ./src/H5F.c Fixed a bug with reading past the end of a buffer. ./src/H5Tproto.h Added prototypes for H5Tadd_field() and H5Tget_fields(). ./src/debug.c Low-level file debugging program. ./src/Makefile Builds `debug' as one of the main targets. The target is called `debug_hdf5' so it doesn't conflict with the `debug' target that was already there. But the executable is called `debug'.
* [svn-r2] Oops...Quincey Koziol1997-07-301-0/+57