summaryrefslogtreecommitdiffstats
path: root/src/H5Tconv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/new_datatypesfeature/new_datatypesDana Robinson2024-03-161-3/+63
|\
| * Fix error when overwriting an indirectly nested vlen with a shorter sequence ...Neil Fortner2024-03-151-2/+63
| * Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* | Add _Float16 h5dump XML testJordan Henderson2024-03-131-77/+105
* | Post-merge fixesJordan Henderson2024-03-131-30/+34
* | Merge branch 'develop' into feature/new_datatypesJordan Henderson2024-03-121-806/+1100
|\ \ | |/
| * Implement ID creation optimization for container datatype conversions (#4113)jhendersonHDF2024-03-121-242/+342
| * Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-768/+965
* | Work around issues with MacOS 13Jordan Henderson2024-03-021-0/+2
* | Fixed some _Float16 support issuesJordan Henderson2024-03-011-5/+30
* | Add support for _Float16 16-bit floating point typeJordan Henderson2024-02-291-32/+345
|/
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-2/+2
* Remove HD prefix from math functions (#3538)Dana Robinson2023-09-141-35/+35
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-152/+152
* Put H5T_CONV_ab macros in do..while loops (#3432)Dana Robinson2023-08-251-521/+931
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-214/+216
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-906/+495
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-23/+23
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-526/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-7/+6
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-83/+83
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-2/+2
* Revert long double checks (#3133)Dana Robinson2023-06-151-0/+8
* Remove long double conversion work-arounds (#3097)Dana Robinson2023-06-121-8/+0
* Add casts to type conversion to fix long dbl bug (#3038)Dana Robinson2023-06-031-2/+22
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-2/+2
* Fixes clang warnings in H5Tconv.c (long) double macros (#1956)Dana Robinson2022-07-311-4/+4
* H5Tconv: fix H5T_CONV_INTERNAL_ checks (#1936)Dana Robinson2022-07-271-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-80/+80
* Fix a few Clang sanitizer warnings (#1727)jhendersonHDF2022-05-051-10/+18
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-2/+2
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-4/+4
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-281-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-21/+21
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-8/+0
* Fix bug with cross platform compatibility of references within vlens. (#1064)Neil Fortner2021-10-011-2/+2
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-60/+60
* Adds an implementation for nanosleep on Windows (#483)Dana Robinson2021-03-221-4/+4
* Purge the buffer used in type conversion. (#263)Yu Feng2021-03-191-6/+6
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Various clang tidy warning fixes (#448)Sean McBride2021-03-101-2/+2
* 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-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-3195/+3135
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-271-1892/+1892
|\
| * Fix comment formatting due to tabs conversionAllen Byrne2020-09-241-122/+122
| * File changes to affect formattingAllen Byrne2020-09-041-1890/+1890
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-55/+55
|\ \ | |/
| * Merge pull request #2739 in HDFFV/hdf5 from namespace_cleanup_01 to developQuincey Koziol2020-08-141-54/+54
| |\