| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Changed the H5Mfind_name() return value and removed the call
to H5Maccess().
./test/th5p.c
Removed unused variables.
|
| |
|
|
|
|
| |
Name change in th5d.c
|
|
|
|
|
|
| |
Test for
second dataset I/O is currently commented out, pending a fix.
|
|
|
|
|
|
| |
lengths. This
affected primarily big-endian architecture.
|
|
|
|
|
|
| |
hubbub earlier
today)
|
| |
|
| |
|
| |
|
|
|
|
| |
routines.
|
| |
|
|
|
|
| |
working well.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
parameters.
|
|
|
|
| |
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().
|
|
|
|
|
|
|
|
|
|
|
| |
Added new files
./test/testhdf5.c
./test/testhdf5.h
Added calls for object header testing.
./test/theap.c
Turned off some output.
|
|
|