| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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...
|
| |
|
|
|
|
|
|
|
|
| |
Testing H5O_remove() and H5O_load().
./test/tstab.c
Uncommented call to H5O_read() since H5O_remove() is
implemented now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./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.
|
|
|
|
| |
No longer calls H5G_mkroot().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
./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.
|
|
|
|
|
|
|
|
| |
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().
|
|
|
|
|
|
|
|
| |
Removed unused local variables.
./test/tstab.c
Now uses directory-aware functions which in turn call the
unaware functions.
|
|
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().
|