summaryrefslogtreecommitdiffstats
path: root/src/H5Tref.c
Commit message (Expand)AuthorAgeFilesLines
* 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