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
/
H5Fint.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Moved the optional enums to H5VLnative.h and converted to an int
Dana Robinson
2018-12-18
1
-0/+1
|
|
*
Merge branch 'develop' into vol_optional_enum_to_macros
Dana Robinson
2018-12-18
1
-20/+28
|
|
|
\
|
|
|
*
Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback.
Quincey Koziol
2018-12-18
1
-18/+15
|
|
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-12-17
1
-2/+0
|
|
|
|
\
|
|
*
|
|
Updated enums in VOL va_lists to be passed as ints.
Dana Robinson
2018-12-18
1
-1/+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Move H5Fset_dset_no_attrs_hint VOL operations to native.
Jacob Smith
2018-12-18
1
-0/+24
|
*
|
|
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-18
1
-51/+29
|
|
\
\
\
|
|
*
\
\
Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to develop
Quincey Koziol
2018-12-18
1
-2/+13
|
|
|
\
\
\
|
|
|
|
/
/
|
|
|
/
|
/
|
|
|
|
/
|
|
|
*
Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out
Quincey Koziol
2018-12-17
1
-2/+13
|
|
*
|
Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...
Dana Robinson
2018-12-17
1
-2/+0
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Removed H5I_REFERENCE from the library. It has always been unused
Dana Robinson
2018-12-08
1
-2/+0
|
|
*
|
Moved the native VOL connector's optional enums to the
Dana Robinson
2018-12-15
1
-1/+1
|
|
|
/
|
*
|
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-12
1
-582/+629
|
|
\
\
|
|
|
/
|
|
*
Refactor infrastructure for setting FAPL information from environment
Quincey Koziol
2018-11-28
1
-1/+0
|
|
*
Revert some of the changes to support the original property list value of
Quincey Koziol
2018-11-18
1
-3/+2
|
|
*
Add VOL connector info to the flie access property list returned from
Quincey Koziol
2018-11-18
1
-45/+119
|
|
*
Remove most debugging shims & scaffolding.
Quincey Koziol
2018-11-04
1
-56/+120
|
|
*
Switch driver | plugin => connector.
Quincey Koziol
2018-11-04
1
-11/+11
|
|
*
Refactor and standarize file object callbacks, including some fixes on the
Quincey Koziol
2018-10-31
1
-7/+6
|
|
*
Eliminate last call to H5VL_native_register, shifting everything over to
Quincey Koziol
2018-10-26
1
-1/+9
|
|
*
Checkpoint progress on stacking VOL plugins - all standalone regression tests
Quincey Koziol
2018-10-26
1
-24/+37
|
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-10-25
1
-8/+8
|
|
|
\
|
|
|
*
Split H5VLnative.h into public and private files and updated
Dana Robinson
2018-10-20
1
-2/+1
|
|
|
*
Updates to the VOL ID and object API calls.
Dana Robinson
2018-10-17
1
-1/+1
|
|
*
|
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-15/+83
|
|
|
/
|
|
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-53/+71
|
*
|
Stash work on object header reduction code and tests.
Jacob Smith
2018-09-11
1
-0/+3
*
|
|
Remove superfluous casts from `void *` to another pointer type prior to
David Young
2020-07-30
1
-1/+1
*
|
|
Change H5F_open to perform deduplication of open VFDs in a more flexible way,
David Young
2020-07-30
1
-22/+6
*
|
|
Add all extant virtual files to a list. Add an "exclusive owner" (`exc_owner`)
David Young
2020-07-10
1
-7/+12
*
|
|
(1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick...
vchoi
2020-06-26
1
-0/+139
*
|
|
Make H5Drefresh() copy non-persistent properties---e.g., dataset access
David Young
2020-06-19
1
-1/+10
*
|
|
Trim trailing whitespace
Quincey Koziol
2020-05-20
1
-1/+1
*
|
|
Updated the 'const memory free' changes based on PR feedback.
Dana Robinson
2020-05-20
1
-1/+1
*
|
|
fix uninitizlized warning
kmu
2020-05-20
1
-2/+2
*
|
|
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-05-20
1
-72/+0
*
|
|
Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out
Quincey Koziol
2020-05-20
1
-4/+14
*
|
|
Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE
Jerome Soumagne
2020-05-20
1
-47/+18
*
|
|
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2020-05-20
1
-2/+40
*
|
|
Rename the deferred-free queues. There are two of them, and the names I used
David Young
2020-02-06
1
-1/+1
*
|
|
Use the "tail queue" from queue(3) for the delayed free list of shadow images.
David Young
2019-12-19
1
-3/+1
*
|
|
Remove disused duplicate of H5F__idx_entry_cmp(). I probably introduced that
David Young
2019-12-13
1
-34/+0
*
|
|
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
David Young
2019-12-09
1
-198/+495
*
|
|
Fix for punch list #28:
Vailin Choi
2019-11-20
1
-46/+22
*
|
|
Changes for punch list #4: Add support for opening mulitple files in either V...
Vailin Choi
2019-11-20
1
-3/+29
*
|
|
Fix for punch list #9 Move VFD SWMR H5F code to its own file: H5Fvfd_swmr.c.
vchoi
2019-11-15
1
-1761/+3
*
|
|
Modifications for the following items in the punch list:
Vailin Choi
2019-11-14
1
-2/+2
*
|
|
Use int64_t instead of uint64_t to avoid some warnings about sign
David Young
2019-09-30
1
-4/+4
*
|
|
Fix a typo: adress -> address.
David Young
2019-09-27
1
-1/+1
*
|
|
Fix a comment: I don't know what `*pbe_ptr` was. Refer to `page`, since
David Young
2019-09-26
1
-1/+1
[prev]
[next]