summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-031-2/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-21/+21
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-99/+100
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-12/+12
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-48/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-24/+24
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* 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-0/+5
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-22/+22
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-2/+2
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-30/+89
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-221-11/+8
* Reformat source (#244)Quincey Koziol2021-01-071-2/+2
* Fix datatype lookup in named datatype flush/refresh code and detect more core...hdf5-1_13_0-rc3Quincey Koziol2020-12-171-2/+2
* Turns off clang formatter for H5ARGS_TRACE (#184)Dana Robinson2020-12-161-4/+6
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-57/+193
* Clang-format of source filesAllen Byrne2020-09-301-269/+243
* Minor refactoring based on 1.10 normalization workDana Robinson2020-08-171-4/+19
* Trim trailing whitespaceQuincey Koziol2020-04-201-2/+2
* H5T_copy() constification plus Quincey's contributions.David Young2020-01-291-3/+3
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-5/+5
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-1/+2
* Merge pull request #2029 in HDFFV/hdf5 from ~CHOGAN/hdf5:feature/cx_lcpl to d...Chris Hogan2019-11-251-0/+3
|\
| * Use API context to store/retrieve LCPL when creating intermediate groupsChris Hogan2019-10-291-0/+3
* | Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-3/+3
|/
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Minor tweak to address JIRA HDFFV-10611 (which was already fixed).Dana Robinson2018-12-081-2/+2
* Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-221-3/+3
* Switch driver | plugin => connector.Quincey Koziol2018-11-041-12/+12
* Refactor and standardize named datatype VOL callbacks.Quincey Koziol2018-11-011-53/+12
* Add VOL object wrapping to API context when refreshing groups, named datatypesQuincey Koziol2018-10-271-1/+12
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-2/+2
|\
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-1/+1
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-19/+60
|/
* VOL FEATUREDana Robinson2018-10-101-24/+278
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-130/+106
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-83/+11
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-2/+2
* Cleanup API context function usage.Quincey Koziol2018-03-191-60/+16
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-13/+12
|\
| * Modifications made based on comments from pull request.Vailin Choi2018-02-071-0/+1
| * Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-8/+9
| |\
| * | Initial checkin for library version boundsVailin Choi2017-10-031-15/+13