Go to file
Quincey Koziol 495ca9c7bb [svn-r14860] Description:
Omnibus raw data I/O revisions, with wide-ranging changes and
refactoring, in order to prepare for implementing "fast append" feature.

	These changes remove the majority of the code duplication for raw data
I/O which has crept in over the last ten years and introduces a more object-
oriented design for operating on different types of dataset storage.

	Chunked storage no longer has it's own I/O routines, it is now handled
as either contiguous (if chunk is not pulled into the cache) or compact (if the
chunk is cached in memory).

	No bug or feature changes, at least intentionally... :-)

Tested on:
        FreeBSD/32 6.2 (duty) in debug mode
        FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
                                in debug mode
        Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
                                in production mode
        Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
                                in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                                w/szip filter, in production mode
        Mac OS X/32 10.5.2 (amazon) in debug mode
        Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
2008-04-24 10:03:41 -05:00
bin
c++ [svn-r14850] Purpose: Fixed bugs 2008-04-20 17:06:37 -05:00
config [svn-r14849] Snapshot version 1.9 release 3 2008-04-20 06:32:00 -05:00
examples
fortran
hl
perform [svn-r14831] Revise file of the serial benchmarking tool. 2008-04-12 18:08:08 -05:00
release_docs [svn-r14852] Purpose: Update bug fixes 2008-04-21 00:40:03 -05:00
src [svn-r14860] Description: 2008-04-24 10:03:41 -05:00
test [svn-r14860] Description: 2008-04-24 10:03:41 -05:00
testpar
tools [svn-r14792] bug fix: #1106 h5dump -b will dump ASCII values for datasets after the first one. One variable that controls the binary output was incorrectly reset to zero after a binary output was done a first time. The effect was that on cases of several datasets, the ones after the first were not binary written. Eliminated the resetting of that variable and tested a file with several datasets. Modified the test file so that it is easier to test with the tool binread, that reads the binary output of h5dump. 2008-04-03 16:07:27 -05:00
vms
windows [svn-r14857] Purpose: Fix typo in Windows test script 2008-04-21 13:04:39 -05:00
windows_vnet [svn-r14838] Purpose: Remove ohdr_gentst from Windows projects 2008-04-14 10:21:46 -05:00
.autom4te.cfg
.h5chkright.ini
aclocal.m4
acsite.m4
configure [svn-r14849] Snapshot version 1.9 release 3 2008-04-20 06:32:00 -05:00
configure.in [svn-r14849] Snapshot version 1.9 release 3 2008-04-20 06:32:00 -05:00
COPYING
Makefile.am
Makefile.dist
Makefile.in
MANIFEST [svn-r14860] Description: 2008-04-24 10:03:41 -05:00
README.txt [svn-r14849] Snapshot version 1.9 release 3 2008-04-20 06:32:00 -05:00

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

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 snapshot can be found at the following URL:
http://www.hdfgroup.uiuc.edu/HDF5/doc_dev_snapshot/H5_dev/

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.