summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for github issue #2599: (#2665) (#2735)vchoi-hdfgroup2023-04-141-1/+6
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-1/+1
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-20/+20
* Fixed HDFFV-11150 (#356) (#1104)Larry Knox2021-10-151-1/+2
* Hdf5 merge issue 435 (#460)Larry Knox2021-03-101-3/+7
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-20/+20
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-20/+20
* Merge changes from developAllen Byrne2020-10-081-11/+11
* Source formattedAllen Byrne2020-10-011-573/+524
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-79/+53
* Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-251-23/+78
* Merge pull request #2238 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-241-2/+2
|\
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-081-2/+2
* | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-25/+104
|/
* Cherry pick of 0225e6d5969Quincey Koziol2020-01-041-58/+1
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-0/+1
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-2/+0
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-0/+2
* Use API context to store/retrieve LCPL and DCPL propertiesChris Hogan2019-11-271-2/+12
* More whitespace synchingAllen Byrne2019-10-021-346/+346
* 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
* | Continued progress in implementing tests.Jacob Smith2018-09-201-2/+1
* | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-87/+295
|/
* 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