hdf5/test
Robb Matzke 34e44e399e [svn-r1753] Changes since 19991007
----------------------

./configure.in
./src/H5config.h.in	[REGENERATED]
	The /usr/ncsa/{include,lib} directories are only added if they
	actually exist. This fixes a warning on some systems.

	Checks for the <pdb.h> header file and also for either the PDB or Silo
	library, and if found prepares to compile the pdb2hdf program.

./config/distdep
	Relative path names for include files are changed to base names since
	the makefile contains the logic for searching and since it's likely
	that building the .distdep files happed from a location other than
	where they would be used in the file system.

./config/conclude.in
	Fixed shell errors when `for' loops iterate over nothing for the
	`uninstall' target.

./src/H5D.c
./src/H5Oefl.c
	File names for the external files are added to the heap when the
	dataset is created instead of when the object header is written. This
	fixes a rare infinite recursion bug.

./src/H5FD.c
./src/H5FDpublic.h
	Optimization to the free list causes H5FD_alloc() usage to go from >10
	seconds to <0.4 second for one example (converting a 30MB equation of
	state file from PDB to HDF5 format). The optimization is to simply
	keep track of the largest item in the free list and not search the
	free list when the largest item is not big enough to satisfy the
	request.

./src/H5FDcore.c
./src/H5FDcore.h
./test/h5test.c
	If the `backing_store' property is true then a flush causes the entire
	contents of memory to be written to the specified file. This is  in
	preparation for the ASCI/red optimizations and is currently tested by
	the pdb2hdf `--cached' switch.

./src/H5Odtypes.c
	Wrapped three long lines.

./tools/Makefile.in
./tools/pdb2hdf.c		[NEW]
	A PDB-to-HDF5 translator. It only translates meta data -- the
	resulting HDF5 points into the PDB file for the raw data.
1999-10-15 09:53:57 -05:00
..
.distdep [svn-r1619] ./src/H5O.c [1.2, 1.3] 1999-08-30 14:59:37 -05:00
big.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -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-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
dsets.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
dtypes.c [svn-r1651] Fold in J90 changes 1999-09-24 17:35:30 -05:00
enum.c [svn-r1507] Uncommented VL datatypes in compound datatypes test, since it's working now. 1999-07-17 19:00:22 -05:00
extend.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -05:00
external.c [svn-r1743] fixed some compilation errors on unix 1999-10-13 10:41:02 -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
gass_append.c [svn-r1621] Added GASS driver. Coded by Saurabh Bagchi, bagchi@uiuc.edu. 1999-08-30 23:55:00 -05:00
gass_read.c [svn-r1621] Added GASS driver. Coded by Saurabh Bagchi, bagchi@uiuc.edu. 1999-08-30 23:55:00 -05:00
gass_write.c [svn-r1621] Added GASS driver. Coded by Saurabh Bagchi, bagchi@uiuc.edu. 1999-08-30 23:55:00 -05:00
gheap.c [svn-r1548] Changes since 19990727 1999-07-28 13:25:43 -05:00
h5test.c [svn-r1753] Changes since 19991007 1999-10-15 09:53:57 -05:00
h5test.h [svn-r1697] Changes since 19990915 1999-09-30 11:14:14 -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-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
lheap.c [svn-r1548] Changes since 19990727 1999-07-28 13:25:43 -05:00
links.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00
Makefile.in [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -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-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
overhead.c [svn-r1634] fixed the compilation error where the H5P_DATASET_CREATE and H5P_DATA_XFER 1999-09-08 15:07:40 -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-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
tattr.c [svn-r1613] Added check for reading an attribute immediately after writing it. 1999-08-27 17:07:00 -05:00
testhdf5.c [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -05:00
testhdf5.h [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -05:00
tfile.c [svn-r1572] Changes since 19990810 1999-08-17 14:12:59 -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-r1651] Fold in J90 changes 1999-09-24 17:35:30 -05:00
tselect.c [svn-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
tvlstr.c [svn-r1690] Added VL string test code. 1999-09-28 19:30:47 -05:00
tvltypes.c [svn-r1730] Close & re-open the file to make certain that the VL datatype information is 1999-10-06 13:12:19 -05:00
unlink.c [svn-r944] Changes since 19981120 1998-11-23 15:40:35 -05:00