summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-12 17:09:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-12 17:09:03 (GMT)
commit9ea48ca15a83a147165f477837f1da6d7e3efe5d (patch)
tree756c1576f7757a0c849ced24cf5f793f2443ac95 /MANIFEST
parent1651db060844acd4203f066e539f380318a7f70f (diff)
parent64565f9771a50138e77a806d7ab330e3919c1847 (diff)
downloadhdf5-9ea48ca15a83a147165f477837f1da6d7e3efe5d.zip
hdf5-9ea48ca15a83a147165f477837f1da6d7e3efe5d.tar.gz
hdf5-9ea48ca15a83a147165f477837f1da6d7e3efe5d.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '64565f9771a50138e77a806d7ab330e3919c1847': Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test) Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) Updated for H5LcreatProp.[h,cpp] Updated MANIFEST for H5LcreatProp.[h,cpp] HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual. Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4e35691..805c8d9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -374,6 +374,8 @@
./c++/src/H5IntType.h
./c++/src/H5LaccProp.cpp
./c++/src/H5LaccProp.h
+./c++/src/H5LcreatProp.cpp
+./c++/src/H5LcreatProp.h
./c++/src/H5Library.cpp
./c++/src/H5Library.h
./c++/src/H5Location.cpp