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
...
|
|
*
Remove unused debugging print in '#if 0' block
Jacob Smith
2018-12-12
1
-5/+0
|
*
|
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-12
1
-206/+128
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Switch switch remainder of API routines to use VOL callbacks.
Quincey Koziol
2018-11-10
1
-1/+1
|
|
*
Remove most debugging shims & scaffolding.
Quincey Koziol
2018-11-04
1
-8/+0
|
|
*
Convert dataset callbacks to standard form, for wrapping object IDs, etc.
Quincey Koziol
2018-10-29
1
-5/+2
|
|
*
Updates after merging changes from develop.
Quincey Koziol
2018-10-26
1
-1/+1
|
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-10-25
1
-1/+0
|
|
|
\
|
|
|
*
Split H5VLnative.h into public and private files and updated
Dana Robinson
2018-10-20
1
-1/+1
|
|
*
|
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-18/+25
|
|
|
/
|
|
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-19/+42
|
*
|
Remove unnecessary H5_now() call; remove ohdr v2 mtime addition.
Jacob Smith
2018-10-02
1
-5/+1
|
*
|
Modify MTIME size behavior to be closer to expectations (we hope).
Jacob Smith
2018-09-20
1
-26/+22
|
*
|
Continued progress in implementing tests.
Jacob Smith
2018-09-20
1
-1/+1
|
*
|
Change H5F internals access
Jacob Smith
2018-09-14
1
-7/+2
|
*
|
Change to use internal routines to get dcpl minimize setting.
Jacob Smith
2018-09-14
1
-31/+14
|
*
|
Add additional tests (or placeholders for same).
Jacob Smith
2018-09-12
1
-2/+5
|
*
|
Stash work on object header reduction code and tests.
Jacob Smith
2018-09-11
1
-7/+299
*
|
|
Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have been
David Young
2020-05-20
1
-4/+3
*
|
|
Avoid allocating a chunk index for datasets with 0-sized dimensions, until
Quincey Koziol
2020-05-20
1
-1/+1
*
|
|
Fix according to PR feedback.
vchoi
2020-05-20
1
-1/+1
*
|
|
Fix an error in previous merge: should use NULL instead of FAIL.
vchoi
2020-05-20
1
-2/+2
*
|
|
Misc changes for h5dump VOL changes.
Dana Robinson
2020-05-20
1
-1/+1
*
|
|
A fix in the cleaning up code for datatype when datatype initialization via H...
vchoi
2020-05-20
1
-2/+12
*
|
|
Changed default dataset shared struct to initialize hid_t IDs to
Dana Robinson
2020-05-20
1
-0/+3
*
|
|
H5T_copy() constification plus Quincey's contributions.
David Young
2020-05-20
1
-2/+2
*
|
|
Reduce differences between my -Werror branch and `develop`:
David Young
2020-05-20
1
-3/+2
*
|
|
fix unused related warnings
kmu
2020-05-20
1
-1/+1
*
|
|
Revert "fix warnings from Intel compiler"
kmu
2020-05-20
1
-1/+1
*
|
|
Revert "fix issues from previous PR comments"
kmu
2020-05-20
1
-1/+1
*
|
|
fix issues from previous PR comments
kmu
2020-05-20
1
-1/+1
*
|
|
fix warnings from Intel compiler
kmu
2020-05-20
1
-1/+1
*
|
|
Remove unnecessary H5CX call
Quincey Koziol
2020-05-20
1
-4/+0
*
|
|
Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...
Quincey Koziol
2020-05-20
1
-26/+219
*
|
|
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2020-05-20
1
-40/+142
*
|
|
Implement support for using H5Dvlen_get_buf_size with
Neil Fortner
2020-05-20
1
-1/+1
*
|
|
Fix failing test and retain semantics for chunk cache properties in non-chunk...
Chris Hogan
2020-05-20
1
-4/+34
*
|
|
Add two missing calls to H5I_dec_ref for new dapl_id
Chris Hogan
2020-05-20
1
-4/+7
*
|
|
Community-proposed fix
Chris Hogan
2020-05-20
1
-7/+21
*
|
|
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2020-05-20
1
-2/+2
*
|
|
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
David Young
2019-12-09
1
-156/+338
*
|
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...
Vailin Choi
2018-09-26
1
-189/+92
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Remainder of vol_normalization changes (dataset, attribute, files, objects).
Dana Robinson
2018-09-24
1
-61/+73
|
*
|
Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions
Dana Robinson
2018-09-18
1
-131/+22
|
|
/
*
|
Preliminary checkins for implementation done so far:
Vailin Choi
2018-08-14
1
-1/+1
|
/
*
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
-16/+21
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-2/+2
*
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...
hdftest
2018-06-24
1
-1/+1
*
Merge branch 'develop' into hdf5_1_10.sync
M. Scot Breitenfeld
2018-05-08
1
-359/+361
|
\
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-04-29
1
-963/+822
|
|
\
[prev]
[next]