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
/
H5MF.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
VFD SWMR: Sync with develop (#811)
Dana Robinson
2021-06-30
1
-45/+48
*
VFD SWMR: Normalization with develop (#765)
Dana Robinson
2021-06-17
1
-2/+2
*
Much normalization with develop (#701)
Dana Robinson
2021-05-28
1
-55/+127
*
Updates license url and history docs
Dana Robinson
2021-03-25
1
-1/+1
*
Formats the source and updates the gcc warning pragmas
Dana Robinson
2021-03-25
1
-808/+793
*
H5MF.c cleanup
Dana Robinson
2021-03-02
1
-123/+25
*
Switches H5MF memory calls to use H5MM
Dana Robinson
2021-03-02
1
-2/+2
*
Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmr
David Young
2020-08-04
1
-1/+2
|
\
|
*
Minor normalizations with HDF5 1.10.
Dana Robinson
2020-06-07
1
-1/+2
|
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
1
-105/+105
|
*
merge and fix conflict
kmu
2020-01-19
1
-1/+1
|
*
Yanked -Wc++-compat from the flags used to build the C library in both
Dana Robinson
2019-12-04
1
-24/+24
|
*
Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match
Quincey Koziol
2019-08-22
1
-9/+9
|
*
Small tidy up.
Quincey Koziol
2019-08-21
1
-10/+8
|
*
Progress toward movig H5MF* API to use shared file pointers instead of top
Quincey Koziol
2019-08-21
1
-37/+34
|
*
Progress on moving the H5MF* interface to using shared file pointers instead of
Quincey Koziol
2019-08-21
1
-39/+38
|
*
Begin converting the H5MF interface to use shared file pointers instead
Quincey Koziol
2019-08-21
1
-50/+54
|
*
Finish converting H5PB_* routines to use shared file pointer, instead of top
Quincey Koziol
2019-08-20
1
-1/+1
|
*
Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accum
Quincey Koziol
2019-08-19
1
-3/+2
|
*
(1) Add/remove comments.
Vailin Choi
2019-06-27
1
-92/+32
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_...
Vailin Choi
2019-06-26
1
-0/+3
|
|
\
|
|
*
Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...
Vailin Choi
2019-06-24
1
-0/+3
|
*
|
Checkin for new shutting down free-space manager.
Vailin Choi
2019-06-20
1
-374/+108
|
|
/
*
|
Add all extant virtual files to a list. Add an "exclusive owner" (`exc_owner`)
David Young
2020-07-10
1
-1/+1
*
|
Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have been
David Young
2020-05-20
1
-1/+2
*
|
Trim trailing whitespace
Quincey Koziol
2020-05-20
1
-105/+105
*
|
Yanked -Wc++-compat from the flags used to build the C library in both
Dana Robinson
2020-05-20
1
-24/+24
*
|
In H5MF__xfree_impl(), always invalidate the page-table entries
David Young
2020-05-11
1
-20/+53
*
|
Bug fix: in the freespace manager, use a new routine,
David Young
2020-04-23
1
-1/+1
*
|
Be brief: remove commas and equal signs from diagnostic log messages.
David Young
2020-04-08
1
-18/+19
*
|
Make some changes to conserve filespace and ensure that all filespace is
David Young
2020-04-06
1
-2/+5
*
|
Improve diagnostic logging.
David Young
2020-04-02
1
-7/+26
*
|
Rename process_deferred_frees as H5MF_process_deferred_frees and make it
David Young
2020-03-31
1
-7/+6
*
|
Add log outlets. Convert existing #ifdef H5MF_ALLOC_DEBUG{,_MORE} debug
David Young
2020-03-30
1
-77/+74
*
|
Delete ridiculous comments. Remove superfluous curly braces. NFCI.
David Young
2020-03-30
1
-10/+7
*
|
Add log outlets `h5mf` and `h5mf_defer` and write some diagnostic
David Young
2020-02-24
1
-7/+29
*
|
In process_deferred_frees(), remove *all* deferred frees from the
David Young
2020-02-18
1
-2/+5
*
|
Rename the deferred-free queues. There are two of them, and the names I used
David Young
2020-02-06
1
-5/+5
*
|
Tell the tick number in diagnostic messages.
David Young
2019-12-18
1
-2/+3
*
|
Follow the naming convention enforced by FUNC_ENTER_/FUNC_EXIT_* macros (?)
David Young
2019-12-18
1
-5/+5
*
|
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
David Young
2019-12-09
1
-600/+333
*
|
Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:
Vailin Choi
2018-12-19
1
-0/+11
*
|
(A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...
Vailin Choi
2018-11-14
1
-0/+19
*
|
Initial checkin of page buffer re-implementation to support VFD SWMR.
mainzer
2018-11-04
1
-1/+1
|
/
*
Normalization with vol_integration (test code and H5Xtest.c)
Dana Robinson
2018-09-20
1
-0/+3
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...
Larry Knox
2018-07-18
1
-11/+11
|
\
|
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-11/+11
*
|
Apply Cygwin pathches from Marco Atzeri.
Larry Knox
2018-07-18
1
-9/+9
|
/
*
Normalize with vol_integration.
Dana Robinson
2018-05-29
1
-93/+106
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-03-18
1
-3/+1
|
\
[next]