Commit Graph

626 Commits

Author SHA1 Message Date
Robb Matzke
1dbacc8377 [svn-r517] Changes since 19980720
----------------------

./bin/release
	The archive names have only three parts to a version number.
	Instead of `hdf5-1.2.3d.tar.gz' they will be named like
	`hdf5-1.2.3.tar.gz'.

./src/H5public.h
./src/H5.c
	Dropped the patch level from the version number.  The version
	number is now a major number, a minor number, and a release
	number.

./doc/html/Version.html
	Updated to get rid of patch numbers.

./tools/h5repart.c
	Added a `-V' flag like for `h5ls' that prints the version number.
1998-07-20 11:05:43 -05:00
Robb Matzke
29bf0662db [svn-r516] Changes since 19980720
----------------------

./doc/html/H5.format.html
./src/H5F.c
./src/H5Gprivate.h
./src/H5Oshared.c
	Added file alignment fields: the boot block has an extra
	reserved address field.  The symbol table entry scratch pad
	space was reduced from 24 bytes to 16 bytes.  The index
	permutation was moved earlier in the data type message for
	compound data types and extra padding was added.  Four bytes
	of padding was added to the shared message format.
1998-07-20 09:41:13 -05:00
Robb Matzke
365dac33e3 [svn-r515] Changes since 19980715
----------------------

./doc/html/H5.format.html
./src/H5Gent.c
./src/H5Gprivate.h
./src/H5Oattr.c
./src/H5Oprivate.h
./src/H5Oshared.c
./src/H5HG.c
./src/H5HGprivate.h
	Added padding fields in symbol table entries, attribute
	messages, shared messages, and global heap objects to insure
	that things are aligned on 8-byte boundaries in the file, and
	thus in memory.  Otherwise some little endian machines
	complain (DEC Alpha) during encoding/decoding of file meta
	data.  I chose to add alignment to the file rather than
	rewriting the ENCODE/DECODE macros for the little endian case.

	Completely rewrote the section on attribute messages.

	More alignment stuff will follow.

./src/H5detect.c
	Fixed a typo `nd'->`dn'

./test/dtypes.c
	Commented out conversion tests to/from `long double' on
	machines where it's the same size as `double' to get rid of
	compiler warnings.

./doc/html/Big.html
	Fixed a couple typos.
1998-07-20 08:45:25 -05:00
Quincey Koziol
0c67b4e2bc [svn-r509] Added a couple of lines from the prevous file on the web-site which pointed
people to the ftp server for the distribution and to the project plan for the
code development.
1998-07-15 11:31:26 -05:00
Frank Baker
6327ee5ee4 [svn-r506] Fixing a broken image link. 1998-07-15 00:40:05 -05:00
Frank Baker
dcaf41d30f [svn-r505] Fixing a broken link. 1998-07-15 00:33:09 -05:00
Frank Baker
1d16a96a02 [svn-r504] HDF5 Reference Manual
RM_H5Z.html -- Compression functions, H5Z Interface
Updated for Alpha2.
1998-07-15 00:14:11 -05:00
Frank Baker
c8e75d27b0 [svn-r503] HDF5 Reference Manual
Updated for Alpha2.
1998-07-14 23:51:50 -05:00
Frank Baker
3e213ecf06 [svn-r502] HDF5 Reference Manual
Final updates for Alpha2.
All currently-implemented functions added.
Technical content verified.
1998-07-14 23:37:39 -05:00
Frank Baker
3a4ad842e1 [svn-r501] Introduction to HDF5.
H5.intro.html is a derived HTML file.  Edits should be made
via the MS Word source file ../src/H5.intro.doc.
1998-07-14 23:26:52 -05:00
Frank Baker
465114fa50 [svn-r500] Introduction to HDF5
Source file -- Microsoft Word.
The derived HTML file is hdf/doc/html/H5.intro.html.
1998-07-14 23:15:34 -05:00
Frank Baker
1aaca5960a [svn-r497] Introduction to HDF5
Updated for Alpha 2
1998-07-14 23:12:00 -05:00
Frank Baker
e0c9ca3cce [svn-r492] Changed Reference Manual link to to point to new
HDF5 Reference Manual (multiple file version).
1998-07-14 18:49:26 -05:00
Ruey-Hsia Li
bb4d5ebbb5 [svn-r486] DDL description
C: ----------------------------------------------------------------------
1998-07-14 14:00:46 -05:00
Frank Baker
f87dbef4ca [svn-r479] Updates for Alpha2.
Add missing functions.  General technical edit.
1998-07-10 12:00:32 -05:00
Elena Pourmal
49f626b81f [svn-r475] HDF5 Reference Manual files.
Main file is RM_H5Front.html. Created from the Alpha1 Ref. Manual, Alpha1
User's Guide Documents and the Alpha2 Source Code.
1998-07-08 17:28:21 -05:00
Frank Baker
2f1f2ac4e4 [svn-r474] HDF5 Glossary.
Created from Alpha1 Reference Manual.
1998-07-08 17:19:01 -05:00
Robb Matzke
768b7465a1 [svn-r471] Changes since 19980708
----------------------

./MANIFEST
	Alphabetized.  `d' comes before `e' :-)

./bin/release
	Added the `-batch' option which causes the script to not ask
	questions and to automatically update the minor version
	number and set the patch level back to `a'.  This is intended
	to be used for the daily snapshots:

	   #! /bin/sh
	   set -e
	   cd ~/hdf5
	   make distclean
	   make test
	   bin/release -batch tar compress gzip bzip2
	   mv ./releases/* /repository

./src/H5Z.c
	Removed warnings about unused variables when the zlib.h header
	file is present but libz.a isn't.

./INSTALL
./configure.in
./doc/html/tracing.html
	Made API tracing the default (you still need to define the
	HDF5_TRACE environment variable to get results) and change the
	name from `--disable-tracing' to `--disable-trace' to make it
	consistent with the other switches.

	Changed `site config file' to `host config file' to match the
	documentation.

./doc/html/H5.user.html
	Added a reference to the `tracing.html' file.
1998-07-08 13:41:04 -05:00
Quincey Koziol
bd1e676c52 [svn-r467] Restructuring documentation. 1998-07-08 09:54:54 -05:00
Quincey Koziol
4d3351f1d7 [svn-r453] Minor tweaking of pictures 1998-07-06 16:02:13 -05:00
Quincey Koziol
e1b3f3e3b3 [svn-r175] Minor formatting tweaks 1998-01-27 16:11:53 -05:00
Robb Matzke
dd36e4a341 [svn-r167] Pipeline as currently implemented. 1998-01-23 10:21:35 -05:00
Quincey Koziol
118089bb5e [svn-r166] Initial version of I/O pipeline graph 1998-01-22 16:33:52 -05:00
Quincey Koziol
eec23941ab [svn-r23] A user's view of a basic HDF5 file. 1997-08-11 12:03:49 -05:00
Quincey Koziol
5d32282b5e [svn-r22] Reasonable, high-level BNF-like description of the structure of an HDF5 file. 1997-08-11 12:03:23 -05:00
Quincey Koziol
8b630f536a [svn-r21] [Very] Basic flowchart of allowable excecution flow through the HDF5 library. 1997-08-11 12:02:36 -05:00