summaryrefslogtreecommitdiffstats
path: root/test/th5d.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r140] ./test/Makefile.inRobb Matzke1997-12-101-263/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Added new tests. ./test/dsets.c NEW Tests datasets. ./test/dspace.c NEW Tests data spaces. ./test/dtypes.c NEW Tests data types. ./test/istore.c ./test/tfile.c ./test/th5p.c ./test/theap.c ./test/tohdr.c Changed to work with new function names. ./test/testhdf5.c Removed the data type and dataset tests since they're now in their own files. They had to be rewritten because of extensive changes to those interfaces.
* [svn-r126] Changed name of "entire dataset" paramter from H5P_SCALAR to ↵Quincey Koziol1997-10-171-3/+3
| | | | | | H5P_ALL for H5Dread/H5Dwrite
* [svn-r115] Corrected usage of H5Tsize function.Quincey Koziol1997-10-081-1/+1
|
* [svn-r109] Initialized test datasets better and cleaned up a few typos.Quincey Koziol1997-09-241-12/+23
|
* [svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)Quincey Koziol1997-09-241-13/+13
|
* [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changesRobb Matzke1997-09-191-1/+1
| | | | | | to int64 encode/decode to fix purify on 32-bit systems, changes to H5O_modify, changes to H5D.c to use H5F_open/close(), etc. Documentation will be mailed shortly...
* [svn-r97] Free'd temporary buffer.Quincey Koziol1997-09-181-0/+1
|
* [svn-r90] ./test/th5d.cRobb Matzke1997-09-161-0/+7
| | | | | | | | Changed the H5Mfind_name() return value and removed the call to H5Maccess(). ./test/th5p.c Removed unused variables.
* [svn-r88] Fixed an error check.Robb Matzke1997-09-151-1/+1
|
* [svn-r84] Arg sizes fixes in tfile.cRobb Matzke1997-09-151-5/+1
| | | | Name change in th5d.c
* [svn-r79] Finishing adding dataset reading code, which is working nicely. ↵Quincey Koziol1997-09-151-6/+131
| | | | | | Test for second dataset I/O is currently commented out, pending a fix.
* [svn-r76] Added dataset testing code to CVS repository. (Forgotten in the ↵Quincey Koziol1997-09-121-0/+123
hubbub earlier today)