Go to file
Albert Cheng 3dc1e6dd38 [svn-r25081] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745:
h5diff issues "unable to read attribute" error message when comparing two files

Description:
    h5diff did not handle attributes of variable length strings correctly. It created the wrong memory type if one but not both compared attributes are of the variable strings type. It ended in H5Aread() failure.

Solution:
    We decided to treat the case when one type is variable length string and the other is not as incomparable. That bypassed the above error.  We still need to figure out the proper way, if possible, to compare variable string with non-variable string types.

Tested: h5committested plus tested in Swallow (OS X 10.8).
2014-04-22 17:25:51 -05:00
bin [svn-r24948] Group tests by Common name 2014-04-02 13:35:01 -05:00
c++ [svn-r25061] Description: 2014-04-17 18:25:01 -05:00
config [svn-r25043] Correct CPPFLAGS value. 2014-04-14 10:50:13 -05:00
examples [svn-r24997] Added compiler versions for mpich to settings file and configure summary. 2014-04-08 23:55:49 -05:00
fortran [svn-r25034] Snapshot version 1.9 release 177 2014-04-13 04:56:37 -05:00
hl [svn-r25034] Snapshot version 1.9 release 177 2014-04-13 04:56:37 -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-r24997] Added compiler versions for mpich to settings file and configure summary. 2014-04-08 23:55:49 -05:00
release_docs [svn-r25054] Merge changes to RELEASE.txt for 1.8.13 release: 2014-04-16 12:11:51 -05:00
src [svn-r25045] Fixed a few missing lines of code that were not merged when the 2014-04-14 11:17:52 -05:00
test [svn-r24998] Description: 2014-04-09 00:08:21 -05:00
testpar [svn-r24948] Group tests by Common name 2014-04-02 13:35:01 -05:00
tools [svn-r25081] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745: 2014-04-22 17:25:51 -05:00
vms [svn-r25034] Snapshot version 1.9 release 177 2014-04-13 04:56:37 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
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-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00
CMakeInstallation.cmake [svn-r25075] Correct the install folder logic. 2014-04-22 13:41:11 -05:00
CMakeLists.txt [svn-r25075] Correct the install folder logic. 2014-04-22 13:41:11 -05:00
configure [svn-r25034] Snapshot version 1.9 release 177 2014-04-13 04:56:37 -05:00
configure.ac [svn-r25034] Snapshot version 1.9 release 177 2014-04-13 04:56:37 -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-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
MANIFEST [svn-r25081] Bug HDFFV-8625, HDFFV-8639, HDFFV-8745: 2014-04-22 17:25:51 -05:00
README.txt [svn-r25034] Snapshot version 1.9 release 177 2014-04-13 04:56:37 -05:00
UserMacros.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00

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