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
/
H5F.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce differences between my -Werror branch and `develop`:
David Young
2020-01-29
1
-5/+5
*
Fix some places where H5P_DEFAULT gets passed down to a VOL connector
Jordan Henderson
2020-01-03
1
-7/+0
*
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2019-12-20
1
-43/+58
*
Modify H5VL initialization routines to initialize all VOL-managed object
Neil Fortner
2019-12-12
1
-0/+24
*
Minor tweaks noticed while going over VOL documentation.
Dana Robinson
2019-12-06
1
-1/+1
*
Fix issue where H5R__reopen_file did not make the file "post open"
Neil Fortner
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
-0/+26
*
Fixed an error string typo
Dana Robinson
2019-06-11
1
-1/+1
*
Added H5Fdelete call and VOL support (but no VFD/native implementation).
Dana Robinson
2019-06-11
1
-5/+68
*
Add trace macro.
Quincey Koziol
2019-04-12
1
-0/+1
*
Add H5Fget_fileno() API routine.
Quincey Koziol
2019-04-12
1
-0/+35
*
Corrected comment in src/H5VLint.c, fixed pass-through info size in
Quincey Koziol
2019-01-06
1
-3/+15
*
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-28
1
-3/+3
|
\
|
*
Squash merge of MDC logging changes.
Dana Robinson
2018-12-21
1
-3/+3
*
|
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-27
1
-1/+2
|
\
\
|
|
/
|
*
Moved private native VOL connector functions to H5VLnative_private.h.
Dana Robinson
2018-12-20
1
-1/+2
*
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...
Jacob Smith
2018-12-19
1
-4/+5
|
\
\
|
|
/
|
*
Moved the optional enums to H5VLnative.h and converted to an int
Dana Robinson
2018-12-18
1
-0/+1
|
*
Updated enums in VOL va_lists to be passed as ints.
Dana Robinson
2018-12-18
1
-4/+4
*
|
Formatting adjustments.
Jacob Smith
2018-12-18
1
-5/+0
*
|
Move H5Fset_dset_no_attrs_hint VOL operations to native.
Jacob Smith
2018-12-18
1
-1/+1
*
|
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-18
1
-32/+37
|
\
\
|
|
/
|
*
Moved the native VOL connector's optional enums to the
Dana Robinson
2018-12-15
1
-24/+24
*
|
Reformat to be more consistent with existing code.
Jacob Smith
2018-12-13
1
-26/+7
*
|
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-12
1
-662/+780
|
\
\
|
|
/
|
*
Add VOL connector info to the flie access property list returned from
Quincey Koziol
2018-11-18
1
-58/+64
|
*
Switch driver | plugin => connector.
Quincey Koziol
2018-11-04
1
-15/+15
|
*
Refactor and standarize file object callbacks, including some fixes on the
Quincey Koziol
2018-10-31
1
-40/+34
|
*
Move all callback-related routines into the callback source file, standardizing
Quincey Koziol
2018-10-28
1
-66/+38
|
*
Move (final?) file operation from directly calling into library code to using
Quincey Koziol
2018-10-27
1
-7/+5
|
*
Remove some VOL-specific internal coding.
Quincey Koziol
2018-10-27
1
-20/+2
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-10-25
1
-9/+9
|
|
\
|
|
*
Updates to the VOL ID and object API calls.
Dana Robinson
2018-10-17
1
-6/+6
|
*
|
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-98/+78
|
|
/
|
*
Fixed a C++ style commenting issue and removed an unused field
Dana Robinson
2018-10-12
1
-2/+0
|
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-366/+267
|
*
Remainder of vol_normalization changes (dataset, attribute, files, objects).
Dana Robinson
2018-09-24
1
-256/+516
|
*
Normalization with vol_integration (misc internal and datatype)
Dana Robinson
2018-09-20
1
-81/+90
|
*
Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions
Dana Robinson
2018-09-18
1
-10/+17
*
|
Stash work on object header reduction code and tests.
Jacob Smith
2018-09-11
1
-0/+94
|
/
*
Normalization with vol_integration branch.
Dana Robinson
2018-06-07
1
-1/+1
*
Minor warning cleanup while working on VOL issues.
Dana Robinson
2018-04-06
1
-1/+1
*
Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol
Quincey Koziol
2018-04-01
1
-112/+9
|
\
|
*
Created internal functions for a couple of H5F calls.
Dana Robinson
2018-03-30
1
-248/+14
*
|
Remove redundant 'is_collective' parameter from H5CX_set_loc.
Quincey Koziol
2018-03-27
1
-3/+3
*
|
Cleanup API context function usage.
Quincey Koziol
2018-03-19
1
-117/+19
*
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-03-18
1
-29/+103
|
\
\
|
|
/
|
*
Enhancement to the tool h5clear (HDFFV-10360)
Vailin Choi
2018-03-12
1
-7/+87
|
*
Changes made based on code reviews.
Vailin Choi
2018-01-12
1
-8/+10
|
*
Merge branch 'develop' into bugfix/version_bounds
Vailin Choi
2017-12-08
1
-93/+74
|
|
\
[next]