summaryrefslogtreecommitdiffstats
path: root/src/H5Tref.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-45/+44
* Convert some H5MM calls to standard C equivalents (#2382)Dana Robinson2023-08-251-1/+1
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-57/+57
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-1/+1
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-1/+1
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-181-2/+4
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-6/+6
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-1/+1
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-3/+3
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-65/+65
* Move encode/decode macros to a new header (#3040)Dana Robinson2023-06-061-7/+8
* Misc clang production warning fixes (#1932)Dana Robinson2022-07-271-11/+14
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-17/+17
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-0/+9
* Warnings fixes (#1680)jhendersonHDF2022-04-251-2/+2
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-17/+17
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-12/+12
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-32/+93
* 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-1/+12
* Reformat source (#244)Quincey Koziol2021-01-071-4/+4
* Avoid aligned access for references by decoding into temporary buffer and the...Quincey Koziol2020-12-191-6/+11
* Replaces C std library calls with H5MM equivalentsDana Robinson2020-10-301-2/+2
* Removes -Wimplicit-fallthrough=5 from the gcc warningsDana Robinson2020-10-221-0/+1
* Clang-format of source filesAllen Byrne2020-09-301-302/+302
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-4/+4
* H5R: fix encoding of references that are part of compound typesJerome Soumagne2020-07-281-0/+31
* H5R: fix type conversion of references within vlen typeJerome Soumagne2020-07-161-23/+40
* Replaced a few calls to HDmemcpy with H5MM_memcpy, which does overlapDana Robinson2020-05-151-2/+2
* merge and fixkmu2020-01-211-3/+3
|\
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-3/+3
* | merge and fix conflictkmu2020-01-191-3/+4
|\ \ | |/
| * H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-101-2/+3
* | merge and fix conflictskmu2020-01-141-84/+185
|\ \ | |/
| * Cleanups from PR reviewsQuincey Koziol2019-12-201-77/+77
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-90/+191
* | fix unused related warningskmu2020-01-131-1/+7
|/
* Merge pull request #2063 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:vol_file_cmp t...Neil Fortner2019-12-011-30/+71
|\
| * Fix missing free in H5T__ref_mem_read()Neil Fortner2019-11-291-0/+2
| * Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2019-11-281-6/+6
| * Implement file comparison VOL callback. Other changes to allowNeil Fortner2019-11-271-30/+69
* | Merge pull request #2059 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_nullref to ...Jerome Soumagne2019-11-281-12/+252
|\ \ | |/ |/|
| * H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-11-261-12/+252
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-1/+1
|/
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-87/+148
* Merge pull request #2000 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_endian_develo...Jerome Soumagne2019-10-111-14/+21
|\
| * 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