summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Added the map (H5M) APIDana Robinson2019-08-131-0/+1
| * Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-2/+2
| * Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-2/+2
| * Updated H5Tcopy() to get the dataset's datatype through the VOL whenDana Robinson2019-06-241-18/+34
| * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+1
| * Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+1
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
| * C and POSIX call cleanupDana Robinson2019-01-111-1/+1
| * HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-071-0/+106
| * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-1/+0
| * Switch driver | plugin => connector.Quincey Koziol2018-11-041-3/+3
| * Refactor and standardize named datatype VOL callbacks.Quincey Koziol2018-11-011-49/+48