Go to file
Binh-Minh Ribler 72d896f709 [svn-r26640] Purpose: Fix bugs
Description:
    - Changed DataType::operator= to simply copy the id of rhs instead of
      calling H5Tcopy because, when the operator= is invoked, a different
      datatype id is created and it won't have the same characteristics as
      rhs', specifically, if the rhs represents a named datatype, "this"
      would still be a transient datatype.
    - Added a DataType constructor that takes a PredType object, and this
      constructor will cause H5Tcopy to generate another datatype id, from a
      predefined datatype.
    - Fixed various mistakes in tests.
Platforms tested:
    Linux/64 (platypus)
    Linux/32 2.6 (jam/gnu and jam/icc 15)
    SunOS 5.11 (emu development/production)
2015-03-27 23:15:43 -05:00
bin [svn-r26505] Merge r26435 from autotools_rework branch. 2015-03-20 14:04:30 -05:00
c++ [svn-r26640] Purpose: Fix bugs 2015-03-27 23:15:43 -05:00
config [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
examples [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
fortran [svn-r26631] reverted change r26629 2015-03-27 17:16:49 -05:00
hl [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
m4 [svn-r26280] Removed tab indenting for Fortran source, tab indenting is not F2003 standard compliant. 2015-02-23 10:58:12 -05:00
release_docs [svn-r26627] Description: 2015-03-27 16:30:14 -05:00
src [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
test [svn-r26625] Description: 2015-03-27 15:50:44 -05:00
testpar [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
tools [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
aclocal.m4 [svn-r26188] Merged autotools fixes into the trunk: 2015-02-16 12:17:49 -05:00
acsite.m4 [svn-r26363] Partial revert of r26347. 2015-03-04 17:01:37 -05:00
CMakeFilters.cmake [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
CMakeInstallation.cmake [svn-r26607] Correct test of plugin read when disabled to not print FAILURE when successful 2015-03-26 14:24:25 -05:00
CMakeLists.txt [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
configure [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
configure.ac [svn-r26635] Description: 2015-03-27 19:37:08 -05:00
COPYING
CTestConfig.cmake [svn-r25357] Change default timeout to 1200 seconds or 20 mins 2014-06-25 09:15:13 -05:00
Makefile.am [svn-r26526] Merge r26524 from autotools_rework branch 2015-03-23 11:05:44 -05:00
Makefile.dist
Makefile.in [svn-r26526] Merge r26524 from autotools_rework branch 2015-03-23 11:05:44 -05:00
MANIFEST [svn-r26631] reverted change r26629 2015-03-27 17:16:49 -05:00
README.txt [svn-r26459] Snapshot version 1.9 release 215 2015-03-15 06:08:23 -05:00
UserMacros.cmake

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