summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
* Updated subfiling_VFD with Selection_io (#1352)Scot Breitenfeld2022-01-181-10/+9
* subfiling with selection IO (#1219)Scot Breitenfeld2021-11-231-21/+57
* Merge branch 'develop' into selection_ioNeil Fortner2021-10-181-10/+156
|\
| * More clang tidy (#908)Sean McBride2021-08-231-2/+2
| * Fix several warnings (#747)jhendersonHDF2021-06-161-3/+2
| * Combo set of async and other changes (#161)Quincey Koziol2021-06-021-28/+79
| * Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-191-0/+98
| * Purges UFAIL from the library (#637)Dana Robinson2021-05-111-4/+2
| * Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-091-1/+1
* | Fix comments and run formatter.Neil Fortner2021-09-271-13/+14
* | Implement parallel collective support for selection I/O.Neil Fortner2021-09-241-6/+4
* | Add support for independent parallel I/O with selection I/O. AddNeil Fortner2021-09-031-14/+10
* | Implement selection I/O for contiguous datasets. Fix bug in selectionNeil Fortner2021-08-231-2/+6
* | Add full API support for selection I/O. Add tests for this.Neil Fortner2021-07-021-2/+2
* | Add selection I/O to chunk code, used when: not using chunk cache, noNeil Fortner2021-05-041-190/+576
|/
* Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)Sean McBride2021-02-221-12/+12
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-2010/+1978
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-125/+128
|\
| * Simplify default use of MPI_BYTEQuincey Koziol2020-08-201-8/+3
| * Don't free builtin MPI_BYTE MPI typeQuincey Koziol2020-08-201-2/+2
| * Simplify code to avoid using a boolean to free MPI typesQuincey Koziol2020-08-201-7/+3
| * Avoid creating MPI datatypes on ranks with 0 chunks to write'Quincey Koziol2020-08-201-53/+68
| * Revert "Merge pull request #2796 in HDFFV/hdf5 from small_chunk_io_opt to dev...Larry Knox2020-08-201-34/+20
| * Only initialize the contiguous or compact I/O info struct when needed.Quincey Koziol2020-08-171-20/+34
| * Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-5/+5
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-75/+72
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-301-12/+12
|\ \ | |/
| * Minor normalization with 1.10Dana Robinson2020-07-171-2/+2
| * Minor changes from normalization with 1.10Dana Robinson2020-07-091-10/+10
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-2/+2
|/
* Remove redundant metadata cache tagging from some low-level internal chunk fu...Quincey Koziol2020-06-091-4/+4
* Normalization with hdf5_1_10Dana Robinson2020-06-011-8/+9
* Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG).Jacob Smith2020-02-281-2/+2
* Merge developJordan Henderson2020-02-211-732/+697
|\
| * Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-53/+48
| * squash cast warning fixkmu2020-01-231-17/+14
| * merge and fix conflictskmu2020-01-141-642/+637
| |\
| | * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-061-8/+6
| | |\
| | | * address problems from commentskmu2019-12-111-1/+1
| | | * fix and address commentskmu2019-12-111-6/+5
| | | * change according to previous commentskmu2019-12-101-2/+2
| | | * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-18/+17
| | | |\
| | | * | fix intel compile warningskmu2019-12-041-3/+2
| | * | | Cleanups from PR reviewsQuincey Koziol2019-12-201-1/+0
| | * | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-68/+53