summaryrefslogtreecommitdiffstats
path: root/src/H5Tref.c
Commit message (Expand)AuthorAgeFilesLines
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-13/+13
* [1.12 Merge]Hdf5 1 12 warnings fixes (#1715)jhendersonHDF2022-05-031-2/+2
* Hdf5 1 12 Miscellaneous warnings fixes (#1718)jhendersonHDF2022-05-031-0/+9
* Assume C99 fixed sized ints exist, use them (#470) (#1571)Larry Knox2022-04-011-12/+12
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-5/+5
* Merge PR #274 to 1.12 Branch (#283)Neil Fortner2021-01-271-1/+12
* Hdf5 1 12 - Fix unaligned access to reference buffer during datatype conversi...Larry Knox2020-12-271-6/+11
* Manual sync with develop (#95)Dana Robinson2020-11-171-2/+3
* Merge changes from developAllen Byrne2020-10-081-0/+34
* Source formattedAllen Byrne2020-10-011-295/+292
* Minor fixes to align w/state of 1.12 codeQuincey Koziol2020-08-221-1/+0
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-4/+5
* Sync with developDana Robinson2020-08-011-25/+42
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-281-1/+7
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-3/+3
* H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-171-2/+3
* Cleanups from PR reviewsQuincey Koziol2020-01-041-77/+77
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-90/+191
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-12-091-12/+252
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-12-091-1/+1
* Fix missing free in H5T__ref_mem_read()Neil Fortner2019-12-061-0/+2
* Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2019-12-061-6/+6
* Implement file comparison VOL callback. Other changes to allowNeil Fortner2019-12-061-30/+69
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-12-061-87/+148
* Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-111-14/+21
* Fix func enter macro in H5T_ref_reclaim()Jerome Soumagne2019-10-091-1/+1
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-0/+761