Go to file
Quincey Koziol f99a412057 [svn-r5230] Purpose:
Code cleanup

Description:
    Clean up the H5B_iterate code to not have a single hard-wired iterator for
    each interface which uses a B-tree, instead accept a function pointer which
    determines the callback function.  This allows additional iterator
    callbacks to be defined without requiring additional H5B functions to be
    created.

    In that spirit, remove the H5B_prune_by_extent call and convert the
    H5F_istore callback routine for it into a callback routine for H5B_iterate.

Platforms tested:
    FreeBSD 4.5 (sleipnir)
2002-04-23 11:01:43 -05:00
bin
c++ [svn-r5227] Purpose: 2002-04-22 18:50:25 -05:00
config
doc [svn-r5213] Snapshot version 1.5 release 26 2002-04-20 04:43:19 -05:00
examples
fortran [svn-r5226] Purpose: 2002-04-22 18:47:41 -05:00
hl/tools/gif2h5
pablo [svn-r5220] 2002-04-22 13:14:00 -05:00
perform [svn-r5219] Purpose: 2002-04-22 12:48:24 -05:00
release_docs [svn-r5229] Updated with support for parallel C API. 2002-04-22 20:25:14 -05:00
src [svn-r5230] Purpose: 2002-04-23 11:01:43 -05:00
test [svn-r5219] Purpose: 2002-04-22 12:48:24 -05:00
testpar [svn-r5222] Purpose: 2002-04-22 15:24:59 -05:00
tools [svn-r5219] Purpose: 2002-04-22 12:48:24 -05:00
windows [svn-r5209] 2002-04-19 16:33:40 -05:00
aclocal.m4
configure [svn-r5225] Purpose: 2002-04-22 18:44:41 -05:00
configure.in [svn-r5225] Purpose: 2002-04-22 18:44:41 -05:00
COPYING
Makefile.dist
Makefile.in
MANIFEST
README.txt [svn-r5213] Snapshot version 1.5 release 26 2002-04-20 04:43:19 -05:00

HDF5 version 1.5.27 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 this 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 is in the html directory.  Start with the
"index.html" in that dictectory.

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

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

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

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

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "majordomo@ncsa.uiuc.edu",
with "subscribe <list>" in the _body_, not the Subject, of the message.
E.g., subscribe hdf5 

Messages to be sent to the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.