summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-6/+6
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-261-36/+31
* Warnings fixes (#1680)jhendersonHDF2022-04-251-4/+3
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-48/+48
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-301-1/+1
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-196/+581
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-103/+275
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-8/+9
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-2/+2
* OESS-168: Remove clang warnings. (#1297)H. Joe Lee2021-12-151-1/+1
* Remove duplicate memcpy in chunk_file_cb (#1285)jhendersonHDF2021-12-111-1/+0
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-5/+5
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-16/+24
* Re-enable collective metadata reads after disabling for chunk lookup (#1173)jhendersonHDF2021-11-091-7/+21
* Fix the function cast error in H5Dchunk.c and activate (#1170)David Young2021-11-081-1/+14
* 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
* 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