summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * HDFFV-10571 Divided by Zero vulnerability. Minor fix: I added an error check...Songyu Lu2018-11-141-0/+4
* | HDFFV-10601: I changed to a better way to calculate the number of chunks in a...Songyu Lu2018-11-081-5/+3
* | HDFFV-10601 Issues with chunk cache hash value calcuation:Songyu Lu2018-11-021-12/+12
|/
* A trivial change to reformat a comment. The purpose is simply to try out Git.Songyu Lu2018-10-311-2/+2
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-37/+36
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-4/+4
* Merge pull request #1134 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-161-0/+2
|\
| * Combined macro lines as Dana commentedBinh-Minh Ribler2018-07-161-2/+1
| * Fixed division-by-zero issuesBinh-Minh Ribler2018-07-161-0/+3
* | Merge pull request #1127 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-07-161-2/+35
|\ \ | |/ |/|