summaryrefslogtreecommitdiffstats
path: root/src/H5Gdeprec.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-5/+5
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-5/+5
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-74/+74
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-3/+3
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-1/+1
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-35/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-4/+4
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-5/+5
* 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