summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
Commit message (Collapse)AuthorAgeFilesLines
* Stash work on object header reduction code and tests.Jacob Smith2018-09-111-87/+295
| | | | CMake stuff is not verified.
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-12/+15
|
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-69/+84
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-4/+59
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Fix for HDFFV-10209 VDS SWMR test failureVailin Choi2018-03-091-0/+1
| | | | | | | | Free the object header when there are chksum retries.
| * Changes made based on code reviews.Vailin Choi2018-01-121-10/+12
| |
| * (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-4/+56
| | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-185/+591
|/
* Moved code from H5O.c to H5Oint.cDana Robinson2017-11-141-0/+2641
|
* Added H5Oint.c file.Dana Robinson2017-11-141-0/+72