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
*
remove unsed var,function,macro, etc
kmu
2020-05-20
1
-2/+2
*
address problems from comments
kmu
2020-05-20
1
-1/+1
*
fix and address comments
kmu
2020-05-20
1
-6/+5
*
change according to previous comments
kmu
2020-05-20
1
-2/+2
*
fix intel compile warnings
kmu
2020-05-20
1
-3/+2
*
Revert "fix warnings from Intel compiler"
kmu
2020-05-20
1
-1/+2
*
Revert "fix issues from previous PR comments"
kmu
2020-05-20
1
-4/+4
*
fix issues from previous PR comments
kmu
2020-05-20
1
-4/+4
*
fix warnings from Intel compiler
kmu
2020-05-20
1
-2/+1
*
Cleanups from PR reviews
Quincey Koziol
2020-05-20
1
-1/+0
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2020-05-20
1
-68/+53
*
Fix 2010 compile issues
Allen Byrne
2020-05-20
1
-586/+586
*
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...
David Young
2020-05-20
1
-18/+17
*
Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() with
Neil Fortner
2020-05-20
1
-2/+1
*
Move a statement under some declarations since some vintages of Visual
David Young
2020-05-20
1
-1/+2
*
Document H5D__chunk_mem_xfree_wrapper().
David Young
2020-05-20
1
-0/+5
*
Change a signed variable to unsigned to avoid a warning about the sign
David Young
2020-05-20
1
-1/+1
*
Delete variables that are unused or set and unused.
David Young
2020-05-20
1
-12/+0
*
Change some GCC warnings to errors. Fix code to quiet some warnings.
David Young
2020-05-20
1
-3/+10
*
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2020-05-20
1
-1/+1
*
Partial fix for HDFFV-10792
Jordan Henderson
2020-05-20
1
-4/+45
*
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
David Young
2019-12-09
1
-254/+996
*
Remainder of vol_normalization changes (dataset, attribute, files, objects).
Dana Robinson
2018-09-24
1
-37/+36
*
Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions
Dana Robinson
2018-09-18
1
-4/+4
*
Merge pull request #1134 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...
Binh-Minh Ribler
2018-07-16
1
-0/+2
|
\
|
*
Combined macro lines as Dana commented
Binh-Minh Ribler
2018-07-16
1
-2/+1
|
*
Fixed division-by-zero issues
Binh-Minh Ribler
2018-07-16
1
-0/+3
*
|
Merge pull request #1127 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
Jordan Henderson
2018-07-16
1
-2/+35
|
\
\
|
|
/
|
/
|
|
*
Add note about single chunk caching and serial library
Jordan Henderson
2018-07-13
1
-1/+7
|
*
Add check for actually using the MPI file driver when caching one chunk
Jordan Henderson
2018-07-13
1
-1/+15
|
*
Fix for HDFFV-10509
Jordan Henderson
2018-07-04
1
-2/+15
*
|
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-4/+4
*
|
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...
hdftest
2018-06-24
1
-2/+2
*
|
Merge branch 'develop' into hdf5_1_10.sync
M. Scot Breitenfeld
2018-05-08
1
-317/+194
|
\
\
|
|
/
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-04-29
1
-343/+547
|
|
\
|
|
*
Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol
Quincey Koziol
2018-03-21
1
-1/+1
|
|
|
\
|
|
*
|
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-306/+187
|
*
|
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2017-04-11
1
-5/+5
|
|
\
\
\
|
*
|
|
|
Further minor cleanups
Quincey Koziol
2017-03-28
1
-2/+2
|
*
|
|
|
Checkpoint normalization against incoming hyperslab / selection / dataspace
Quincey Koziol
2017-03-28
1
-11/+7
*
|
|
|
|
Merge pull request #983 in HDFFV/hdf5 from develop to hdf5_1_10
Larry Knox
2018-03-20
1
-1/+1
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Fix for HDFFV-10425 test failure with H5DOwrite_chunk and latest format
Vailin Choi
2018-03-20
1
-1/+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Fix for daily test failures.
Vailin Choi
2017-12-07
1
-2/+2
|
/
/
/
*
|
|
Fixed an uninitialized filter callback struct in H5Dchunk.c and
Dana Robinson
2017-11-21
1
-34/+42
*
|
|
Cleaned up misc warnings in src and test.
Dana Robinson
2017-11-10
1
-1/+1
*
|
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Jordan Henderson
2017-08-11
1
-1/+6
|
\
\
\
|
*
|
|
Fix for HDFFV-10217 infinite loop in H5VM_power2up().
Vailin Choi
2017-07-10
1
-1/+6
*
|
|
|
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Jordan Henderson
2017-07-05
1
-74/+387
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers
Vailin Choi
2017-06-11
1
-40/+107
|
*
|
|
Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop...
Dana Robinson
2017-06-09
1
-12/+4
[next]