summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-10/+10
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-13/+13
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-57/+57
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-6/+6
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-6/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Sanity checks for H5Xcreate_anon functions to make sure the IDs passed in are...raylu-hdf2022-08-051-1/+6
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-25/+25
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-5/+5
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-6/+6
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-32/+51
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Reformat source (#244)Quincey Koziol2021-01-071-6/+6
* Turns off clang formatter for H5ARGS_TRACE (#184)Dana Robinson2020-12-161-10/+17
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-147/+524
* Enhance API tracing (#120)Quincey Koziol2020-11-261-6/+6
* Move package initialization code for H5A and H5G to internal source file. (#125)Quincey Koziol2020-11-251-182/+0
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-13/+13
* Clang-format of source filesAllen Byrne2020-09-301-160/+138
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-4/+4
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-3/+3
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-121-0/+23
* Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-291-0/+3
* Refactor group creation parameters to take them out of the group creationQuincey Koziol2019-04-251-9/+2
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-6/+6
* Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-10/+10
* Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-10/+0
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-4/+4
* Refactor and standardize group VOL callbacks.Quincey Koziol2018-11-011-44/+15
* Add VOL object wrapping to API context when refreshing groups, named datatypesQuincey Koziol2018-10-271-0/+10
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-6/+6
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-3/+3
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-16/+37
|/
* VOL FEATUREDana Robinson2018-10-101-72/+146
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-126/+112
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-15/+12
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-11/+12
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-2/+2
* Cleanup API context function usage.Quincey Koziol2018-03-191-93/+21
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-107/+146
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Merge branch 'develop' into evict_on_closeDana Robinson2016-09-141-0/+68
|\
| * [svn-r30139] Description:Quincey Koziol2016-07-021-0/+68
* | [svn-r30108] Moved group flush and evict code to H5G_close from H5Gclose.Dana Robinson2016-06-261-29/+1
* | [svn-r30105] Datatypes and Groups now support evict-on-close.Dana Robinson2016-06-251-2/+30
* | [svn-r30104] Fixes evict-on-close feature by propagating globalDana Robinson2016-06-241-1/+1
|/
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-101-6/+6
* [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-9/+9
* [svn-r28916] Description:Quincey Koziol2016-01-151-28/+17