summaryrefslogtreecommitdiffstats
path: root/src/H5Tconv.c
Commit message (Expand)AuthorAgeFilesLines
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-121-189/+189
* Bring the H5detect removal change from develop (#3648)Dana Robinson2023-10-091-521/+931
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-1117/+709
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-15/+14
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-526/+0
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-103/+102
* Misc warnings and cross-compile improvements (#3281)Dana Robinson2023-07-271-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
| |\
| | * Move H5T_vlen_reclaim to package scopeQuincey Koziol2020-08-071-1/+1
| | * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-53/+53
| * | Fixes a size mismatch when copying old-style to new-style referencesDana Robinson2020-08-121-1/+1
| |/
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-301-2/+18
|\ \ | |/
| * H5R: fix type conversion of references within vlen typeJerome Soumagne2020-07-161-2/+18
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-4/+4
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-16/+16
* Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-101-1/+1
* merge and fix conflictkmu2020-01-191-1/+1
|\
* \ merge and fix conflictskmu2020-01-141-17/+16
|\ \ | |/
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-17/+16
* | fix unused related warningskmu2020-01-131-1/+1
|/
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-11-261-29/+42
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-15/+15
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-0/+273
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-36/+38
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-21/+21
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-11/+11