summaryrefslogtreecommitdiffstats
path: root/src/H5Rint.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-6/+6
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-6/+6
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-96/+14
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-8/+8
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-3/+10
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Avoid aligned access for references by decoding into temporary buffer and the...Quincey Koziol2020-12-191-1/+3
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-3/+3
* Change H5R__copy to not assume destination reference storage is initializedJordan Henderson2020-11-031-2/+4
* Comment adjustmentsAllen Byrne2020-10-081-1/+0
* Clang-format of source filesAllen Byrne2020-09-301-331/+294
* Merge pull request #2739 in HDFFV/hdf5 from namespace_cleanup_01 to developQuincey Koziol2020-08-141-193/+0
|\
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-193/+0
* | Fixes a size mismatch when copying old-style to new-style referencesDana Robinson2020-08-121-1/+1
|/
* H5R: fix encoding of references that are part of compound typesJerome Soumagne2020-07-281-1/+1
* H5R: fix type conversion of references within vlen typeJerome Soumagne2020-07-161-0/+8
* Fix issues when deserializing point/all/none selection with version beyond th...Vailin Choi2020-03-131-1/+7
* squash cast warning fixkmu2020-01-231-1/+2
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-147/+179
* H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-101-10/+29
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-061-1/+1
|\
| * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-15/+16
| |\
| * | remove unnecessary check macrokmu2019-12-061-1/+1
| * | fix intel compile warningskmu2019-12-041-1/+1
| * | Quiet decleration-after-statement warnings.David Young2019-11-131-1/+1
* | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-10/+10
* | | Cleanups from PR reviewsQuincey Koziol2019-12-201-8/+8
* | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-31/+62
* | | Fix 2010 compile issuesAllen Byrne2019-12-111-37/+37
| |/ |/|
* | Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2019-12-051-10/+10
* | Merge pull request #2059 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_nullref to ...Jerome Soumagne2019-11-281-1/+2
|\ \
| * | H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-11-261-1/+2
| |/
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-3/+3
|/
* Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2019-11-121-0/+9
* Fix encode and decode of tokens in H5VLnativeJerome Soumagne2019-10-111-52/+67
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-442/+1414
* Added the map (H5M) APIDana Robinson2019-08-131-0/+3
* Warning fixes:Dana Robinson2019-06-281-2/+1
* Warning cleanupQuincey Koziol2019-04-251-0/+1
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-0/+3
* Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-32/+6
* Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-2/+2
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-11/+3
* VOL FEATUREDana Robinson2018-10-101-2/+1
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-9/+7
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-10/+10
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-2/+2
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-141-2/+2
|\