index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
H5Dchunk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge develop
Jordan Henderson
2020-02-21
1
-732/+697
|
\
|
*
Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.
David Young
2020-01-29
1
-53/+48
|
*
squash cast warning fix
kmu
2020-01-23
1
-17/+14
|
*
merge and fix conflicts
kmu
2020-01-14
1
-642/+637
|
|
\
|
|
*
Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...
Kimmy Mu
2020-01-06
1
-8/+6
|
|
|
\
|
|
|
*
address problems from comments
kmu
2019-12-11
1
-1/+1
|
|
|
*
fix and address comments
kmu
2019-12-11
1
-6/+5
|
|
|
*
change according to previous comments
kmu
2019-12-10
1
-2/+2
|
|
|
*
Merge branch 'develop' into bugfix/intel_warnings
kmu
2019-12-09
1
-18/+17
|
|
|
|
\
|
|
|
*
|
fix intel compile warnings
kmu
2019-12-04
1
-3/+2
|
|
*
|
|
Cleanups from PR reviews
Quincey Koziol
2019-12-20
1
-1/+0
|
|
*
|
|
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2019-12-20
1
-68/+53
|
|
*
|
|
Fix 2010 compile issues
Allen Byrne
2019-12-11
1
-587/+587
|
|
|
|
/
|
|
|
/
|
|
*
|
|
remove unsed var,function,macro, etc
kmu
2019-12-06
1
-15/+2
|
|
/
/
|
*
|
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...
David Young
2019-11-27
1
-18/+17
|
|
/
|
*
Merge pull request #2045 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:select_adjust ...
Neil Fortner
2019-11-26
1
-2/+1
|
|
\
|
|
*
Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() with
Neil Fortner
2019-11-18
1
-2/+1
|
*
|
Move a statement under some declarations since some vintages of Visual
David Young
2019-11-13
1
-1/+2
|
*
|
Document H5D__chunk_mem_xfree_wrapper().
David Young
2019-11-13
1
-0/+5
|
*
|
Change a signed variable to unsigned to avoid a warning about the sign
David Young
2019-11-13
1
-1/+1
|
*
|
Delete variables that are unused or set and unused.
David Young
2019-11-13
1
-12/+0
|
*
|
Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some to
David Young
2019-11-12
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2019-11-08
1
-1/+1
|
*
|
Change some GCC warnings to errors. Fix code to quiet some warnings.
David Young
2019-11-05
1
-3/+10
|
|
/
|
*
Add new H5R API that abstracts object, region and attribute reference types
Jerome Soumagne
2019-10-08
1
-10/+2
*
|
Partial fix for HDFFV-10792
Jordan Henderson
2019-10-10
1
-4/+45
|
/
*
(1) Address the feedback from the PR review
Vailin Choi
2019-09-26
1
-4/+3
*
Fix for HDFFV-10585 investigate hyperslab slowness:
Vailin Choi
2019-09-19
1
-36/+169
*
Updated based on reviews and refactored test code
Binh-Minh Ribler
2019-09-01
1
-3/+2
*
Code cleanup and refactor
Binh-Minh Ribler
2019-08-29
1
-4/+0
*
HDFFV-10677 and HDFFV-10661
Binh-Minh Ribler
2019-08-28
1
-0/+392
*
Progress toward moving the dataset routines to using the 'shared' file pointer
Quincey Koziol
2019-08-21
1
-11/+14
*
Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along
Quincey Koziol
2019-07-30
1
-7/+3
*
Add support for GCC9, update warnhist script, and clean up warnings.
Quincey Koziol
2019-07-03
1
-3/+5
*
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
Quincey Koziol
2019-06-28
1
-2/+2
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...
Binh-Minh Ribler
2019-05-05
1
-93/+279
|
\
|
*
Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01
Quincey Koziol
2019-03-17
1
-25/+59
|
|
\
|
*
|
Core changes to selection code from the hyperslab_updates branch.
Quincey Koziol
2019-03-16
1
-93/+279
*
|
|
Code improvement
Binh-Minh Ribler
2019-05-05
1
-3/+6
|
|
/
|
/
|
*
|
Added an H5MM_memcpy call that checks for buffer overlap.
Dana Robinson
2019-03-16
1
-21/+21
*
|
Fix issue with direct chunk write not updating the "last chunk" index
Neil Fortner
2019-03-06
1
-3/+37
|
/
*
Merge branch 'develop' into c_stdlib_posix_call_cleanup
Dana Robinson
2019-02-19
1
-70/+53
|
\
|
*
Align develop with incoming hyperslab_updates branch changes.
Quincey Koziol
2019-02-13
1
-48/+41
|
*
Fix some collective metadata read issues
Jordan Henderson
2019-02-12
1
-16/+6
|
*
Delta reduction against hyperslab_updates branch.
Quincey Koziol
2019-01-11
1
-6/+6
*
|
C and POSIX call cleanup
Dana Robinson
2019-01-11
1
-7/+8
|
/
*
Removed a comment.
Binh-Minh Ribler
2019-01-03
1
-1/+0
*
Fixed CVE division-by-zero issues
Binh-Minh Ribler
2018-12-23
1
-3/+26
*
Merge pull request #1335 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...
Ray Lu
2018-11-19
1
-0/+3
|
\
|
*
HDFFV-10571: Minor format changes.
Songyu Lu
2018-11-15
1
-1/+0
[next]