summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
Commit message (Expand)AuthorAgeFilesLines
* Much normalization with develop (#701)Dana Robinson2021-05-281-46/+51
* Misc normalization from developDana Robinson2021-05-071-3/+3
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-36/+13
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-575/+524
* H5T_copy() constification plus Quincey's contributions.David Young2020-05-201-23/+78
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-25/+104
* remove unnecessary check macrokmu2020-05-201-1/+1
* fix intel compile warningskmu2020-05-201-2/+2
* Revert "fix warnings from Intel compiler"kmu2020-05-201-2/+2
* Revert "fix issues from previous PR comments"kmu2020-05-201-1/+1
* Revert "using a different MACRO"kmu2020-05-201-1/+1
* using a different MACROkmu2020-05-201-1/+1
* fix issues from previous PR commentskmu2020-05-201-1/+1
* fix warnings from Intel compilerkmu2020-05-201-2/+2
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-05-201-58/+1
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-201-0/+1
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-1/+0
* Add an #include to get a function declaration.David Young2020-05-201-0/+1
* Add object header flags to API contextChris Hogan2020-05-201-2/+12
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-448/+599
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-84/+82
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-274/+8
* 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
|\
| * Fix for HDFFV-10209 VDS SWMR test failureVailin Choi2018-03-091-0/+1
| * 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
* | 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