summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-20/+20
* Warnings fixes (#1680)jhendersonHDF2022-04-251-1/+1
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-8/+8
* Fix issue with copying null new references (#1440)Neil Fortner2022-02-181-5/+7
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-16/+11
* Fixed clang-tidy readability-misleading-indentation warnings (#427)Sean McBride2021-03-051-3/+7
* Fixed HDFFV-11150 (#356)bmribler2021-02-191-1/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-20/+20
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-0/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-2/+2
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-20/+20
* Clang-format of source filesAllen Byrne2020-09-301-574/+525
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-87/+61
|\
| * Minor refactoring based on 1.10 normalization workDana Robinson2020-08-171-8/+8
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-79/+53
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-3/+3
|/
* H5T_copy() constification plus Quincey's contributions.David Young2020-01-291-23/+78
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-25/+104
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-061-2/+2
|\
| * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-1/+0
| |\
| * | remove unnecessary check macrokmu2019-12-061-1/+1
| * | fix intel compile warningskmu2019-12-041-2/+2
* | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-58/+1
* | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-0/+1
| |/ |/|
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-1/+0
|/
* Add an #include to get a function declaration.David Young2019-11-251-0/+1
* Add object header flags to API contextChris Hogan2019-11-141-2/+12
* Update versioning to next major versionAllen Byrne2019-09-251-346/+347
* Added the map (H5M) APIDana Robinson2019-08-131-0/+3
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+1
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+1
* - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-2/+0
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Remove H5O_BOGUS_INVALID_ID from H5O_msg_class_g initialization, sinceNeil Fortner2019-01-081-6/+1
* Formatting adjustmentsJacob Smith2018-12-181-30/+30
* Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-181-1/+0
|\
| * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-1/+0
* | Reformat to be more consistent with existing code.Jacob Smith2018-12-131-115/+47
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-383/+129
|\ \ | |/
| * Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
| * Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-1/+1
| * Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-8/+0
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-1/+1
| |\
| | * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-1/+9
| |/
| * VOL FEATUREDana Robinson2018-10-101-46/+61
| * 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