Go to file
Binh-Minh Ribler 40b13c7445 Purpose: Add new C++ wrappers
Description:
    Added wrappers for H5Pset_file_space and H5Pget_file_space

        // Sets the strategy and the threshold value that the library will
        // will employ in managing file space.
        void setFileSpace(H5F_file_space_type_t strategy, hsize_t threshold) const;

        // Returns the strategy that the library uses in managing file space.
        H5F_file_space_type_t getFileSpaceStrategy() const;

        // Returns the threshold value that the library uses in tracking free
        // space sections.
        hsize_t getFileSpaceThreshold() const;

Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (jelly)
    Darwin (osx1010test)
2017-02-15 09:01:05 -06:00
bin Whitespace changes in bin/trace. 2017-02-07 14:26:56 -05:00
c++ Purpose: Add new C++ wrappers 2017-02-15 09:01:05 -06:00
config HDFFV-9875 Add new PDB folder 2017-02-06 12:43:32 -06:00
examples HDFFV-10094: upgrade cmake command conventions 2017-01-11 14:02:34 -06:00
fortran HDFFV-9875 enable static pdb and cleanup exports 2017-02-03 12:41:30 -06:00
hl HDFFV-9875 enable static pdb and cleanup exports 2017-02-03 12:41:30 -06:00
java Clean up whitespace 2017-02-07 09:18:57 -08:00
m4 Added number of integer KINDs found to the header files. 2016-09-26 13:27:50 -05:00
release_docs Updated platform and compiler versions in "More Tested Platforms" for 2017-02-03 13:24:12 -06:00
src Minor warning fixes. 2017-02-09 11:44:38 -05:00
test Minor warning fixes. 2017-02-09 11:44:38 -05:00
testpar Bring change to use array of metadata cache entry classes for H5C_create 2017-01-27 23:18:47 -08:00
tools Clean up whitespace 2017-02-07 09:18:57 -08:00
.autom4te.cfg
.gitattributes Added .gitignore and .gitattributes files with contents from the last 2016-09-01 16:15:15 -05:00
.gitignore Simplified .gitignore by using patterns. 2016-11-27 16:05:03 -05:00
.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-r29501] - POSIX compliance changes to autogen.sh 2016-03-22 02:37:07 -05:00
CMakeFilters.cmake Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00
CMakeInstallation.cmake HDFFV-9875 Fix target exports and add static tools pdb files 2017-02-02 12:09:10 -06:00
CMakeLists.txt HDFFV-9875 Remove compile pdb references 2017-02-02 13:47:39 -06:00
configure.ac Moved remaining SWMR-related test files to develop. 2017-01-26 14:34:12 -05:00
COPYING [svn-r29319] Update COPYING for 2016. 2016-03-07 15:57:01 -05:00
CTestConfig.cmake Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00
Makefile.am [svn-r29226] HDFFV-9552: merge in java code. 2016-02-28 21:43:00 -05:00
Makefile.dist
MANIFEST Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop_merge_cache_image_06 2017-01-28 23:27:08 -08:00
README.txt Snapshot version 1.9 release 235 2016-12-16 15:23:58 -06:00
UserMacros.cmake Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00

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