Quincey Koziol e6b818134e [svn-r13497] Description:
Move ref. count of # of links to an object out of the object header's
prefix and make it a header message instead (since it's a "rare" occurence),
eliminating some more space for each object in the file.

        Inserting this "ref. count" message exposed a flaw in the library's
mechanism for locating a message to promote to another chunk and replace
with a continuation message, which required some additional work to fix.
It's still not completely robust, but it's working for more cases now and
detects failures robustly.

        Reduced the minimum size of an object header chunk to just enough to
contain a header message prefix and continuation message.

Tested on:
	FreeBSD/32 6.2 (duty)
2007-03-11 18:15:03 -05:00
2007-03-08 15:50:11 -05:00
2007-03-08 04:50:55 -05:00
2007-03-11 18:15:03 -05:00
2007-03-11 18:15:03 -05:00
2007-03-11 18:15:03 -05:00
2006-03-30 18:08:50 -05:00
2006-09-04 14:19:06 -05:00
2007-03-11 18:15:03 -05:00

HDF5 version 1.8.0-alpha6snap3 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

===========================================================================
WARNING!!  WARNING!!  WARNING!!  WARNING!!  WARNING!!  WARNING!!  WARNING!!

This code is currently using interim file format changes that will
certainly change before the final 1.8.0 release.  Please feel free to
test everything out (in fact, we'd welcome that!), but do _NOT_ keep any
of the files produced as they will not be readable by later versions of
the HDF5 software.

WARNING!!  WARNING!!  WARNING!!  WARNING!!  WARNING!!  WARNING!!  WARNING!!
===========================================================================

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE.txt file in the release_docs directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.  The INSTALL* files can be found in the release_docs/ directory.

Documentation for this release can be found at the following URL:
http://hdfgroup.org/HDF5/release/alpha/obtain518.html

Four mailing lists are currently set up for use with the HDF5
library.

   news         - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf-forum    - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.
E.g., mail hdf5-subscribe@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.
Description
No description provided
Readme 627 MiB
Languages
C 81.7%
Fortran 4.5%
Java 4%
CMake 3.3%
C++ 2.4%
Other 4%