hdf5/test
Robb Matzke beab7f66e5 [svn-r730] Changes since 19980928
----------------------

./MANIFEST
	Changed freebsd2.2.1 to freebsd2.2.7 to match change in file name.

	Added a few missing files.  Are all of these supposed to be
	distributed?

	  ./tools/testfiles/h5dumptst.c
	+ ./tools/testfiles/tall-1.ddl
	+ ./tools/testfiles/tall-2.ddl
	+ ./tools/testfiles/tall-3.ddl
	  ./tools/testfiles/tall.ddl
	  ./tools/testfiles/tall.h5
	+ ./tools/testfiles/tattr-1.ddl
	+ ./tools/testfiles/tattr-2.ddl
	+ ./tools/testfiles/tattr-3.ddl
	+ ./tools/testfiles/tattr-4.ddl
	  ./tools/testfiles/tattr.ddl
	  ./tools/testfiles/tattr.h5
	+ ./tools/testfiles/tdset-1.ddl
	+ ./tools/testfiles/tdset-2.ddl
	+ ./tools/testfiles/tdset-3.ddl
	+ ./tools/testfiles/tdset-4.ddl
	  ./tools/testfiles/tdset.ddl
	  ./tools/testfiles/tdset.h5
	+ ./tools/testfiles/tgroup-1.ddl
	+ ./tools/testfiles/tgroup-2.ddl
	+ ./tools/testfiles/tgroup-3.ddl
	  ./tools/testfiles/tgroup.ddl
	  ./tools/testfiles/tgroup.h5
	+ ./tools/testfiles/tslink-1.ddl
	+ ./tools/testfiles/tslink-2.ddl
	  ./tools/testfiles/tslink.ddl
	  ./tools/testfiles/tslink.h5

./src/H5B.c
./src/H5Bprivate.h
./src/H5D.c
./src/H5Dprivate.h
./src/H5Farray.c
./src/H5Fistore.c
./src/H5Fprivate.h
./src/H5Gstab.c
./src/H5P.c
./src/H5Ppublic.h
./src/H5Sall.c
./src/H5Shyper.c
./src/H5Spoint.c
./src/H5Sprivate.h
./test/istore.c
	Implemented split ratios as documented in previous
	e-mails. Frank, the new API functions are H5Pget_btree_ratios()
	and H5Pset_btree_ratios().

./src/H5Sall.c
./src/H5Shyper.c
./src/H5Spoint.c
./src/H5Sprivate.h
	Added more type checking for the data transfer property list
	passed to these functions.

./src/H5D.c
	Added a dataset transfer property list as an argument to
	H5D_allocate() for the parallel version in order to pass split
	ratios down to H5F_istore_lock().  Eventually we won't need
	the split ratios for H5D_allocate() because we'll build a
	completely full B-tree from the leaves up, but it might be
	useful to have other transfer properties at that level
	anyway.  I always caled H5D_allocate() with &H5D_dflt_xfer.

./MANIFEST
./test/Makefile.in
./test/overhead.c	[NEW]
	Added an `overhead' test run by `make timings'.
1998-09-30 13:50:49 -05:00
..
.distdep [svn-r712] Added temporary buffer support to several places in the library which were 1998-09-21 18:43:19 -05:00
big.c [svn-r635] Changes since 19980831 1998-08-31 14:21:23 -05:00
bittests.c [svn-r620] Changes since 19980825 1998-08-27 11:48:50 -05:00
chunk.c [svn-r720] Changes since 19980922 1998-09-24 10:51:05 -05:00
cmpd_dset.c [svn-r644] Changes since 19980931 1998-09-01 09:49:30 -05:00
dsets.c [svn-r720] Changes since 19980922 1998-09-24 10:51:05 -05:00
dtypes.c [svn-r658] Changes since 19980901 1998-09-03 08:49:48 -05:00
extend.c [svn-r594] Changes since 19980813 1998-08-14 16:05:16 -05:00
external.c [svn-r452] Changed tests to use the new dataspace API calls. Still need to add tests for 1998-07-06 16:01:59 -05:00
gheap.c [svn-r633] Changes since 19980828 1998-08-31 08:46:47 -05:00
hyperslab.c [svn-r594] Changes since 19980813 1998-08-14 16:05:16 -05:00
iopipe.c [svn-r588] Changes since 19980810 1998-08-13 15:17:47 -05:00
istore.c [svn-r730] Changes since 19980928 1998-09-30 13:50:49 -05:00
links.c [svn-r654] Fixed last bug (hah! ;-) for beta release, changed H5Gget_stat to H5Gget_objinfo 1998-09-02 16:16:24 -05:00
Makefile.in [svn-r730] Changes since 19980928 1998-09-30 13:50:49 -05:00
mtime.c [svn-r662] Fixed a typo in a string 1998-09-03 10:31:04 -05:00
ragged.c [svn-r672] Changes since 19980904 1998-09-08 08:39:18 -05:00
shtype.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
tattr.c [svn-r641] Changed function names for beta release. 1998-08-31 22:35:23 -05:00
testhdf5.c [svn-r641] Changed function names for beta release. 1998-08-31 22:35:23 -05:00
testhdf5.h [svn-r489] Changed more API functions to the new names as documented. Also, added 1998-07-14 16:14:12 -05:00
tfile.c [svn-r673] Changes since 19980908 1998-09-08 14:15:44 -05:00
th5s.c [svn-r641] Changed function names for beta release. 1998-08-31 22:35:23 -05:00
theap.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tmeta.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tohdr.c [svn-r445] Added individually named cleanup_xxx routine to each test module file 1998-07-02 19:57:00 -05:00
tselect.c [svn-r718] Added tests for unioning hyperslabs with the H5S_SELECT_OR operation to 1998-09-23 18:29:25 -05:00
tstab.c [svn-r691] Changes since 19980910 1998-09-11 10:39:28 -05:00