hdf5/test
Robb Matzke 21943f5d35 [svn-r735] Changes since 19981002
----------------------

./src/H5D.c
	Fill values are working for contiguous datasets now except
	there are two things that need more support from the data
	space layer, specifically the ability to form a selection from
	the difference of two selections.  They are (1) extending an
	external contiguous dataset, (2) optimization by delaying the
	fill until after the first H5Dwrite().

	Renamed H5D_allocate() to H5D_init_storage() since allocation
	is only part of the story. Added a data space argument so it
	doesn't have to query the space from the object header -- the
	space is always available in the caller anyway.

	Removed `#ifdef HAVE_PARALLEL' from a few places where it
	wasn't necessary.  We don't need it around code that doesn't
	compile anything from mpi.h or mpio.h.

./src/H5Fistore.c
	Uncommented H5F_istore_alloc() for non-parallel and moved the
	`#ifdef HAVE_PARALLEL' just around Kim's barrier.

./src/H5Fmpio.c
	Wrapped a couple long lines.

	Got rid of two signed vs. unsigned comparison warnings.

./MANIFEST
./test/Makefile.in
./test/fillval.c	[NEW]
	Added tests for fill values.  The contiguous dataset extend
	test is disabled until H5S_SELECT_DIFF is implemented.

./tools/Makefile.in
	Fixed a bug where `make test' didn't build the executables
	first. This should cause the snapshots to start up again.

./Makefile.in
	Changed to build in `test' directory before `tools'
	directory. We want the library tests to pass before we even
	start considering the tools.  You can still build and/or test
	the tools independent of the library tests passing.
1998-10-05 16:01:10 -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
fillval.c [svn-r735] Changes since 19981002 1998-10-05 16:01:10 -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-r733] 1998-10-01 13:56:51 -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-r735] Changes since 19981002 1998-10-05 16:01:10 -05:00
mtime.c [svn-r662] Fixed a typo in a string 1998-09-03 10:31:04 -05:00
overhead.c [svn-r733] 1998-10-01 13:56:51 -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