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
/
c++
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers (#2184)
Larry Knox
2022-11-01
18
-18/+0
*
Fix static-cast format (#2141)
Allen Byrne
2022-10-04
1
-3/+3
*
Fix mostly java warnings, and cpp cast (#2134)
Allen Byrne
2022-10-03
1
-3/+5
*
Update CMake code to 3.18 minimum version (#2080)
Allen Byrne
2022-09-03
1
-1/+1
*
Removes cmake_ext_mod (files moved to cmake) (#2041)
Dana Robinson
2022-08-19
1
-1/+1
*
Fix c++ test failure (#2005)
bmribler
2022-08-12
1
-48/+75
*
Fix typos found in the rest of the hdf5 code-base (#1985)
luzpaz
2022-08-10
1
-1/+1
*
Revert for older cmake versions (#1974)
Allen Byrne
2022-08-08
1
-16/+0
*
Develop cmake clean (#1971)
Allen Byrne
2022-08-07
5
-36/+27
*
Develop clang 13 format (#1933)
Allen Byrne
2022-07-26
8
-26/+26
*
Subfiling VFD (#1883)
jhendersonHDF
2022-07-22
1
-1/+1
*
Fixes C++ sign-conversion warnings w/ clang 14 (#1870)
Dana Robinson
2022-07-11
6
-25/+27
*
Various warning fixes (#1812)
Sean McBride
2022-06-22
5
-19/+7
*
Minor C++ changes noticed while normalizing with 1.12 (#1606)
Dana Robinson
2022-04-07
1
-1/+0
*
Implemented suggestion in #1381 for dtransform test (#1415)
Allen Byrne
2022-02-04
1
-1/+6
*
Replaced several uses of sprintf with safer snprintf (#1383)
Sean McBride
2022-01-28
3
-9/+9
*
Used clang-tidy to change all floating point f suffixes to F (#1359)
Sean McBride
2022-01-28
2
-2/+2
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
2
-2/+2
*
Split dir create into separate macro (#1141)
Allen Byrne
2021-10-28
1
-0/+1
*
Consolidate VFD create list macro (#1132)
Allen Byrne
2021-10-26
1
-2/+0
*
Move test utilities to utils/test folder (#1109)
Allen Byrne
2021-10-20
1
-32/+1
*
VFD plugins (#602)
jhendersonHDF
2021-09-29
2
-1/+19
*
More clang tidy (#908)
Sean McBride
2021-08-23
2
-10/+10
*
Fixes C++ warnings when passing hsize_t values to printf in test code (#745)
Dana Robinson
2021-06-11
2
-35/+48
*
Fix Direct VFD Testing in CMake (#742)
jhendersonHDF
2021-06-11
1
-1/+1
*
C++ warning and build fixes (#707)
Dana Robinson
2021-06-01
13
-293/+387
*
BUG: DataSet assignment operator is missing (#503)
Lee Newberg
2021-05-19
1
-32/+57
*
Removes gratuitous (double)x.yF casts (#632)
Dana Robinson
2021-05-07
1
-2/+2
*
Ubsan fixes (#498)
Sean McBride
2021-05-03
1
-3/+5
*
Applied clang-tidy readability-delete-null-pointer fixes (#430)
Sean McBride
2021-03-22
6
-50/+28
*
Update clang config (#473)
Quincey Koziol
2021-03-17
1
-4/+12
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
5
-5/+5
*
Various clang tidy warning fixes (#448)
Sean McBride
2021-03-10
3
-5/+5
*
Removed checks/workarounds for pre-C++89 compatibility (#449)
Sean McBride
2021-03-10
16
-64/+0
*
Removed bad function pointer casts (#434)
Sean McBride
2021-03-08
2
-25/+25
*
More warning fixes (#400)
Sean McBride
2021-03-04
2
-39/+42
*
Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)
Sean McBride
2021-02-23
1
-2/+2
*
Update license url part2 (#333)
Larry Knox
2021-02-17
21
-21/+21
*
Changes for sanitize=address (#312)
Allen Byrne
2021-02-05
1
-1/+1
*
develop revert source to clang-format version 11 (#293)
Allen Byrne
2021-01-29
2
-2/+2
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
1
-1/+1
*
Basic alignment with async branch (#115)
Quincey Koziol
2020-11-23
1
-1/+1
*
CMake: Add an option to opt-out static libgcc
Michel Zou
2020-10-31
1
-1/+1
*
Clang-format of source files
Allen Byrne
2020-09-30
17
-2689/+2592
*
OESS-98 merge with clang-format changes
Allen Byrne
2020-09-25
1
-1/+1
*
CMake and script changes for clang-format
Allen Byrne
2020-09-04
1
-1/+8
*
TRILAB-244 separate CXX warnings and errors from C
Allen Byrne
2020-04-23
3
-6/+5
*
Trim trailing whitespace
Quincey Koziol
2020-04-20
8
-22/+22
*
TRILAB-192 add c++ and fortran warnings build systems one file
Allen Byrne
2020-04-05
1
-0/+1
*
TRILAB-142 Change minimum CMake version to 3.12
Allen Byrne
2020-02-21
1
-1/+1
[next]