hdf5/test
Robb Matzke c78a6aedaf [svn-r1371]
Changes since 19990618
----------------------

./configure.in
./configure		[REGENERATED]
	Now that compound struct conversions don't make so many calls
	to convert their members I turned the H5T debugging back on by
	default (it will still be disabled in a production version).

./src/H5AC.c
./src/H5B.c
	Made it possible to turn off messages about debugging these
	two packages using the same method as for all other
	packages. Just supply an invalid file descriptor number or use
	the shell to redirect said descriptor to /dev/null like this:

	    $ HDF5_DEBUG=99,ac,b 99>/dev/null a.out

./src/H5T.c
	Changed the name of the old compound conversion function from
	`struct' to `struct(no-opt)' to be more consistent with the
	new version named `struct(opt)'.

	Fixed a bug in H5T_cmp() that caused any two VL types to
	compare as being equal.

	Removed duplicate code for bitfield comparisons in H5T_cmp().

./src/H5Tconv.c
	Relaxed some constraints in the new compound conversion
	function so it applies to more cases.  Also eliminated a
	memcpy in a tight loop.

./test/cmpd_dset.c
	Added a `--noopt' command line switch which unregisters the
	optimized compound conversion so we can test the non-optimized
	version.
1999-06-23 11:16:51 -05:00
..
.distdep [svn-r1362] 1999-06-18 10:12:18 -05:00
big.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
bittests.c [svn-r936] Changes since 19981119 1998-11-20 22:36:51 -05:00
chunk.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
cmpd_dset.c [svn-r1371] 1999-06-23 11:16:51 -05:00
dsets.c [svn-r1311] Changes since 19990607 1999-06-07 15:20:32 -05:00
dtypes.c [svn-r1362] 1999-06-18 10:12:18 -05:00
enum.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
extend.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
external.c [svn-r1129] Test bugs fixed in T3E port. 1999-03-09 18:13:22 -05:00
fillval.c [svn-r1347] 1999-06-15 09:58:25 -05:00
flush1.c [svn-r1362] 1999-06-18 10:12:18 -05:00
flush2.c [svn-r1362] 1999-06-18 10:12:18 -05:00
gheap.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
h5test.c [svn-r1347] 1999-06-15 09:58:25 -05:00
h5test.h [svn-r1347] 1999-06-15 09:58:25 -05:00
hyperslab.c [svn-r1241] fixed some errors in my conditional compile statements from yesterday. 1999-04-30 12:31:43 -05:00
iopipe.c [svn-r1033] added some calls to get the time elapsed on WIN NT 1999-01-25 12:40:54 -05:00
istore.c [svn-r1204] Changes since 19990415 1999-04-23 07:31:21 -05:00
lheap.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
links.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
Makefile.in [svn-r1333] Added the test_vltypes() to the other tests. 1999-06-11 17:05:04 -05:00
mount.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
mtime.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
ohdr.c [svn-r1101] Changes since 19990219 1999-02-25 10:40:27 -05:00
overhead.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
ragged.c [svn-r1190] moved some of the code around to fix a crash in the dll version of the test. 1999-04-16 14:18:46 -05:00
space_overflow.c [svn-r803] Something I forgot to add earlier... 1998-10-27 00:08:09 -05:00
stab.c [svn-r949] Changes since 19981124 1998-11-25 09:58:22 -05:00
tattr.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
testhdf5.c [svn-r1333] Added the test_vltypes() to the other tests. 1999-06-11 17:05:04 -05:00
testhdf5.h [svn-r1333] Added the test_vltypes() to the other tests. 1999-06-11 17:05:04 -05:00
tfile.c [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
th5s.c [svn-r1129] Test bugs fixed in T3E port. 1999-03-09 18:13:22 -05:00
th5s.h5 [svn-r795] Changes since 19981026 1998-10-26 14:55:54 -05:00
tmeta.c [svn-r925] Changes since 19981116 1998-11-18 13:40:09 -05:00
trefer.c [svn-r1311] Changes since 19990607 1999-06-07 15:20:32 -05:00
tselect.c [svn-r1280] Added some extra debugging output. 1999-05-25 21:43:51 -05:00
tvltypes.c [svn-r1334] VL datatype testing file. Currently, only atomic datatype sequences are tested, 1999-06-11 17:06:26 -05:00
unlink.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00