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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't set up raw-data pages for delayed writes. This prevents
David Young
2019-09-19
1
-0/+4
*
Make whitespace consistent: no leading tabs!
David Young
2019-09-16
1
-1/+1
*
Update function documentation. NFCI.
David Young
2019-09-16
1
-3/+3
*
Use h5_retry_init/_next to retry loading the SWMR shadow file.
David Young
2019-09-12
3
-10/+15
*
Convert several warnings about const to non-const conversion at H5Tcopy()
David Young
2019-09-12
2
-2/+2
*
Quiet compiler warnings about signedness by changing a signed
David Young
2019-09-12
1
-1/+1
*
Replace a missing curly brace.
David Young
2019-09-10
1
-1/+1
*
Merge the latest h5_retry_t code from my `sleepy` branch.
David Young
2019-09-10
4
-20/+132
*
Consolidate VFD SWMR variable declarations in a new header file,
David Young
2019-08-28
4
-63/+76
*
In the error message, provide specific information that will help the
dyoung
2019-08-22
1
-1/+1
*
Quiet warnings, especially signed/unsigned casts.
dyoung
2019-08-22
5
-41/+51
*
Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...
mainzer
2019-07-06
1
-7/+3
|
\
|
*
Modifications to the vfd swmr concurrent tests:
Vailin Choi
2019-01-31
1
-7/+3
*
|
Tidied up comments and removed some stats code that is un-reachable.
mainzer
2019-07-06
4
-33/+29
|
/
*
Checkin of fixes for a number of bugs in reads to page 0, and in file
mainzer
2019-01-30
3
-10/+160
*
Checkin of fix for the failure to evict all tagged entries issue.
mainzer
2019-01-16
2
-17/+27
*
Commented out some test code that resulted spurious failures
mainzer
2019-01-16
1
-1/+2
*
Intermin commit to allow update from Vailin's recent changes
mainzer
2019-01-15
12
-170/+783
*
Interim checkin to allow Vailin to address assertion failure in
mainzer
2019-01-03
23
-427/+2067
*
Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:
Vailin Choi
2018-12-19
7
-9/+33
*
Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...
mainzer
2018-12-07
2
-4/+19
|
\
|
*
(1) Fix for accumulator issue #1 as described in John's previous checkin
Vailin Choi
2018-12-02
2
-6/+16
*
|
interim checkin of VFD SWMR writer EOT code.
mainzer
2018-12-07
6
-100/+600
*
|
Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...
mainzer
2018-11-19
5
-96/+45
|
\
\
|
|
/
|
*
(A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...
Vailin Choi
2018-11-14
5
-96/+46
*
|
local commit of first cut at vfd swmr writer EOT code.
mainzer
2018-11-19
8
-483/+2143
|
/
*
Initial checkin of page buffer re-implementation to support VFD SWMR.
mainzer
2018-11-04
9
-1092/+5147
*
1) Add concurrent test for VFD SWMR reader
Vailin Choi
2018-10-29
6
-49/+135
*
(1) Add tests for VFD SWMR writer
Vailin Choi
2018-10-22
6
-138/+611
*
Third batch of checkin:
Vailin Choi
2018-09-28
19
-311/+1994
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_f...
Vailin Choi
2018-09-26
188
-9371/+7627
|
\
|
*
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Dana Robinson
2018-09-24
1
-31/+64
|
|
\
|
|
*
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2018-09-24
50
-1697/+1676
|
|
|
\
|
|
*
|
Remove extra unneeded
Allen Byrne
2018-09-24
1
-11/+7
|
|
*
|
Remove libsettings from pregenerated block
Allen Byrne
2018-09-24
1
-40/+27
|
|
*
|
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2018-09-24
49
-1160/+1066
|
|
|
\
\
|
|
*
\
\
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2018-09-21
29
-308/+286
|
|
|
\
\
\
|
|
*
\
\
\
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2018-09-20
9
-552/+538
|
|
|
\
\
\
\
|
|
*
|
|
|
|
HDFFV-10332 Adjust checks and generation of files
Allen Byrne
2018-09-19
1
-21/+52
|
|
*
|
|
|
|
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2018-09-19
31
-2008/+312
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
HDFFV-10332 Use pre-generated files
Allen Byrne
2018-09-18
1
-45/+64
|
*
|
|
|
|
|
|
Remainder of vol_normalization changes (dataset, attribute, files, objects).
Dana Robinson
2018-09-24
69
-3261/+3438
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
H5S adjust callbacks now return an herr_t instead of void.
Dana Robinson
2018-09-24
8
-29/+31
|
*
|
|
|
|
|
Normalization with vol_integration (property lists, file drivers,
Dana Robinson
2018-09-21
42
-1668/+1645
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_d...
Dana Robinson
2018-09-20
1
-2/+2
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft...
hdftest
2018-09-20
28
-306/+284
|
|
|
\
\
\
\
|
|
*
|
|
|
|
Snapshot version 1.11 release 2.
hdftest
2018-09-20
1
-2/+2
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Normalization with vol_integration (misc internal and datatype)
Dana Robinson
2018-09-20
49
-1160/+1066
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Normalization with vol_integration (test code and H5Xtest.c)
Dana Robinson
2018-09-20
28
-306/+284
|
|
/
/
/
|
*
|
|
Merge pull request #1245 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_pull_r...
Dana Robinson
2018-09-19
9
-552/+538
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
[next]