summaryrefslogtreecommitdiffstats
path: root/src/H5Rint.c
Commit message (Collapse)AuthorAgeFilesLines
* Source formattedAllen Byrne2020-10-011-131/+110
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-18/+19
|
* Fix issues when deserializing point/all/none selection with version beyond ↵vchoi2020-03-121-3/+11
| | | | | | | the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
* Make corresponding changes for H5Sencode based on PR #1645 to develop branch.Vailin Choi2019-04-231-2/+5
| | | | The core changes are to revert previous modifications now that we use API context for fapl.
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-12-311-10/+10
| | | | orginally intended to support the full SWMR feature (from develop).
* 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