summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
Commit message (Collapse)AuthorAgeFilesLines
* Source formattedAllen Byrne2020-10-011-576/+528
|
* Removes unused H5I_SPACE_SEL_ITER value from H5I_type_tDana Robinson2020-08-271-1/+0
|
* Normalizations with developDana Robinson2020-08-161-98/+77
|
* Merge of dataspace improvements from develop.Dana Robinson2020-07-161-7/+7
|
* Moved H5MM_memcpy and H5MM_xfree_const from developDana Robinson2020-05-151-3/+3
|
* Manual merge of H5T_copy constification (avoids VOL changes andDana Robinson2020-05-141-23/+77
| | | | messy diff).
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-378/+379
|
* merge intel warning fixKimmy Mu2020-01-091-2/+2
|
* Add DCPL to H5CXChris Hogan2019-11-271-3/+10
|
* Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, sinceNeil Fortner2019-01-091-6/+1
| | | | space for it was removed.
* Merge branch 'hdf5_1_10' of ↵Jacob Smith2018-12-311-274/+8
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize_105
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-12-311-274/+8
| | | | | | | | orginally intended to support the full SWMR feature (from develop).
* | Incoporate minimized dataset headers code and tests.Jacob Smith2018-12-311-38/+174
|/
* 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