Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixed | Robb Matzke | 1997-09-24 | 4 | -11/+9 |
| | | | | problems when opening the same file more than once. | ||||
* | [svn-r109] Initialized test datasets better and cleaned up a few typos. | Quincey Koziol | 1997-09-24 | 1 | -12/+23 |
| | |||||
* | [svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-) | Quincey Koziol | 1997-09-24 | 7 | -26/+26 |
| | |||||
* | [svn-r107] Changed tests for new symbol table stuff | Robb Matzke | 1997-09-22 | 2 | -78/+77 |
| | |||||
* | [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changes | Robb Matzke | 1997-09-19 | 4 | -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 Koziol | 1997-09-18 | 1 | -0/+1 |
| | |||||
* | [svn-r90] ./test/th5d.c | Robb Matzke | 1997-09-16 | 2 | -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 Matzke | 1997-09-15 | 1 | -1/+1 |
| | |||||
* | [svn-r84] Arg sizes fixes in tfile.c | Robb Matzke | 1997-09-15 | 3 | -13/+17 |
| | | | | Name change in th5d.c | ||||
* | [svn-r79] Finishing adding dataset reading code, which is working nicely. ↵ | Quincey Koziol | 1997-09-15 | 1 | -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 Koziol | 1997-09-15 | 1 | -8/+8 |
| | | | | | | lengths. This affected primarily big-endian architecture. | ||||
* | [svn-r76] Added dataset testing code to CVS repository. (Forgotten in the ↵ | Quincey Koziol | 1997-09-12 | 1 | -0/+123 |
| | | | | | | hubbub earlier today) | ||||
* | [svn-r74] Added rudimentary dataset testing code. More coming later today... | Quincey Koziol | 1997-09-12 | 3 | -1/+3 |
| | |||||
* | [svn-r72] *** empty log message *** | Robb Matzke | 1997-09-10 | 2 | -27/+28 |
| | |||||
* | [svn-r69] Added basic H5P test code, which seems to be working correctly. | Quincey Koziol | 1997-09-04 | 4 | -3/+119 |
| | |||||
* | [svn-r65] Removed Makefile from distribution, started added dataspace test ↵ | Quincey Koziol | 1997-09-02 | 2 | -211/+3 |
| | | | | routines. | ||||
* | [svn-r63] *** empty log message *** | Robb Matzke | 1997-09-02 | 1 | -0/+1 |
| | |||||
* | [svn-r59] Added [basic] testing for H5T interface, which appears to be ↵ | Quincey Koziol | 1997-08-29 | 5 | -4/+132 |
| | | | | working well. | ||||
* | [svn-r56] ./test/tohdr.c | Robb Matzke | 1997-08-29 | 2 | -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 Koziol | 1997-08-29 | 1 | -4/+73 |
| | |||||
* | [svn-r51] ./test/tstab.c | Robb Matzke | 1997-08-29 | 7 | -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 Koziol | 1997-08-28 | 2 | -75/+143 |
| | | | | parameters. | ||||
* | [svn-r45] ./test/tstab.c | Robb Matzke | 1997-08-28 | 1 | -4/+0 |
| | | | | No longer calls H5G_mkroot(). | ||||
* | [svn-r37] *** empty log message *** | Robb Matzke | 1997-08-15 | 1 | -0/+26 |
| | |||||
* | [svn-r36] ./test/testhdf5.c | Robb Matzke | 1997-08-15 | 7 | -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.c | Robb Matzke | 1997-08-13 | 2 | -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.h | Robb Matzke | 1997-08-12 | 2 | -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.h | Robb Matzke | 1997-08-09 | 4 | -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/Makefile | Robb Matzke | 1997-08-07 | 5 | -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 Koziol | 1997-07-30 | 6 | -0/+962 |