summaryrefslogtreecommitdiffstats
path: root/src/H5Dbtree2.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r20196] This checkin consists of the following:Vailin Choi2011-03-071-1/+13
| | | | | | | | | | | | | | | A) - Changes to add the new tool "h5watch" to High Level - Changes to add three new High Level public routines for retrieving elements appended to a dataset B) A patch from Mike M. to fix the H5Dflush/refresh problem: src/H5Dpkg.h src/H5Dint.c src/H5D.c C) Fix for an assertion failure in H5FS_sect_link_size() in H5FSsection.c src/H5Dbtree2.c h5committested; tested also on linew, duty, fred.
* [svn-r19380] Description:Quincey Koziol2010-09-141-223/+249
| | | | | | | | Minor code cleanups. Tested on: Mac OS X/32 10.6.4 (amazon) w/debug & production (h5committest not required on this branch)
* [svn-r19378] Modifications to using v2 B-tree as index for chunked datasets ↵Vailin Choi2010-09-131-0/+1769
with >1 unlimited dimensions. h5committested.