Commit Graph

1557 Commits

Author SHA1 Message Date
Robb Matzke
ae62eb223c [svn-r1806] * 1999-11-02
** bin/rpmsync
** config/depend1.in
	Tweaks for versions of `make' that can't search directories.

** examples/Dependencies
** src/Dependencies
** test/Dependencies
** testpar/Dependencies
** tools/Dependencies
	Regenerated all these with more complete path names.
1999-11-02 12:29:33 -05:00
Patrick Lu
cf31634884 [svn-r1805] more changes. I found some duplicate functions in the library and the dumper.
so i moved the dumper stuff out to the libary.  Had to change some functions
in h5findshd so they would stop using globals that shouldn't be defined in the
lib.  I will remove the globals next.  also the h5findshd.c has an extra member
to the struct for that objects in the table so i added that into the appropriate place.

the dumper is working ok now but the h5toh4 is still broken.
1999-11-02 12:11:37 -05:00
Patrick Lu
08482c22b7 [svn-r1804] updated the file to reflect some changes that were made in V1.2 that weren't
in this file
1999-11-02 11:21:00 -05:00
Robb Matzke
eb8747499d [svn-r1802] Changes since 19991019
----------------------

./MANIFEST
./configure.in
./configure			[REGENERATED]
	Added more checking for `make' features.

./Makefile.in
./doc/Makefile.in
./doc/html/Makefile.in
./doc/html/Tutor/Makefile.in
./examples/Makefile.in
./pablo/Makefile.in
./src/Makefile.in
./test/Makefile.in
./testpar/Makefile.in
./tools/Makefile.in
./config/commence.in
./config/conclude.in
./config/depend.in		[REMOVED]
./config/depend1.in		[NEW]
./config/depend2.in		[NEW]
./config/depend3.in		[NEW]
./config/depend4.in		[NEW]
./config/dependN.in		[NEW]
	The directory search stuff was moved into commence.in, thereby
	shortening the Makefile.in prologues.

./doc/html/Dependencies		[NEW]
./doc/html/Tutor/Dependencies	[NEW]
./examples/Dependencies		[NEW]
./src/Dependencies		[NEW]
./test/Dependencies		[NEW]
./testpar/Dependencies		[NEW]
./tools/Dependencies		[NEW]
	The `.distdep' files were all renamed to `Dependencies' to make them
	more obvious. They are required (but may be empty) in every directory
	that has a Makefile.in that ends with @CONCLUDE@ (you'll get an
	obvious error from make if you forgot to create one).

./bin/trace
./src/H5.c
	Added H5E_major_t and H5E_minor_t although tracing only prints the
	integer value.

./src/H5E.c
./src/H5Epublic.h
	Added tracing information.

./src/H5FDcore.c
./src/H5FDfamily.c
./src/H5FDgass.c
./src/H5FDmpio.c
./src/H5FDsec2.c
./src/H5FDstdio.c
	Fixed places where FUNC_LEAVE() evaluated it's argument more than
	once.

	Added tracing information.

	Wrapped long lines.

./config/gnu-flags
	Fixed a syntax error when we don't have a gnu compiler.
1999-11-01 10:21:16 -05:00
Albert Cheng
7dec251c1a [svn-r1801] Purpose:
Bug fix.
Description:
    If the H4DUMP (hdp) is not executable for some reasons (e.g., not
    in $PATH), it produced zero sized files.  The test script did not
    detect the abnormality but compared the zero sized files the same
    and concluded the test passed.
Solution:
    Test if H4DUMP can produce valid output.  If not, print warning
    messages.  Also check the size of output files to make sure they
    are reasonably valid.
Platform tested:
    Linux.
1999-10-29 21:30:42 -05:00
Patrick Lu
23ab35a5a7 [svn-r1800] moved the code from the dumper that iterates thru the files and stores the info
into the tables into the tools lib.

h5findshd-had some of the same functions so i removed them for now
1999-10-29 14:50:25 -05:00
Patrick Lu
ea1264842e [svn-r1799] got rid of the include of the private header file 1999-10-29 10:57:26 -05:00
Albert Cheng
e8c278dc98 [svn-r1798] Changed the URL to use a gass-signon. 1999-10-28 13:27:12 -05:00
Patrick Lu
b37a0cba06 [svn-r1797] included the h5private.h file to get a definition of F_OK and
got rid of the #error for WIN32
1999-10-27 14:04:23 -05:00
Patrick Lu
aee39d449d [svn-r1796] included the new h5fdstdio.c file into the dll and the lib projects 1999-10-27 14:03:18 -05:00
Albert Cheng
81c6472bcc [svn-r1795] Removed an extra return statement resulted from the previous changes. 1999-10-26 15:21:35 -05:00
Albert Cheng
2de64cfcb1 [svn-r1794] Snapshot version 1.3 release 3 1999-10-26 15:02:05 -05:00
Albert Cheng
2768e04e4c [svn-r1793] Corrected a typo. 1999-10-26 14:35:28 -05:00
Albert Cheng
226f78fba2 [svn-r1792] Updated MANIFEST. 1999-10-26 14:34:29 -05:00
Albert Cheng
35d1bedfcf [svn-r1791] Moved the MANIFEST checking to a separate command file (chkmanifest) so that
it can be invoked individually.
1999-10-26 14:30:08 -05:00
Albert Cheng
bb1c7d462e [svn-r1790] Removed the tag of the snapshot version. The tagging created a long
list of tags no one ever used.
1999-10-24 19:57:59 -05:00
Albert Cheng
72ca1d50eb [svn-r1789] Changed the ftp test site to a different machine. The
previous machine is retired.
1999-10-22 22:00:08 -05:00
Quincey Koziol
1953487e12 [svn-r1788] Converted all the VFL drivers except for the stdio and multi drivers back into
the "internal" HDF5 coding standard.
1999-10-22 19:36:04 -05:00
Albert Cheng
69fc209302 [svn-r1787] Removed CVS merged warnings stuff that got check in by mistake. 1999-10-22 19:10:02 -05:00
Quincey Koziol
361897d767 [svn-r1786] Added stdio VFL driver to the list of VFL drivers the user can test. 1999-10-20 12:51:27 -05:00
Quincey Koziol
e0cbe0c5c8 [svn-r1785] Added stdio VFL driver, which uses the new public H5E calls. 1999-10-20 12:51:03 -05:00
Quincey Koziol
ef31f648cf [svn-r1784] Updated with autoconf, I think... 1999-10-20 12:50:14 -05:00
Quincey Koziol
f1f675be43 [svn-r1783] Added public H5Epush... routines and macros. 1999-10-20 12:46:55 -05:00
Patrick Lu
4d1a3a2892 [svn-r1782] revised the tests and made the timing tests bat file. like in the release version 1999-10-18 10:28:44 -05:00
Albert Cheng
d71eb1b8bb [svn-r1769] Snapshot version 1.3 release 2 1999-10-15 19:01:41 -05:00
Albert Cheng
58fe6f5c2f [svn-r1768] Deriverd from configure.in. 1999-10-15 18:22:38 -05:00
Albert Cheng
d59808997f [svn-r1767] MANIFEST:
Updated.
configure.in:
    Removed the test for -lxnet in the GASS-driver part.  There is
    no need for it and it does not exist in other machines like IRIX64.
configure:
    Deriverd from configure.in.
1999-10-15 18:22:10 -05:00
Albert Cheng
5aa49645b5 [svn-r1766] Modified to support install-doc. 1999-10-15 16:37:32 -05:00
Albert Cheng
80dfcec92c [svn-r1765] Makefile.in:
configure.in:
    Modified to support install-doc.
configure:
    Derived from configure.in via autoconf.
INSTALL_MAINT:
    Moved to doc/html/Lib_Maint.html
1999-10-15 16:37:08 -05:00
Albert Cheng
6474c9dfdb [svn-r1764] Added the install-doc and uninstall-doc targets. 1999-10-15 16:23:47 -05:00
Albert Cheng
4c93f8deb4 [svn-r1763] Shared mode works fine now with IRIX64. Removed the special disable-shared. 1999-10-15 16:16:02 -05:00
Albert Cheng
58b930fc76 [svn-r1762] Folded in changes from v1.2 for install-doc. 1999-10-15 16:08:33 -05:00
Albert Cheng
629c9b9510 [svn-r1761] Lib_Maint.html was toplevel INSTALL_Maint.
Folded in changes from v1.2 for install-doc.
1999-10-15 16:08:22 -05:00
Albert Cheng
878def94e5 [svn-r1760] Added a paragraph of how to use bin/install-sh explicitedly. 1999-10-15 14:04:54 -05:00
Quincey Koziol
85f55c4c95 [svn-r1759] Corrected a few more compiler warnings. 1999-10-15 14:04:01 -05:00
Robb Matzke
687b25d15c [svn-r1754] Fixed file prologue. 1999-10-15 09:56:28 -05:00
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
Patrick Lu
5246411f70 [svn-r1744] i removed an extra function that wasn't being used 1999-10-13 11:08:26 -05:00
Patrick Lu
58a685ac81 [svn-r1743] fixed some compilation errors on unix 1999-10-13 10:41:02 -05:00
Patrick Lu
aa88b36b52 [svn-r1742] changed the name of the objectid macro to objid. conflicted with a windows
define
1999-10-13 10:11:02 -05:00
Patrick Lu
478038d68d [svn-r1741] write 0f0f0f0f into the *a.raw and *b.raw files so if the os doesn't put 0's in
when it skips over part of the file the garbage is not left in there.
fixes problems with win 98
1999-10-13 10:09:30 -05:00
Quincey Koziol
d5db5d6991 [svn-r1739] Cleaned up some warnings from the HP compiler. 1999-10-08 19:34:31 -05:00
Quincey Koziol
acc0841fe5 [svn-r1738] Took out the "UNUSED" macros from the parameter lists, they were confusing the
HP compiler.
1999-10-08 19:34:04 -05:00
Barbara Jones
f5db00939a [svn-r1733] Change section 4.- to "asked, but not required" from "must" 1999-10-07 12:48:53 -05:00
Robb Matzke
20e748496e [svn-r1732] Changes since 19991007
----------------------

./src/H5FDcore.c
	Includes private headers instead of public in order to use the
	`UNUSED' macro.

./src/H5FDpublic.h
	Includes H5public.h just in case.

./src/H5P.c
	Removed two unused variables in H5P_copy()

./src/H5FDgass.h
	Fixed a C++ comment after a `#endif'

./src/Makefile.in
	The H5FDgass.h file is public and must be installed in order for
	applications to be able to use HDF5.

./tools/h5tools.c
	Removed an unused variable.
1999-10-07 11:51:49 -05:00
Albert Cheng
766d480daf [svn-r1731] Snapshot version 1.3 release 1 1999-10-06 15:58:07 -05:00
Quincey Koziol
6f649e66b2 [svn-r1730] Close & re-open the file to make certain that the VL datatype information is
being written correctly.
1999-10-06 13:12:19 -05:00
Quincey Koziol
02d8d63ad5 [svn-r1729] Put in "alias" for old H5P_DATASET_XFER to map it to the new H5P_DATA_XFER.
This should eventually be deprecated and the alias removed.
1999-10-06 13:11:46 -05:00
Quincey Koziol
ead8e57ed2 [svn-r1728] Corrected two bugs in VL types, one in which the wrong length of the buffer
needed for the object header was being computed and another in incorrectly
decoding the "base" type of the VL type.
1999-10-06 13:10:47 -05:00
Albert Cheng
44fa8e1e3e [svn-r1727] Updated it with new file. 1999-10-06 11:38:04 -05:00