summaryrefslogtreecommitdiffstats
path: root/BRANCH.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-09-19 20:18:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-09-19 20:18:30 (GMT)
commit2646f917adb5b2e17404260e433dc3ed7c39a602 (patch)
tree81bdef26f7c5a696fcacd5d824ef8abf97d80d2e /BRANCH.txt
parent29b169abb3ab8fcb0c1e75693def8829433dd6a0 (diff)
downloadhdf5-2646f917adb5b2e17404260e433dc3ed7c39a602.zip
hdf5-2646f917adb5b2e17404260e433dc3ed7c39a602.tar.gz
hdf5-2646f917adb5b2e17404260e433dc3ed7c39a602.tar.bz2
Cleaned up feature for dissemination to LLNL:
- Removed support for datatypes. - Commented out support for groups - General change clean-up - Added a list of improvements to BRANCH.txt
Diffstat (limited to 'BRANCH.txt')
-rw-r--r--BRANCH.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/BRANCH.txt b/BRANCH.txt
index 9efaed8..6c4ee6c 100644
--- a/BRANCH.txt
+++ b/BRANCH.txt
@@ -6,3 +6,17 @@ on object close.
Dana Robinson is in charge of the branch, which follows the trunk.
It will be deleted when the feature is merged to the trunk.
+
+Key changes:
+
+* New H5Pset/get_evict_on_close() functions that enable and disable
+ the feature (default: disabled).
+
+* New property: H5F_ACS_EVICT_ON_CLOSE_FLAG
+
+* Added match_global flag to H5AC_evict_tagged_metadata() and
+ H5C_evict_tagged_entries() parameter lists.
+
+* H5D_close() updated to evict on close, when the property is set.
+
+* New evict_on_close test to exercise the function.