Go to file
Binh-Minh Ribler 0ef29b550b [svn-r27943] Purpose: Fix HDFFV-7947 (cont.)
Description:
    In the friend functions that setId, changed the direct assignment of
    id to using p_setId() so that the previous id can be closed first to
    avoid memory leaks.
    This change was tested and confirmed by user Jorj on Forum when his
    application stopped running out of memory.  Currently, the C++ library
    doesn't have a way to test this.  A function such as H5Inmembers for
    library ids would be helpful.
Platforms tested:
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
    Darwin (osx1010test)
2015-10-03 13:56:21 -05:00
bin [svn-r27900] Modify bbrelease to use "Revision:" number from svn info, not "Last Changed Rev:" number. 2015-09-28 13:32:42 -05:00
c++ [svn-r27943] Purpose: Fix HDFFV-7947 (cont.) 2015-10-03 13:56:21 -05:00
config [svn-r27937] fix case 2015-10-02 15:08:54 -05:00
examples [svn-r27507] Merge of r27237-27500 from the trunk. 2015-08-14 14:58:54 -05:00
fortran [svn-r27818] Minor warning fixes. 2015-09-17 12:21:34 -05:00
hl [svn-r27927] Fix dependencies of flex/bison files. 2015-10-01 09:48:03 -05:00
m4 [svn-r27745] Merge trunk revision 27744 2015-09-10 09:11:17 -05:00
release_docs [svn-r27901] Rework doc for updated examples script 2015-09-28 13:39:43 -05:00
src [svn-r27939] Remove H5D__iterate and use H5S_select_iterate directly 2015-10-02 15:24:29 -05:00
test [svn-r27932] Increase timeout for istore test when running under vfd. 2015-10-02 08:59:03 -05:00
testpar [svn-r27794] Reintegration merge of features/autotools_rework branch with trunk 2015-09-15 15:38:57 -05:00
tools [svn-r27849] Description: 2015-09-21 19:26:51 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
acsite.m4 [svn-r26396] Merge of r26349-26392 from the trunk. 2015-03-09 03:47:16 -05:00
autogen.sh [svn-r27902] Updated autogen.sh to use /usr/hdf/bin/AUTOTOOLS paths and removed 2015-09-28 14:04:04 -05:00
BRANCH.txt [svn-r26026] Added BRANCH.txt 2015-01-25 17:57:04 -05:00
CMakeFilters.cmake [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
CMakeInstallation.cmake [svn-r27469] Merge from trunk with dual-binary CMake code. 2015-08-05 16:01:07 -05:00
CMakeLists.txt [svn-r27874] Add ability to extend the cmake path for searching for libraries/programs. 2015-09-24 14:14:44 -05:00
configure.ac [svn-r27832] Updates to configure.ac based on the results of autoscan. 2015-09-19 07:24:40 -05:00
COPYING [svn-r26665] Description: 2015-03-30 16:29:58 -05:00
CTestConfig.cmake [svn-r27897] Reduce normal test timeouts to 10 mins - leave VFD changes as is. 2015-09-28 12:48:02 -05:00
Makefile.am [svn-r26526] Merge r26524 from autotools_rework branch 2015-03-23 11:05:44 -05:00
Makefile.dist
MANIFEST [svn-r27854] fixed typo in name of file 2015-09-22 10:26:25 -05:00
README.txt [svn-r27767] Snapshot version 1.9 release 231 2015-09-13 19:43:47 -05:00
UserMacros.cmake [svn-r24781] HDFFV-8700 - 2014-03-11 16:14:57 -05:00

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