summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1270)Dana Robinson2021-12-081-8/+35
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-16/+67
* VFD SWMR: sync with develop (#830)Dana Robinson2021-07-121-34/+33
* Much normalization with develop (#701)Dana Robinson2021-05-281-24/+120
* Brings optional filters from developDana Robinson2021-05-071-54/+62
* Misc normalization from developDana Robinson2021-05-071-3/+3
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-29/+27
* Fixes phdf5Dana Robinson2021-03-251-1/+1
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-2037/+2000
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-24/+25
|\
| * Minor normalization with 1.10Dana Robinson2020-07-171-2/+2
| * Minor changes from normalization with 1.10Dana Robinson2020-07-091-10/+10
| * 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
| * | Partial fix for HDFFV-10792Jordan Henderson2019-10-101-4/+45
| |/
| * (1) Address the feedback from the PR reviewVailin Choi2019-09-261-4/+3
| * Fix for HDFFV-10585 investigate hyperslab slowness:Vailin Choi2019-09-191-36/+169
| * 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
| * Progress toward moving the dataset routines to using the 'shared' file pointerQuincey Koziol2019-08-211-11/+14
| * Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-7/+3
| * Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-3/+5