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
/
H5Dint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1.12 Merge] Fix serial to parallel chunked dataset file space allocation bug...
jhendersonHDF
2023-09-01
1
-10/+24
*
Fix a heap buffer overflow during H5D__compact_readvv (GitHub #2606) (#2664) ...
jhendersonHDF
2023-04-15
1
-0/+27
*
Update Copyright headers. (#2534)
Larry Knox
2023-03-13
1
-1/+0
*
Persist dataset access properties when using H5Fstart_swmr_write - merge to 1...
Neil Fortner
2022-08-22
1
-15/+37
*
Spelling fixes for codespell (#2038)
Dana Robinson
2022-08-18
1
-1/+1
*
clang 13 format #1933 (#1939)
Allen Byrne
2022-07-27
1
-49/+49
*
[1.12 Merge]Hdf5 1 12 warnings fixes (#1715)
jhendersonHDF
2022-05-03
1
-5/+5
*
1.12: Last round of normalizations for 1.12.2 (#1621)
Dana Robinson
2022-04-08
1
-3/+3
*
Commit codespell spelling corrections.
Larry Knox
2022-04-07
1
-4/+4
*
Hdf5 1 12 parallel compression merge (#1529)
jhendersonHDF
2022-03-28
1
-34/+21
*
Update URL in source file Copyright headers for web copy of COPYING
Larry Knox
2021-02-20
1
-1/+1
*
1 12 Whitespace changes after clang-format run (#288)
Allen Byrne
2021-01-29
1
-4/+4
*
Basic alignment with async branch (#115) (#137)
Quincey Koziol
2020-11-30
1
-9/+4
*
Manual sync with develop (#95)
Dana Robinson
2020-11-17
1
-13/+21
*
Source formatted
Allen Byrne
2020-10-01
1
-941/+939
*
Src file format preventive updates
Allen Byrne
2020-09-28
1
-51/+51
*
Switch H5VM inline routines back to single underscope and put a comment in th...
Quincey Koziol
2020-08-22
1
-3/+3
*
Clean up private / package / static namespace issues (function naming, which
Quincey Koziol
2020-08-22
1
-8/+10
*
Sync with develop
Dana Robinson
2020-08-01
1
-14/+20
*
Whitespace cleanup
Allen Byrne
2020-05-13
1
-0/+2
*
Avoid allocating a chunk index for datasets with 0-sized dimensions, until
Quincey Koziol
2020-05-04
1
-1/+1
*
Fix according to PR feedback.
vchoi
2020-04-07
1
-1/+1
*
Fix error in previous merge: should use NULL instead of FAIL.
vchoi
2020-04-07
1
-4/+2
*
Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...
Vailin Choi
2020-04-02
1
-2/+12
*
Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to develop
David Young
2020-02-25
1
-2/+2
*
Squashed commit of the following:
David Young
2020-01-31
1
-3/+2
*
Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to develop
Kimmy Mu
2020-01-28
1
-4/+3
*
Remove unnecessary H5CX call
Quincey Koziol
2020-01-04
1
-4/+0
*
Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...
Quincey Koziol
2020-01-04
1
-26/+219
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2020-01-04
1
-40/+142
*
Implement support for using H5Dvlen_get_buf_size with
Neil Fortner
2019-12-06
1
-1/+1
*
Merged HDFFV-10929_2GB_testing to hdf5_1_12
Richard Warren
2019-12-06
1
-2/+2
*
Add changes from PR 2049 to hdf5_1_12 branch
Chris Hogan
2019-12-03
1
-15/+62
*
Add new H5R API that abstracts object, region and attribute reference types
Jerome Soumagne
2019-10-08
1
-45/+1
*
Progress toward moving the dataset routines to using the 'shared' file pointer
Quincey Koziol
2019-08-21
1
-1/+1
*
Add support for GCC9, update warnhist script, and clean up warnings.
Quincey Koziol
2019-07-03
1
-2/+3
*
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
Quincey Koziol
2019-06-28
1
-21/+21
*
Updated H5Tcopy() to get the dataset's datatype through the VOL when
Dana Robinson
2019-06-24
1
-24/+0
*
Add support for GCC 7.x warnings, update warnhist script to account for them,
Quincey Koziol
2019-06-21
1
-1/+0
*
Merge pull request #1600 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:HDFFV-10658-pe...
Ray Lu
2019-04-18
1
-28/+38
|
\
|
*
Changing the prefix of external file and VDS from empty string to null for pe...
Songyu Lu
2019-04-17
1
-19/+16
|
*
Improving the condition checking of empty string.
Songyu Lu
2019-04-17
1
-8/+8
|
*
Replacing string operation strdup with assignment for empty string.
Songyu Lu
2019-04-17
1
-11/+18
|
*
HDFFV-10658 - setting and getting properties in API context:
Songyu Lu
2019-04-09
1
-14/+8
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...
Songyu Lu
2019-04-04
1
-8/+9
|
|
\
|
*
|
This commit basically has the following changes:
Songyu Lu
2019-04-04
1
-4/+4
|
*
|
HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the...
Songyu Lu
2019-03-22
1
-14/+26
|
*
|
HDFFV-10658: setting and getting properties in API context:
Songyu Lu
2019-03-13
1
-18/+18
*
|
|
Correct set extent operation on VDS to iterate over # of used sub-datasets
Quincey Koziol
2019-04-16
1
-1/+1
|
|
/
|
/
|
*
|
Added an H5MM_memcpy call that checks for buffer overlap.
Dana Robinson
2019-03-16
1
-7/+7
[next]