Go to file
Neil Fortner 56960ac85c [svn-r21556] Purpose: Fix bug in H5Ocopy
Description:
H5Ocopy could get confused when copying a named datatype containing an
attribute which used that named datatype as its datatype.  This happened
because H5Ocopy would recurse into the attribute's datatype before the object
the attribute was in was fully copied (i.e. before the "post-copy" pass).
Modified H5Ocopy to avoid recursing before the post-copy step in this case.
Required many changes, including to how non-committed shared messages are
copied.

Tested: jam, koala, heiwa (h5committest); durandal
2011-10-13 18:10:50 -05:00
bin [svn-r21529] Description: 2011-10-12 14:16:32 -05:00
c++ [svn-r21499] Snapshot version 1.9 release 94 2011-10-09 09:02:51 -05:00
config [svn-r21549] Removed unused references to USE_STDIO and MAX_BUF in Windows configuration CMake file. 2011-10-13 12:07:41 -05:00
examples [svn-r21366] JIRA HDFFV-2748 replace use of _WIN32 in source. Created new defines H5_HAVE_WIN32_API and H5_HAVE_VISUAL_STUDIO defines to use. These can be properly set during configurration. 2011-09-06 11:50:32 -05:00
fortran [svn-r21552] Maintenance: Addressed HDFFV-915 - investigate if H5open and H5close are needed in the corresponding 2011-10-13 15:25:32 -05:00
hl [svn-r21499] Snapshot version 1.9 release 94 2011-10-09 09:02:51 -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-r21484] Add HDprefix and change when pio_timer.h is included 2011-10-07 10:24:56 -05:00
release_docs [svn-r21556] Purpose: Fix bug in H5Ocopy 2011-10-13 18:10:50 -05:00
src [svn-r21556] Purpose: Fix bug in H5Ocopy 2011-10-13 18:10:50 -05:00
test [svn-r21556] Purpose: Fix bug in H5Ocopy 2011-10-13 18:10:50 -05:00
testpar [svn-r21442] Description: 2011-09-30 20:37:23 -05:00
tools [svn-r21489] Bug: 2011-10-07 15:16:20 -05:00
vms [svn-r21520] Changed the size of off_t on VMS to 4 bytes from 8 (as reported by a test program run on VMS). 2011-10-11 15:22:25 -05:00
windows [svn-r21517] - Added checks for clock_gettime() to configure.in. 2011-10-11 14:04:46 -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-r21538] Removed obsolete Windows STDIO VFD configuration options from CMake config files. 2011-10-13 07:45:56 -05:00
configure [svn-r21529] Description: 2011-10-12 14:16:32 -05:00
configure.in [svn-r21525] Description: 2011-10-11 18:59:40 -05:00
COPYING [svn-r20116] Description: 2011-02-17 14:03:56 -05:00
CTestConfig.cmake [svn-r21201] Prepend test folder name to perform and testpar cmake tests 2011-08-09 14:13:26 -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-r21249] Description: Part II of F2003 branch merge into the trunk. 2011-08-18 09:38:53 -05:00
MANIFEST [svn-r21397] Fix mis-spell non_comparables#.h5. It's from previous checkin for HDFFV-7693. (r21396) 2011-09-16 14:35:52 -05:00
README.txt [svn-r21499] Snapshot version 1.9 release 94 2011-10-09 09:02:51 -05:00

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