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
/
H5Dio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo. (#1301)
H. Joe Lee
2022-01-04
1
-1/+1
*
Stop lying about H5S_t const-ness (#1209)
Dana Robinson
2021-11-20
1
-4/+2
*
Fix several warnings (#720)
jhendersonHDF
2021-09-14
1
-9/+21
*
Allow parallel filters feature for comm size of 1 (#840)
jhendersonHDF
2021-07-20
1
-3/+11
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-67/+10
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
Move API routines for VOL objects to main source file. (#133)
Quincey Koziol
2020-11-30
1
-230/+0
*
Replace H5E_ATOM major error category with H5E_ID (#121)
Dana Robinson
2020-11-30
1
-1/+1
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-342/+333
*
Bug fix to allow pass-through VOL connectors to set DXPL properties (like req...
Quincey Koziol
2020-08-25
1
-12/+0
*
Minor changes from normalization with 1.10
Dana Robinson
2020-07-09
1
-13/+8
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-3/+3
*
Reduce differences between my -Werror branch and `develop`:
David Young
2020-01-29
1
-5/+10
*
squash cast warning fix
kmu
2020-01-23
1
-14/+8
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2019-12-20
1
-2/+2
*
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2019-11-08
1
-1/+1
*
Add new H5R API that abstracts object, region and attribute reference types
Jerome Soumagne
2019-10-08
1
-5/+0
*
Add 'blob' callbacks to VOL, along with a native implementation to store them
Quincey Koziol
2019-10-08
1
-18/+18
*
Begin converting dataset code to use shared file pointer instead of top file
Quincey Koziol
2019-08-20
1
-0/+1
*
Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along
Quincey Koziol
2019-07-30
1
-2/+2
*
Fix issue with direct chunk write not updating the "last chunk" index
Neil Fortner
2019-03-06
1
-1/+3
*
Updated H5Dio.c comment.
Dana Robinson
2019-02-01
1
-5/+2
*
Fixed a bug revealed by the dtransform test. A datatype transform
Dana Robinson
2019-01-31
1
-1/+1
*
Fix for parallel filters tests with new read-proc0-broadcast feature
Jordan Henderson
2019-01-08
1
-4/+8
*
HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...
Quincey Koziol
2019-01-07
1
-14/+4
*
Moved private native VOL connector functions to H5VLnative_private.h.
Dana Robinson
2018-12-20
1
-1/+2
*
Moved the optional enums to H5VLnative.h and converted to an int
Dana Robinson
2018-12-18
1
-0/+1
*
Moved the native VOL connector's optional enums to the
Dana Robinson
2018-12-15
1
-2/+2
*
Refactor and standarize file object callbacks, including some fixes on the
Quincey Koziol
2018-10-31
1
-2/+2
*
Convert dataset callbacks to standard form, for wrapping object IDs, etc.
Quincey Koziol
2018-10-29
1
-8/+4
*
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-4/+4
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-55/+29
*
Remainder of vol_normalization changes (dataset, attribute, files, objects).
Dana Robinson
2018-09-24
1
-30/+29
*
Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions
Dana Robinson
2018-09-18
1
-2/+2
*
Add configure check for MPI_Mprobe and MPI_Imrecv functions
Jordan Henderson
2018-07-26
1
-1/+2
*
* Added H5DO compatibility functions.
Dana Robinson
2018-05-04
1
-56/+51
*
* Fixed the error tests
Dana Robinson
2018-05-02
1
-88/+83
*
Merge branch 'develop' into h5do_direct_chunk_hl_to_src
Dana Robinson
2018-04-30
1
-12/+12
|
\
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-04-29
1
-340/+277
|
|
\
|
*
|
Checkpoint normalization against incoming hyperslab / selection / dataspace
Quincey Koziol
2017-03-28
1
-18/+18
*
|
|
Normalize with trunk prior to update merge
Dana Robinson
2018-04-30
1
-16/+16
*
|
|
Fixed a warning.
Dana Robinson
2018-04-30
1
-1/+1
*
|
|
Finished move of H5DOread/write_chunk calls to H5D.
Dana Robinson
2018-04-30
1
-246/+142
*
|
|
First stage of moving H5DOread/write_chunk() to src/ and making
Dana Robinson
2018-04-30
1
-5/+150
|
|
/
|
/
|
*
|
Corrections for parallel I/O & tests.
Quincey Koziol
2018-03-21
1
-5/+4
*
|
Cleanup API context function usage.
Quincey Koziol
2018-03-19
1
-20/+4
*
|
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-313/+168
*
|
Normalization with VOL integration branch.
Dana Robinson
2017-12-01
1
-1/+1
*
|
Normalization with VOL integration branch.
Dana Robinson
2017-11-30
1
-11/+4
*
|
Fixed misc Warnings flagged by VS2017.
Dana Robinson
2017-11-27
1
-1/+3
[next]