diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-05-10 17:24:00 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-05-10 17:24:00 (GMT) |
commit | c470e6bcd60ee20afd19f16ba20e63b8b9a225f6 (patch) | |
tree | 77d99f785ae6a12123485e287f663dc477114b7d /c++/src/H5DataSet.cpp | |
parent | 8460d81d81c6b0da94f5632db1807b23eb1c2532 (diff) | |
parent | ffd98d490f04952e01629c6378c4528459db9f9a (diff) | |
download | hdf5-c470e6bcd60ee20afd19f16ba20e63b8b9a225f6.zip hdf5-c470e6bcd60ee20afd19f16ba20e63b8b9a225f6.tar.gz hdf5-c470e6bcd60ee20afd19f16ba20e63b8b9a225f6.tar.bz2 |
Merge pull request #1046 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit 'ffd98d490f04952e01629c6378c4528459db9f9a':
Fixed typo
C++ API improvement Description: - Added another argument, LinkCreatPropList& lcpl, to the CommonFG::createGroup() functions for the use of link creation property list. The new argument has a default value. Group createGroup(const char* name, size_t size_hint = 0, const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT) Group createGroup(const H5std_string& name, size_t size_hint = 0, const LinkCreatPropList& lcpl = LinkCreatPropList::DEFAULT) - Removed memory leaks caused by accidentally invoking p_get_member_type (in H5CompType.cpp, user reported via email, maybe no jira issue) - Made H5Location::closeObjId static, so no object is needed to close an hdf5 id. - Added classes StrCreatPropList, LinkCreatPropList, AttrCreatPropList for the C property list classes H5P_STRING_CREATE, H5P_LINK_CREATE, and H5P_ATTRIBUTE_CREATE. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5DataSet.cpp')
0 files changed, 0 insertions, 0 deletions