summaryrefslogtreecommitdiffstats
path: root/src/H5Dchunk.c
Commit message (Expand)AuthorAgeFilesLines
* squash cast warning fixkmu2020-05-201-17/+14
* remove unsed var,function,macro, etckmu2020-05-201-2/+2
* address problems from commentskmu2020-05-201-1/+1
* fix and address commentskmu2020-05-201-6/+5
* change according to previous commentskmu2020-05-201-2/+2
* fix intel compile warningskmu2020-05-201-3/+2
* Revert "fix warnings from Intel compiler"kmu2020-05-201-1/+2
* Revert "fix issues from previous PR comments"kmu2020-05-201-4/+4
* fix issues from previous PR commentskmu2020-05-201-4/+4
* fix warnings from Intel compilerkmu2020-05-201-2/+1
* Cleanups from PR reviewsQuincey Koziol2020-05-201-1/+0
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-201-68/+53
* Fix 2010 compile issuesAllen Byrne2020-05-201-586/+586
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-201-18/+17
* Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2020-05-201-2/+1
* Move a statement under some declarations since some vintages of VisualDavid Young2020-05-201-1/+2
* Document H5D__chunk_mem_xfree_wrapper().David Young2020-05-201-0/+5
* Change a signed variable to unsigned to avoid a warning about the signDavid Young2020-05-201-1/+1
* Delete variables that are unused or set and unused.David Young2020-05-201-12/+0
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-201-3/+10
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2020-05-201-1/+1
* Partial fix for HDFFV-10792Jordan Henderson2020-05-201-4/+45
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-254/+996
* 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
|\ \ | |/ |/|
| * Add note about single chunk caching and serial libraryJordan Henderson2018-07-131-1/+7
| * Add check for actually using the MPI file driver when caching one chunkJordan Henderson2018-07-131-1/+15
| * Fix for HDFFV-10509Jordan Henderson2018-07-041-2/+15
* | Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-4/+4
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-2/+2
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-317/+194
|\ \ | |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-343/+547
| |\
| | * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-211-1/+1
| | |\
| | * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-306/+187
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-04-111-5/+5
| |\ \ \
| * | | | Further minor cleanupsQuincey Koziol2017-03-281-2/+2
| * | | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-11/+7
* | | | | Merge pull request #983 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-201-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest formatVailin Choi2018-03-201-1/+1
| | |_|/ | |/| |
* | | | Fix for daily test failures.Vailin Choi2017-12-071-2/+2
|/ / /
* | | Fixed an uninitialized filter callback struct in H5Dchunk.c andDana Robinson2017-11-211-34/+42
* | | Cleaned up misc warnings in src and test.Dana Robinson2017-11-101-1/+1
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Jordan Henderson2017-08-111-1/+6
|\ \ \
| * | | Fix for HDFFV-10217 infinite loop in H5VM_power2up().Vailin Choi2017-07-101-1/+6
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2017-07-051-74/+387
|\ \ \ \ | |/ / /
| * | | Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiersVailin Choi2017-06-111-40/+107