hdf5/c++/test
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
..
CMakeLists.txt Update cmake min version and cmake command convention 2017-01-10 17:10:03 -06:00
CMakeTests.cmake HDFFV-10094: upgrade cmake command conventions 2017-01-11 14:02:34 -06:00
dsets.cpp Description: 2016-10-19 15:50:17 -05:00
h5cpputil.cpp Description: 2016-10-19 15:50:17 -05:00
h5cpputil.h Description: 2016-10-19 15:50:17 -05:00
H5srcdir_str.h.in [svn-r18419] Description: 2010-03-18 07:23:04 -05:00
Makefile.am Purpose: Fix bug HDFFR-9920 cont. 2016-09-21 14:53:17 -05:00
tarray.cpp Purpose: Improvement for HDFFV-10004 2016-12-19 00:34:18 -06:00
tattr.cpp Description: 2016-10-19 15:50:17 -05:00
tcompound.cpp Description: 2016-10-19 15:50:17 -05:00
tdspl.cpp Description: 2016-10-19 15:50:17 -05:00
testhdf5.cpp Description: 2016-10-19 15:50:17 -05:00
tfile.cpp Purpose: Add new C++ wrappers 2017-02-15 09:01:05 -06:00
tfilter.cpp Description: 2016-10-19 15:50:17 -05:00
th5s.cpp Description: 2016-10-19 15:50:17 -05:00
th5s.h5 [svn-r3639] 2001-03-14 21:55:33 -05:00
titerate.cpp Description: 2016-10-19 15:50:17 -05:00
tlinks.cpp Purpose: Add new wrappers 2016-12-28 08:44:01 -06:00
tobject.cpp Purpose: Add more tests 2017-01-03 07:53:54 -06:00
trefer.cpp Description: 2016-10-19 15:50:17 -05:00
ttypes.cpp Purpose: Add more tests 2017-01-03 07:53:54 -06:00
tvlstr.cpp Purpose: Add more tests 2017-01-03 07:53:54 -06:00