summaryrefslogtreecommitdiffstats
path: root/src/H5Dvirtual.c
Commit message (Expand)AuthorAgeFilesLines
* Adds 'unused' hints for MDS io_info parameters (#2301)Dana Robinson2022-12-141-2/+2
* Multi Dataset (#2120)Neil Fortner2022-10-191-80/+122
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-38/+38
* Quiets const warnings (#1831)Dana Robinson2022-06-291-2/+1
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-15/+15
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-6/+6
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-19/+30
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-2/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-1/+1
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Update supported platforms (#303)Allen Byrne2021-02-031-6/+6
* Modify VDS code to always open source files with H5F_CLOSE_WEAK close (#291)Neil Fortner2021-01-301-1/+29
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-4/+4
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-2/+2
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-1/+1
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+2
* Clang-format of source filesAllen Byrne2020-09-301-887/+961
* Merge pull request #2734 in HDFFV/hdf5 from ~DYOUNG/werror:cse to developLarry Knox2020-08-181-96/+106
|\
| * Improve code readability: extract common subexpressions into temporaryDavid Young2020-08-041-96/+106
* | Merge pull request #2735 in HDFFV/hdf5 from ~DYOUNG/werror:virtual-write-one ...Larry Knox2020-08-181-1/+1
|\ \
| * | Fix a bug in H5D__virtual_write_one to stop an assertion from failingDavid Young2020-08-041-1/+1
| |/
* | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-2/+2
|/
* Normalization with hdf5_1_10Dana Robinson2020-06-011-1/+1
* Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-11-131-5/+5
* Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-0/+7
* Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-211-1/+1
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-0/+4
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-3/+3
* Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-0/+50
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
* Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-8/+0
* Remove virtual dataset refresh code's direct use of native VOL plugin's ID.Quincey Koziol2018-10-271-9/+12
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-2/+2
|\
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-1/+1
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-0/+1
|/
* VOL FEATUREDana Robinson2018-10-101-6/+18
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-4/+4
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-32/+4
* Fix for HDFFV-10469: set to latest format for virtual layout encoding.Vailin Choi2018-05-171-4/+32
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-72/+205
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-98/+237
| |\
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-45/+60
| | |\ | |_|/ |/| |
| | * Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-50/+176
| * | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-8/+8
* | | HDDFV-10361 combine duplicated prefix utility functionsAllen Byrne2018-01-051-284/+35