hdf5/test
Robb Matzke ac4c35cca5 [svn-r418] ./html/Files.html
./src/H5F.c
./src/HFcore.c
./src/H5Ffamily.c
./src/H5Flow.c
./src/H5Fmpio.c
./src/H5Fprivate.h
./src/H5Fsec2.c
./src/H5Fsplit.c
./src/H5Fstdio.c
./src/H5MF.c
./src/H5P.c
./src/H5Ppublic.h
	Added H5Pset_alignment() so that it is now possible to align
	file allocation requests on application-specified
	boundaries. Any request >= the specified threshold will begin
	on an address which is a multiple of the specified
	alignment. Defaults are one for threshold and alignment. The
	alignment is done on relative addresses, so the size of the
	user block can affect the location of the data in the file.

./src/H5D.c
./src/dsets.c
	Added a test for, and fixed the data space caching bug in
	datasets.  Extending a dataset through one handle will cause
	all other handles to the same dataset to get the new dataset
	size.

./src/H5S.c
./src/H5Sprivate.h
	Removed an unused argument from H5S_read() which duplicated
	information from the other argument.

./config/linux
	Made `--enable-parallel' the default on my system.  It used to
	be that way before but then I accidently turned it off and
	forgot about it.

./src/H5Fmpio.c
	Qualified some function arguments with __unused__.  Changed a
	couple places where NULL was returned on error for herr_t
	functions.

./src/H5P.c
	Removed unused autos from H5Pset_mpi().
1998-06-10 09:43:15 -05:00
..
.distdep [svn-r418] ./html/Files.html 1998-06-10 09:43:15 -05:00
big.c [svn-r400] Changes since 19980513 1998-05-22 10:05:53 -05:00
chunk.c [svn-r408] ./test/dtypes.c 1998-06-04 17:28:11 -05:00
cmpd_dset.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
dsets.c [svn-r418] ./html/Files.html 1998-06-10 09:43:15 -05:00
dtypes.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
extend.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
external.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
gheap.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
hyperslab.c [svn-r338] Changes since 19980407 1998-04-08 16:43:02 -05:00
iopipe.c [svn-r382] Added ifdef's around getrusage. 1998-04-29 10:57:59 -05:00
istore.c [svn-r412] Updated with the newly added data transfer mode. 1998-06-06 23:42:19 -05:00
links.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
Makefile.in [svn-r400] Changes since 19980513 1998-05-22 10:05:53 -05:00
shtype.c [svn-r410] Changes since 19980604 1998-06-05 16:03:49 -05:00
tattr.c [svn-r380] Finished tests for scalar dataspaces with both datasets and attributes. 1998-04-28 17:33:07 -05:00
testhdf5.c [svn-r380] Finished tests for scalar dataspaces with both datasets and attributes. 1998-04-28 17:33:07 -05:00
testhdf5.h [svn-r380] Finished tests for scalar dataspaces with both datasets and attributes. 1998-04-28 17:33:07 -05:00
tfile.c [svn-r359] Added tests for H5Fcreate with the H5F_ACC_EXCL flag. 1998-04-23 17:08:16 -05:00
th5s.c [svn-r380] Finished tests for scalar dataspaces with both datasets and attributes. 1998-04-28 17:33:07 -05:00
theap.c [svn-r333] Changes since 19980324 1998-03-30 14:24:08 -05:00
tmeta.c [svn-r233] Fixed order of arguments to print_func. 1998-02-10 08:15:46 -05:00
tohdr.c [svn-r324] Change H5A (atoms) to H5I (IDs) 1998-03-17 17:46:27 -05:00
tstab.c [svn-r378] Merged Robb's and my memory leak fixes into one set of common fixes. 1998-04-28 11:37:17 -05:00