hdf5/tools
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
..
testfiles [svn-r1519] Updated the expected output according to the changes Patrick just 1999-07-20 16:43:16 -05:00
h5debug.c [svn-r1568] Changes since 19990730 1999-08-10 15:21:32 -05:00
h5dump.c [svn-r1742] changed the name of the objectid macro to objid. conflicted with a windows 1999-10-13 10:11:02 -05:00
h5dump.h [svn-r1349] 1999-06-15 13:46:58 -05:00
h5dumptst.c [svn-r1693] removed the last warnings from here 1999-09-29 11:54:00 -05:00
h5dumputil.c [svn-r1691] Portability tweaks and warnings fixed 1999-09-28 19:31:07 -05:00
h5findshd.c [svn-r1184] Changes since 19990402 1999-04-15 14:57:50 -05:00
h5import.c [svn-r952] Changes since 19981125 1998-11-25 12:21:21 -05:00
h5ls.c [svn-r1732] Changes since 19991007 1999-10-07 11:51:49 -05:00
h5repart.c [svn-r1691] Portability tweaks and warnings fixed 1999-09-28 19:31:07 -05:00
h5toh4.c [svn-r1691] Portability tweaks and warnings fixed 1999-09-28 19:31:07 -05:00
h5toh4.h [svn-r1691] Portability tweaks and warnings fixed 1999-09-28 19:31:07 -05:00
h5tools.c [svn-r1744] i removed an extra function that wasn't being used 1999-10-13 11:08:26 -05:00
h5tools.h [svn-r1742] changed the name of the objectid macro to objid. conflicted with a windows 1999-10-13 10:11:02 -05:00
Makefile.in [svn-r1753] Changes since 19991007 1999-10-15 09:53:57 -05:00
pdb2hdf.c [svn-r1753] Changes since 19991007 1999-10-15 09:53:57 -05:00
testh5dump.sh [svn-r1521] Forgot to change the arguments for the $diff command when I changed 1999-07-20 17:09:49 -05:00
testh5toh4 [svn-r1354] 1999-06-16 10:09:56 -05:00