summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r126] Changed name of "entire dataset" paramter from H5P_SCALAR to ↵Quincey Koziol1997-10-171-3/+3
| | | | | | H5P_ALL for H5Dread/H5Dwrite
* [svn-r123] Added tests for H5Pget_lrank and H5Pget_ldimsQuincey Koziol1997-10-151-1/+19
|
* [svn-r115] Corrected usage of H5Tsize function.Quincey Koziol1997-10-082-3/+3
|
* [svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixedRobb Matzke1997-09-244-11/+9
| | | | problems when opening the same file more than once.
* [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-247-26/+26
|
* [svn-r107] Changed tests for new symbol table stuffRobb Matzke1997-09-222-78/+77
|
* [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changesRobb Matzke1997-09-194-13/+15
| | | | | | 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-162-1/+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-153-13/+17
| | | | 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-r77] Fixed mis-sized parameter passed to H5Cgetparm for offsets and ↵Quincey Koziol1997-09-151-8/+8
| | | | | | lengths. This affected primarily big-endian architecture.
* [svn-r76] Added dataset testing code to CVS repository. (Forgotten in the ↵Quincey Koziol1997-09-121-0/+123
| | | | | | hubbub earlier today)
* [svn-r74] Added rudimentary dataset testing code. More coming later today...Quincey Koziol1997-09-123-1/+3
|
* [svn-r72] *** empty log message ***Robb Matzke1997-09-102-27/+28
|
* [svn-r69] Added basic H5P test code, which seems to be working correctly.Quincey Koziol1997-09-044-3/+119
|
* [svn-r65] Removed Makefile from distribution, started added dataspace test ↵Quincey Koziol1997-09-022-211/+3
| | | | routines.
* [svn-r63] *** empty log message ***Robb Matzke1997-09-021-0/+1
|
* [svn-r59] Added [basic] testing for H5T interface, which appears to be ↵Quincey Koziol1997-08-295-4/+132
| | | | working well.
* [svn-r56] ./test/tohdr.cRobb Matzke1997-08-292-4/+5
| | | | | | | | Testing H5O_remove() and H5O_load(). ./test/tstab.c Uncommented call to H5O_read() since H5O_remove() is implemented now.
* [svn-r54] *** empty log message ***Quincey Koziol1997-08-291-4/+73
|
* [svn-r51] ./test/tstab.cRobb Matzke1997-08-297-46/+248
| | | | | | | | | | | | | | | | | | | | ./test/tohdr.c ./test/tmeta.c ./test/theap.c ./test/tfile.c ./test/testhdf5.h ./test/testhdf5.c Changed the MESSAGE macro so it doesn't have a semicolon inside the argument list and automatic indentation tools work better. Old call: MESSAGE (5, printfunc("foo%s %d", s, i);); New call: MESSAGE (5, ("foo%s %d", s, i)); The parentheses are required. ./test/tstab.c Added more tests.
* [svn-r48] Fixed H5Cgetparm tests to use uint8 for the offset and length ↵Quincey Koziol1997-08-282-75/+143
| | | | parameters.
* [svn-r45] ./test/tstab.cRobb Matzke1997-08-281-4/+0
| | | | No longer calls H5G_mkroot().
* [svn-r37] *** empty log message ***Robb Matzke1997-08-151-0/+26
|
* [svn-r36] ./test/testhdf5.cRobb Matzke1997-08-157-43/+50
| | | | | | | | | | | | | | | ./test/testhdf5.h ./test/tfile.c ./test/theap.c ./test/tmeta.c ./test/tohdr.c ./test/tstab.c Fixed include files. ./test/Makefile.in NEW ./test/Makefile Removed Makefile; it is now generated from Makefile.in by configure.
* [svn-r28] ./test/tfile.cRobb Matzke1997-08-132-23/+54
| | | | | | | | Removed tests for H5_BTREEPAGE_SIZE and added tests for H5_SYM_LEAF_K and H5_SYM_INTERN_K. ./test/tstab.c Removed call to H5O_link() since it's handled by H5G_insert().
* [svn-r26] ./test/tfile.hRobb Matzke1997-08-122-14/+28
| | | | | | | | Removed unused local variables. ./test/tstab.c Now uses directory-aware functions which in turn call the unaware functions.
* [svn-r18] ./src/hdf5plat.hRobb Matzke1997-08-094-12/+94
| | | | | | | | | | | | | | | Added defn for int64 and uint64 on irix. It seems to be wrong, but at least things compile and run. This file will go away with autoconf anyway. ./test/testhdf5.c ./test/Makefile Added tstab.c ./test/testhdf5.h Added tstab.c Fixed bugs with CHECK_I() and CHECK_PTR().
* [svn-r16] ./src/test/MakefileRobb Matzke1997-08-075-4/+179
| | | | | | | | | | | Added new files ./test/testhdf5.c ./test/testhdf5.h Added calls for object header testing. ./test/theap.c Turned off some output.
* [svn-r2] Oops...Quincey Koziol1997-07-306-0/+962