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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Switch to using H5_nanosleep() instead of HDnanosleep()
Dana Robinson
2021-03-03
2
-29/+9
*
|
|
Fixes a missing declaration for H5_get_win32_times()
Dana Robinson
2021-03-02
1
-0/+1
*
|
|
Brings MacOS fixes from main feature branch
Dana Robinson
2021-03-02
14
-372/+320
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #388 from derobins/vfd_swmr/H5FD_public_fix
Dana Robinson
2021-03-01
16
-376/+323
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Improves autotools and CMake support for sigtimedwait alternative
Dana Robinson
2021-03-01
6
-8/+27
|
|
*
Minor change to H5FDvfd_swmr.h include guard name
Dana Robinson
2021-03-01
1
-3/+3
|
|
*
Fixes leading underscores in VFD SWMR include guards
Dana Robinson
2021-03-01
5
-14/+13
|
|
*
Adds MacOS work-around for sigtimedwait(2) in the VFD SWMR tests
Dana Robinson
2021-02-26
2
-70/+147
|
|
*
Adapts H5queue.h to work on MacOS
Dana Robinson
2021-02-26
1
-100/+123
|
|
*
Moves H5queue.h to H5private.h and yanks circular queue macros
Dana Robinson
2021-02-26
5
-196/+10
|
|
*
Moves H5queue.h from H5FDpublic.h to H5FD.c
Dana Robinson
2021-02-26
2
-1/+1
|
|
*
Moves the BSD queue to a wrapper to keep it out of the public API
Dana Robinson
2021-02-26
2
-20/+35
|
|
/
*
|
HD prefix and hbool_t changes in test/vfd_swmr.c
Dana Robinson
2021-03-02
1
-22/+22
*
|
Fixes a bug from when the hlog code was removed
Dana Robinson
2021-03-02
1
-1/+2
*
|
Switch to hbool_t and TRUE/FALSE in library code
Dana Robinson
2021-03-02
4
-38/+38
*
|
Removed the rest of the hlog code
Dana Robinson
2021-03-02
11
-819/+5
*
|
Stripped hlog code from H5MV.c
Dana Robinson
2021-03-02
1
-24/+1
*
|
Makes libgen.h functions ready for implementation on Windows
Dana Robinson
2021-03-02
9
-13/+23
*
|
Removed most C library include lines from tests
Dana Robinson
2021-03-02
8
-13/+0
*
|
Fix unfreed memory after fork in vfd_swmr test
Dana Robinson
2021-03-02
1
-0/+12
*
|
Switches memcpy to H5MM_memcpy in H5Fvfd_swmr.c
Dana Robinson
2021-03-02
1
-1/+1
*
|
Switches H5FDvfd_swmr.c memory calls to use H5MM
Dana Robinson
2021-03-02
1
-4/+4
*
|
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
*
|
Adds HD prefix to POSIX calls in src
Dana Robinson
2021-03-02
5
-27/+27
*
|
Fixes include guards for a few headers
Dana Robinson
2021-03-01
2
-6/+6
*
|
Fixes the MANIFEST
Dana Robinson
2021-03-01
2
-1/+28
|
/
*
Merge pull request #331 from HDFGroup/raylu_fixed_array
raylu-hdf
2021-02-15
3
-8/+31
|
\
|
*
Corrected a typo in the comment.
songyulu
2021-02-15
1
-1/+1
|
*
Added some comments.
songyulu
2021-02-12
1
-1/+4
|
*
Adding the test case for fixed-array chunked dataset and VDS.
songyulu
2021-02-12
3
-7/+27
|
/
*
Merge pull request #305 from vchoi-hdfgroup/feature/vfd_swmr
vchoi-hdfgroup
2021-02-03
16
-311/+177
|
\
|
*
(1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config()
vchoi
2021-02-02
16
-311/+177
|
/
*
Merge pull request #35 from derobins/thg/feature/vfd_swmr
Dana Robinson
2020-10-14
3
-4/+41
|
\
|
*
Updates CMake files to work with VFD SWMR
Dana Robinson
2020-10-14
3
-4/+41
|
/
*
Merge pull request #2893 in HDFFV/hdf5 from ~MAINZER/vfd_swmr:feature/vfd_swm...
John Mainzer
2020-09-21
3
-80/+142
|
\
|
*
More minor edits to users guide.
mainzer
2020-09-21
1
-2/+2
|
*
Updated users guide for location of alpha 1 release & repaired
mainzer
2020-09-21
1
-13/+10
|
*
Added .pdf and .docx versions of the most recent version of the
mainzer
2020-09-21
3
-73/+138
*
|
Merge pull request #2890 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:feature/vfd_sw...
Dana Robinson
2020-09-21
2
-0/+0
|
\
\
|
|
/
|
/
|
|
*
Removes older VFD SWMR RFC versions
Dana Robinson
2020-09-17
2
-0/+0
*
|
Merge pull request #2889 in HDFFV/hdf5 from ~DYOUNG/vchoi_fork:quiet-zoo to f...
David Young
2020-09-17
9
-63/+115
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'vswmr-base' into quiet-zoo
David Young
2020-09-17
9
-63/+115
|
|
\
|
/
/
|
*
Limit the repeat rate for duplicate zoo warnings to once every five
David Young
2020-09-17
6
-32/+54
|
*
Move below_speed_limit() from vfd_swmr_bigset_writer.c to
David Young
2020-09-17
3
-24/+39
|
*
Document some of the functions in here. Update the comment at the top
David Young
2020-09-17
1
-7/+22
*
|
Merge branch 'feature/vfd_swmr' into multi
David Young
2020-09-14
2
-24/+20
|
\
\
|
|
/
|
*
Move the open issues noted in the outdated VFD_SWMR_Guide.md to
David Young
2020-09-14
2
-24/+20
*
|
Merge branch 'feature/vfd_swmr' into multi
David Young
2020-09-14
1
-0/+34
|
\
\
|
|
/
|
*
Add the U. of California copyright notice from src/H5queue.h.
David Young
2020-09-14
1
-0/+34
[prev]
[next]