summaryrefslogtreecommitdiffstats
path: root/src/H5Gdeprec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-22/+22
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-120/+171
* Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)Dana Robinson2021-04-301-4/+6
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-3/+3
* Enhance API tracing (#120)Quincey Koziol2020-11-261-7/+7
* Clang-format of source filesAllen Byrne2020-09-301-280/+264
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-5/+5
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-41/+46
* Merge pull request #2228 in HDFFV/hdf5 from minor_improvements_from_token_ref...Quincey Koziol2020-01-041-4/+4
|\
| * Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-4/+4
* | Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-21/+26
|/
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-8/+8
* Fixed a bug (HDFFV-10899) where the behavior of the deprecatedDana Robinson2019-10-041-78/+81
* Fix segfault after H5VL_loc_params_t fix mergeJordan Henderson2019-09-161-2/+2
* Added the map (H5M) APIDana Robinson2019-08-131-0/+3
* Refactor group creation parameters to take them out of the group creationQuincey Koziol2019-04-251-10/+1
* Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-251-34/+4
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+2
* Switch return value to -1Quincey Koziol2018-12-191-6/+6
* Fix return value type for get name operation.Quincey Koziol2018-12-191-1/+5
* Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-0/+1
* Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-5/+5
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-17/+17
* Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-188/+181
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-5/+5
* Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-011-25/+20
* Refactor and standardize group VOL callbacks.Quincey Koziol2018-11-011-6/+4
* Updates after merging changes from develop.Quincey Koziol2018-10-261-1/+1
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-4/+4
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-2/+2
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-14/+29
|/
* VOL FEATUREDana Robinson2018-10-101-152/+231
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-76/+81
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-304/+65
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-1/+1
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-1/+1
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-9/+9
* Cleanup API context function usage.Quincey Koziol2018-03-191-138/+27
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-191/+563
* Normalization with VOL integration branch.Dana Robinson2017-12-011-32/+29
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-18/+18
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-11/+11
* [svn-r27768] Description:Quincey Koziol2015-09-141-51/+3
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-1/+1
* [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-1/+1