summaryrefslogtreecommitdiffstats
path: root/src/H5Rint.c
Commit message (Expand)AuthorAgeFilesLines
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* Hdf5 1 12 - Fix unaligned access to reference buffer during datatype conversi...Larry Knox2020-12-271-1/+3
* Manual sync with develop (#95)Dana Robinson2020-11-171-2/+4
* Merge changes from developAllen Byrne2020-10-081-2/+1
* Source formattedAllen Byrne2020-10-011-331/+294
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-193/+0
* Sync with developDana Robinson2020-08-011-0/+8
* Whitespace cleanupAllen Byrne2020-05-131-36/+36
* Merge pull request #2451 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/devel...Vailin Choi2020-03-161-1/+7
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-281-1/+2
* Merge pull request #2238 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-241-1/+1
|\
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-081-1/+1
* | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-191-147/+179
* | H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-171-10/+29
|/
* Cherry pick of 0225e6d5969Quincey Koziol2020-01-041-10/+10
* Cleanups from PR reviewsQuincey Koziol2020-01-041-8/+8
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-31/+62
* Fix 2010 compile issueAllen Byrne2019-12-111-1/+1
* Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2019-12-091-10/+10
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-12-091-1/+2
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-12-091-3/+3
* Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2019-12-061-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
|\
| * Normalization with the vol_integration branch.Dana Robinson2018-06-061-2/+2
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-9/+8
|\ \ | |/
| * Normalize with vol_integration.Dana Robinson2018-05-291-9/+8
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-70/+72
|\ \ | |/
| * Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-70/+72
* | Resolve conflicts from previous merge.Vailin Choi2017-12-051-2/+2
|/
* Split internal H5R functionality into H5Rint.c.Dana Robinson2017-11-081-0/+767