summaryrefslogtreecommitdiffstats
path: root/src/H5Rint.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-147/+179
* H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-05-201-10/+29
* remove unnecessary check macrokmu2020-05-201-1/+1
* fix intel compile warningskmu2020-05-201-1/+1
* Revert "fix warnings from Intel compiler"kmu2020-05-201-1/+1
* Revert "fix issues from previous PR comments"kmu2020-05-201-1/+1
* Revert "using a different MACRO"kmu2020-05-201-1/+1
* using a different MACROkmu2020-05-201-1/+1
* fix issues from previous PR commentskmu2020-05-201-1/+1
* fix warnings from Intel compilerkmu2020-05-201-1/+1
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-05-201-10/+10
* Cleanups from PR reviewsQuincey Koziol2020-05-201-8/+8
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-201-31/+62
* Fix 2010 compile issuesAllen Byrne2020-05-201-37/+37
* Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2020-05-201-10/+10
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2020-05-201-1/+2
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2020-05-201-3/+3
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-1/+1
* Quiet decleration-after-statement warnings.David Young2020-05-201-1/+1
* Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2020-05-201-0/+9
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-478/+1436
* 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