summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-2/+2
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...Binh-Minh Ribler2019-05-051-93/+279
|\
| * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-171-25/+59
| |\
| * | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-93/+279
* | | Code improvementBinh-Minh Ribler2019-05-051-3/+6
| |/ |/|
* | Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-21/+21
* | Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-03-061-3/+37
|/
* Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-191-70/+53
|\
| * Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-48/+41
| * Fix some collective metadata read issuesJordan Henderson2019-02-121-16/+6
| * Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-6/+6
* | C and POSIX call cleanupDana Robinson2019-01-111-7/+8
|/
* Removed a comment.Binh-Minh Ribler2019-01-031-1/+0
* Fixed CVE division-by-zero issuesBinh-Minh Ribler2018-12-231-3/+26
* Merge pull request #1335 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-191-0/+3
|\
| * HDFFV-10571: Minor format changes.Songyu Lu2018-11-151-1/+0
| * HDFFV-10571: Minor change - adding the error check right after decoding of ch...Songyu Lu2018-11-151-4/+4
| * HDFFV-10571: Minor change - revised the comment to be clearer.Songyu Lu2018-11-141-1/+1