Go to file
Quincey Koziol c751cdab33 [svn-r13744] Description:
Initial changes to take advantage of readers/writer locking on metadata
cache entries.  Reduce the # of protect/unprotect pairs during B-tree iteration
by holding reader lock on B-tree and symbol table nodes while iteration occurs.

    This also has the benefit of preventing an iteration callback from
modifying the B-tree being iterated over (which would probably confuse the
B-tree iteration code terribly)

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    Linux/32 2.6 (chicago)
    Linux/64 2.6 (chicago2)
2007-05-10 10:31:34 -05:00
bin [svn-r13707] Changed the TODAY format to include weekday, matching the one used by DailyHDF5Test 2007-04-28 23:13:23 -05:00
c++
config [svn-r13736] Bug fix. 2007-05-07 15:30:11 -05:00
examples [svn-r13702] Added new example that uses H5Gcreate2 and H5Lexists calls 2007-04-25 13:39:41 -05:00
fortran [svn-r13688] purpose: 2007-04-19 11:00:49 -05:00
hl [svn-r13656] 2007-04-13 14:17:15 -05:00
perform
release_docs [svn-r13718] 2007-05-01 11:14:26 -05:00
src [svn-r13744] Description: 2007-05-10 10:31:34 -05:00
test [svn-r13741] Description: 2007-05-10 10:06:49 -05:00
testpar [svn-r13650] Description: 2007-04-12 16:41:23 -05:00
tools [svn-r13720] 2007-05-01 15:58:18 -05:00
vms [svn-r13660] Minor cleanups and bug fixes. 2007-04-13 17:04:26 -05:00
windows [svn-r13734] Added new source files (from rev. 13721) to Windows project files. 2007-05-05 11:03:35 -05:00
.autom4te.cfg
.h5chkright.ini
aclocal.m4
acsite.m4
configure [svn-r13716] updated the help message of the --enable-debug to reflect its default now depends 2007-04-30 22:38:52 -05:00
configure.in [svn-r13716] updated the help message of the --enable-debug to reflect its default now depends 2007-04-30 22:38:52 -05:00
COPYING
Makefile.am
Makefile.dist
Makefile.in
MANIFEST [svn-r13734] Added new source files (from rev. 13721) to Windows project files. 2007-05-05 11:03:35 -05:00
README.txt [svn-r13698] Description: 2007-04-24 09:01:55 -05:00

HDF5 version 1.8.0-beta1post1 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 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.