summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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