Go to file
Dana Robinson fbba9db955 [svn-r20724] Purpose: Fix a bug in h5diff when enum values are compared that do
not represent a valid enum value.

Description:
The h5diff code compares enum values by converting them to strings and
then comparing them.  When the enum value is out of range and can't be
converted to an enum string representation, the comparison was skipped.

The code now flags differences when one of the two enum values is out
of range (two out of range values are compared in memory).  A test has
been added to the tools test script.

This fixes JIRA HDFFV-7527

Tested on: jam, koala, heiwa (h5committest)
2011-05-04 15:07:38 -05:00
bin [svn-r20652] Description: 2011-04-26 16:42:45 -05:00
c++ [svn-r20720] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The 2011-05-04 11:43:16 -05:00
config [svn-r20721] Refactor ext lib import and install. 2011-05-04 14:42:03 -05:00
examples [svn-r20720] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The 2011-05-04 11:43:16 -05:00
fortran [svn-r20720] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The 2011-05-04 11:43:16 -05:00
hl [svn-r20720] Merge changes to scripts to run installed examples from hdf5 1.8.7 r 20718. The 2011-05-04 11:43:16 -05:00
m4 [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15. 2010-11-23 17:56:59 -05:00
perform [svn-r20673] Eliminate memory buffer errors, 2011-04-28 17:10:22 -05:00
release_docs [svn-r20713] Packed Bits Merge: 2011-05-03 12:56:23 -05:00
src [svn-r20707] Added comments to the H5F_mem_t enumeration in H5Fpublic.h and the corresponding flavors[] array in the log VFD code. 2011-05-02 15:44:00 -05:00
test [svn-r20694] Add description for new "external_open_twice" test. 2011-05-02 10:28:34 -05:00
testpar [svn-r20627] Add dependency of t_pflush2 on t_pflush1 2011-04-25 12:06:53 -05:00
tools [svn-r20724] Purpose: Fix a bug in h5diff when enum values are compared that do 2011-05-04 15:07:38 -05:00
vms [svn-r20711] I added efc.c to the compile list. 2011-05-03 10:27:25 -05:00
windows [svn-r20676] Purpose: 2011-04-29 12:02:31 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
aclocal.m4 [svn-r20502] Purpose: 2011-04-14 14:45:57 -05:00
acsite.m4
CMakeLists.txt [svn-r20721] Refactor ext lib import and install. 2011-05-04 14:42:03 -05:00
configure [svn-r20657] Description: 2011-04-27 19:56:57 -05:00
configure.in [svn-r20657] Description: 2011-04-27 19:56:57 -05:00
COPYING [svn-r20116] Description: 2011-02-17 14:03:56 -05:00
CTestConfig.cmake [svn-r20665] Remove extraneous memcheck parameters 2011-04-28 14:57:27 -05:00
Makefile.am
Makefile.dist
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
MANIFEST [svn-r20724] Purpose: Fix a bug in h5diff when enum values are compared that do 2011-05-04 15:07:38 -05:00
README.txt [svn-r20405] Description: 2011-04-03 21:28:07 -05:00

HDF5 version 1.9.81 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.

    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.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-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.