summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
Commit message (Expand)AuthorAgeFilesLines
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-202/+203
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-9/+9
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-11/+10
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-183/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-31/+31
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-116/+116
* Revert long double checks (#3133)Dana Robinson2023-06-151-0/+8
* Remove H5detect and H5make_libsettings (#3104)Dana Robinson2023-06-131-13/+6
* Remove long double conversion work-arounds (#3097)Dana Robinson2023-06-121-8/+0
* Address memory issues when copying empty enums (#3088)Dana Robinson2023-06-121-15/+22
* Fix misc warnings on Windows (#3094)Dana Robinson2023-06-111-16/+16
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-2/+2
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-0/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-60/+60
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-261-1/+1
* Replace H5detect's build-time detection of C99 integer properties with a (#1400)David Young2022-04-221-27/+16
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-15/+15
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-248/+191
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-116/+102
* More clang tidy (#908)Sean McBride2021-08-231-4/+4
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-3/+8
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-2/+2
* Hash table replacement for skip lists in ID code (#600)Dana Robinson2021-05-041-1/+2
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Jan ws changes (#282)Allen Byrne2021-01-271-1/+1
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-221-4/+59
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-5/+67
* (fix) Segmentation fault when using a compound type. (#143)Jan-Willem Blokland2020-12-021-11/+14
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-6/+6
* Enhance API tracing (#120)Quincey Koziol2020-11-261-4/+4
* Clang-format of source filesAllen Byrne2020-09-301-1809/+1927
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-27/+5
* H5R: fix encoding of references that are part of compound typesJerome Soumagne2020-07-281-2/+2
* Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-261-888/+1444
|\
| * Normalization of H5T.c with 1.10.Dana Robinson2020-06-041-24/+24
| * H5T_copy() constification plus Quincey's contributions.David Young2020-01-291-126/+318
| * More fixes for previous committed PR #2079 dated Dec 5 2019.Vailin Choi2019-12-061-1/+1
| * Two fixes:Vailin Choi2019-12-051-0/+1
| * Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-1/+1
| * Make many warnings about H5T_copy() calls that discard const qualifiersDavid Young2019-11-131-1/+1
| * Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-15/+61
| * Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-111-1/+1
| * Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-54/+115
| * Update versioning to next major versionAllen Byrne2019-09-251-69/+70