summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-3/+3
* Backport H5Dchunk_iter to 1.12 branch (#1970)Mark Kittisopikul2022-08-161-0/+110
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-102/+102
* [1.12 Merge]Hdf5 1 12 warnings fixes (#1715)jhendersonHDF2022-05-031-46/+38
* Hdf5 1 12 Miscellaneous warnings fixes (#1718)jhendersonHDF2022-05-031-5/+2
* 1.12: Last round of normalizations for 1.12.2 (#1621)Dana Robinson2022-04-081-12/+22
* Commit codespell spelling corrections.Larry Knox2022-04-071-4/+4
* Clang warning fixes from develop. (#1583)Larry Knox2022-04-051-1/+1
* Misc fixes from develop nov21 - feb22 (#1580)Larry Knox2022-04-051-2/+2
* Hdf5 1 12 parallel compression merge (#1529)jhendersonHDF2022-03-281-103/+288
* Unify handling of collective metadata reads status (#1206) (#1417)jhendersonHDF2022-02-031-8/+9
* Remove duplicate memcpy in chunk_file_cb (#1286)jhendersonHDF2021-12-131-1/+0
* Re-enable collective metadata reads after disabling for chunk lookup (#1174)jhendersonHDF2021-11-121-7/+21
* Merge PRs in issue #642 to hdf5_1_12 (#643)Larry Knox2021-05-151-4/+2
* Hdf5 merge issue #458 to hdf5_1_12 (#463)Larry Knox2021-03-121-1/+1
* 1 12 Merges from develop (#421)Allen Byrne2021-03-041-3/+3
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-3/+3
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-3/+3
* Merge changes from developAllen Byrne2020-10-081-3/+4
* Source formattedAllen Byrne2020-10-011-2009/+1976
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-221-5/+5
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-75/+72
* Simplify default use of MPI_BYTEQuincey Koziol2020-08-211-8/+3
* Don't free builtin MPI_BYTE MPI typeQuincey Koziol2020-08-211-2/+2
* Simplify code to avoid using a boolean to free MPI typesQuincey Koziol2020-08-211-7/+3
* Avoid creating MPI datatypes on ranks with 0 chunks to write'Quincey Koziol2020-08-211-53/+68
* Revert "Merge pull request #2815 in HDFFV/hdf5 from hdf5_1_12_small_chunk_io_...Larry Knox2020-08-201-34/+20
* Only initialize the contiguous or compact I/O info struct when needed.Quincey Koziol2020-08-191-20/+34
* Sync with developDana Robinson2020-08-011-22/+23
* Remove redundant metadata cache tagging from some low-level internal chunk fu...Quincey Koziol2020-06-101-4/+4
* Whitespace cleanupAllen Byrne2020-05-131-573/+573
* Partial fix for HDFFV-10792Jordan Henderson2020-02-211-4/+45
* Squashed commit of the following:David Young2020-01-311-53/+48
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-281-17/+14
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-281-1/+1
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-081-8/+6
* Cleanups from PR reviewsQuincey Koziol2020-01-041-1/+0
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-67/+52
* Fix 2010 compile issueAllen Byrne2019-12-111-1/+1
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-15/+8
* Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-12-061-2/+1
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-9/+16
* Merge pull request #1990 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:references_1_12 t...Larry Knox2019-10-091-10/+2
|\
| * Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-10/+2
* | Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-09-301-36/+168
|/
* Updated based on reviews and refactored test codeBinh-Minh Ribler2019-09-011-3/+2
* Code cleanup and refactorBinh-Minh Ribler2019-08-291-4/+0
* HDFFV-10677 and HDFFV-10661Binh-Minh Ribler2019-08-281-0/+392