Go to file
John Mainzer 12ee3deb82 [svn-r25321] Reworked and enhanced extreme sanity check in H5C.c, fixing an
uninitialized variable bug in passing.

Added the H5C_get_entry_ptr_from_addr() and H5C_verify_entry_type()
in H5C.c, along with their pass through functions in H5AC.c.  Note
that H5C_get_entry_ptr_from_addr() is quite slimey, and should be
avoided if possible.

Updated fractal heap to use flush ordering to force children
in the hdr / iblock / dblock tree to be flushed prior to parents.
This is part of a port of the fractal heap to the V3 cache, although
I gather that it will also be useful for SWMR.

Added sanity checking code to the fractal heap to verify that direct 
blocks are flushed before their parent indirect blocks, child indirect
block are flushed prior to their parent indirect blocks, and that the
root iblock or dblock is flushed prior to the header

Tested on:

        Jam: Serial and parallel
        Phoenix (Debian): serial, debug and production
        amazon (MacOS): serial
2014-06-18 13:18:36 -05:00
bin [svn-r25302] Add nounistd option to flex command for windows caompatibility 2014-06-17 09:50:49 -05:00
c++ [svn-r25317] Edited the Introduction section. 2014-06-18 11:10:27 -05:00
config [svn-r25299] correct case of CMake commands 2014-06-16 14:26:18 -05:00
examples [svn-r25188] Implement change to cmake_ext_mod config folder 2014-05-14 14:50:28 -05:00
fortran [svn-r25313] Use cmake var to store name of created h5_test_kind_xxxx mod file. 2014-06-18 09:28:09 -05:00
hl [svn-r25302] Add nounistd option to flex command for windows caompatibility 2014-06-17 09:50:49 -05:00
m4 [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, libtool 2.4.2 2012-08-22 00:00:32 -05:00
perform [svn-r25215] Description: 2014-05-25 00:55:39 -05:00
release_docs [svn-r25285] Snapshot version 1.9 release 184 2014-06-15 04:58:19 -05:00
src [svn-r25321] Reworked and enhanced extreme sanity check in H5C.c, fixing an 2014-06-18 13:18:36 -05:00
test [svn-r25310] Add max time for VFD objcopy test 2014-06-18 08:39:37 -05:00
testpar [svn-r25282] remove obsolete file 2014-06-13 16:16:34 -05:00
tools [svn-r25249] change test to ignore h5diff warnings (endianess issue) 2014-06-10 11:21:30 -05:00
vms [svn-r25285] Snapshot version 1.9 release 184 2014-06-15 04:58:19 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
aclocal.m4 [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1 2014-03-31 12:07:05 -05:00
acsite.m4
CMakeFilters.cmake [svn-r25239] Add set_property command for list option. 2014-06-04 16:22:31 -05:00
CMakeInstallation.cmake [svn-r25239] Add set_property command for list option. 2014-06-04 16:22:31 -05:00
CMakeLists.txt [svn-r25188] Implement change to cmake_ext_mod config folder 2014-05-14 14:50:28 -05:00
configure [svn-r25287] Fix for: 2014-06-16 10:33:06 -05:00
configure.ac [svn-r25287] Fix for: 2014-06-16 10:33:06 -05:00
COPYING [svn-r25057] Description: 2014-04-16 13:14:05 -05:00
CTestConfig.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00
Makefile.am [svn-r21505] Updated svn properties as needed in source root. 2011-10-10 16:11:00 -05:00
Makefile.dist
Makefile.in [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll back fix for removing rpaths from l 2014-04-25 16:59:53 -05:00
MANIFEST [svn-r25300] Add flex / bison commands to bin script and regenerate hl files using latest versions. 2014-06-16 15:12:42 -05:00
README.txt [svn-r25285] Snapshot version 1.9 release 184 2014-06-15 04:58:19 -05:00
UserMacros.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00

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

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for VMS and several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

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

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

To subscribe to a list, send mail to "<list>-subscribe@lists.hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@lists.hdfgroup.org

Messages sent to the list should be addressed to "<list>@lists.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.