summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| | | * 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
| | * | | Fix 2010 compile issuesAllen Byrne2019-12-111-587/+587
| | | |/ | | |/|
| * | | remove unsed var,function,macro, etckmu2019-12-061-15/+2
| |/ /
| * | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-18/+17
| |/
| * Merge pull request #2045 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:select_adjust ...Neil Fortner2019-11-261-2/+1
| |\
| | * Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-11-181-2/+1
| * | Move a statement under some declarations since some vintages of VisualDavid Young2019-11-131-1/+2
| * | Document H5D__chunk_mem_xfree_wrapper().David Young2019-11-131-0/+5
| * | Change a signed variable to unsigned to avoid a warning about the signDavid Young2019-11-131-1/+1
| * | Delete variables that are unused or set and unused.David Young2019-11-131-12/+0
| * | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some toDavid Young2019-11-121-1/+1
| |\ \ | | |/
| | * Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-1/+1
| * | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-051-3/+10
| |/
| * Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-10/+2