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
*
Fixed 1.6 compatibility issues and ran source formatter
Dana Robinson
2021-03-26
12
-51/+56
*
Temporarily disable some tests that fail on Windows
Dana Robinson
2021-03-25
1
-2/+2
*
Fixes phdf5
Dana Robinson
2021-03-25
4
-40/+12
*
Brings Windows file locking from develop
Dana Robinson
2021-03-25
3
-86/+48
*
Brings file locking changes from develop
Dana Robinson
2021-03-25
24
-429/+870
*
Brings the 'warnings-as-errors' changes from develop
Dana Robinson
2021-03-25
1
-2/+2
*
Updates license url and history docs
Dana Robinson
2021-03-25
503
-527/+526
*
Formats the source and updates the gcc warning pragmas
Dana Robinson
2021-03-25
501
-112824/+104231
*
Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...
Dana Robinson
2021-03-23
6
-113/+16
|
\
|
*
Protects timespeccmp
Dana Robinson
2021-03-23
3
-113/+13
|
*
Adds missing dedup callback entries to other VFDs
Dana Robinson
2021-03-23
4
-0/+4
*
|
Adds a dedup callback to the mirror VFD
Dana Robinson
2021-03-22
1
-0/+1
*
|
Removes pre-2015 Visual Studio cruft (from develop)
Dana Robinson
2021-03-22
2
-127/+2
*
|
Brings HSYS_GOTO_ERROR changes from develop
Dana Robinson
2021-03-22
1
-8/+48
*
|
Fixes order of magnitude issue in Windows nanosleep equivalent
Dana Robinson
2021-03-09
1
-1/+1
*
|
Adds DLLVAR macros to allow exporting symbols on Windows
Dana Robinson
2021-03-09
1
-2/+2
*
|
Replaces basename and dirname with code that will work everywhere
Dana Robinson
2021-03-09
2
-13/+142
|
/
*
Engineers around naked clock_gettime() calls
Dana Robinson
2021-03-03
1
-6/+14
*
Adds missing private VFD SWMR headers to CMake
Dana Robinson
2021-03-03
1
-0/+2
*
Removed Wnanosleep stub and adds Win32 code to H5_nanosleep()
Dana Robinson
2021-03-03
2
-26/+16
*
Switch to using H5_nanosleep() instead of HDnanosleep()
Dana Robinson
2021-03-03
1
-20/+6
*
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
7
-298/+150
|
\
|
*
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
4
-11/+10
|
*
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
*
|
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
9
-728/+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
1
-0/+13
*
|
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
|
/
*
Adding the test case for fixed-array chunked dataset and VDS.
songyulu
2021-02-12
1
-1/+1
*
Updates CMake files to work with VFD SWMR
Dana Robinson
2020-10-14
1
-0/+21
*
Fixes a leak of the metadata index memory
Dana Robinson
2020-09-08
2
-7/+15
*
Merge branch 'feature/vfd_swmr' into multi
David Young
2020-08-31
9
-58/+150
|
\
|
*
Write a comment about a bit of overflow-avoidance logic. NFCI.
David Young
2020-08-31
1
-0/+1
|
*
Improve/expand the comments on the file->writer assertions.
David Young
2020-08-31
1
-6/+5
|
*
Delete an unhelpful comment. NFCI.
David Young
2020-08-31
1
-1/+1
|
*
Add some header comments to functions.
David Young
2020-08-31
1
-0/+8
|
*
Rename `api_elapsed_nslots` to `api_elapsed_nbuckets`: possibly clarifies
David Young
2020-08-31
1
-5/+9
|
*
Document vfd_swmr_pageno_to_mdf_idx_entry() and rename its parameter
David Young
2020-08-31
1
-3/+15
[next]