summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/new_datatypesJordan Henderson2024-03-121-150/+446
|\
| * Implement ID creation optimization for container datatype conversions (#4113)jhendersonHDF2024-03-121-58/+106
| * Clean up a few things in H5T.c (#4105)Dana Robinson2024-03-101-31/+23
| * Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-91/+281
| * Expand check for variable-length or reference types when clearing datatype co...jhendersonHDF2024-03-091-12/+78
| * Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-1/+1
* | Work around issues with MacOS 13Jordan Henderson2024-03-021-195/+197
* | Add support for _Float16 16-bit floating point typeJordan Henderson2024-02-291-0/+190
|/
* Remove cached datatype conversion path table entries on file close (#3942)jhendersonHDF2024-01-231-12/+100
* Fix segfault on user compound dtype conversion callback (#3842)mattjala2023-11-221-7/+10
* Fix misc. warnings from GCC when compiling with -fsanitize=undefined (#3787)jhendersonHDF2023-11-011-3/+3
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-32/+30
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-143/+143
* 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