hdf5/c++/test
Binh-Minh Ribler 09913e2f8e Added class DSetAccPropList
Description:
    - Added class DSetAccPropList for the dataset access property list.
    - Added wrapper for H5Dget_access_plist to class DataSet
        // Gets the access property list of this dataset.
        DSetAccPropList getAccessPlist() const;

    - Added wrappers for H5Pset_chunk_cache and H5Pget_chunk_cache to class
      DSetAccPropList
        // Sets the raw data chunk cache parameters.
        void setChunkCache(size_t rdcc_nslots, size_t rdcc_nbytes, double rdcc_w0)

        // Retrieves the raw data chunk cache parameters.
        void getChunkCache(size_t &rdcc_nslots, size_t &rdcc_nbytes, double &rdcc_w0)

    - Added two more arguments to H5Location::createDataSet:
        const DSetAccPropList& dapl = DSetAccPropList::DEFAULT
        const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT

    - Added one more argument to H5Location::openDataSet:
        const DSetAccPropList& dapl = DSetAccPropList::DEFAULT

Platforms tested:
    Linux/64 (jelly)
    Linux/32 (jam)
    Darwin (osx1010test)
2018-07-22 15:22:34 -05:00
..
CMakeLists.txt Fix MPI on Windows by adding MPI include folder 2018-05-09 14:29:44 -05:00
CMakeTests.cmake Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
dsets.cpp Added class DSetAccPropList 2018-07-22 15:22:34 -05:00
h5cpputil.cpp Various code cleanup 2017-12-04 12:21:12 -06:00
h5cpputil.h Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
H5srcdir_str.h.in Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
Makefile.am Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
tarray.cpp Various code cleanup 2017-12-04 12:21:12 -06:00
tattr.cpp Code improvement 2018-07-21 00:40:57 -05:00
tcompound.cpp Fixed typo. 2017-12-04 16:57:37 -06:00
tdspl.cpp Various code cleanup 2017-12-04 12:21:12 -06:00
testhdf5.cpp Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 2017-04-25 16:05:36 -05:00
tfile.cpp Code improvement 2018-07-21 00:40:57 -05:00
tfilter.cpp Various code cleanup 2017-12-04 12:21:12 -06:00
th5s.cpp Fixed HDFFV-10404 2018-07-13 13:40:22 -05:00
th5s.h5
titerate.cpp Various code cleanup 2017-12-04 12:21:12 -06:00
tlinks.cpp Fixed HDFFV-10458 partially 2018-07-17 01:09:45 -05:00
tobject.cpp Code improvement 2018-07-21 00:40:57 -05:00
trefer.cpp Code improvement 2018-07-21 00:40:57 -05:00
ttypes.cpp Code improvement 2018-07-21 00:40:57 -05:00
tvlstr.cpp Various code cleanup 2017-12-04 12:21:12 -06:00