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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
err_compat test cleanup (#681)
Dana Robinson
2021-05-25
2
-123/+146
*
Various CMake changes (#679)
Dana Robinson
2021-05-24
2
-2/+2
*
Brings chunk_info valgrind fix from 1.12 (#677)
Dana Robinson
2021-05-24
1
-7/+8
*
Add H5Dchunk_iter method for iterating over chunks (#6)
Gaute Hope
2021-05-19
1
-18/+95
*
Fix H5Eget_auto2/H5Eauto_is_v2 to not clear error stack (#625)
jhendersonHDF
2021-05-12
1
-1/+13
*
Purges UFAIL from the library (#637)
Dana Robinson
2021-05-11
2
-5/+3
*
Removes gratuitous (double)x.yF casts (#632)
Dana Robinson
2021-05-07
17
-159/+159
*
Hash table replacement for skip lists in ID code (#600)
Dana Robinson
2021-05-04
1
-2/+2
*
Ubsan fixes (#498)
Sean McBride
2021-05-03
1
-93/+0
*
Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)
Dana Robinson
2021-04-30
1
-2/+23
*
Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fa...
Dana Robinson
2021-04-29
1
-0/+6
*
Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607)
Dana Robinson
2021-04-29
1
-1/+12
*
CMake changes to byproducts - ninja warnings (#568)
Allen Byrne
2021-04-24
1
-0/+4
*
Update top-level COPYING file and remove COPYING files from subdirectories (#...
Larry Knox
2021-04-21
1
-13/+0
*
Fixes incorrect usage of H5I_BADID (#554)
Dana Robinson
2021-04-19
1
-3/+3
*
Cleanup CMake code for doxygen and perl shell scripts (#552)
Allen Byrne
2021-04-19
2
-4/+2
*
Brings the native implementation of H5Fdelete() from Bitbucket (#524)
Dana Robinson
2021-04-16
4
-65/+60
*
Minor warning fixes in develop (#526)
Dana Robinson
2021-03-31
2
-2/+1
*
Removes dead H5ST package from the library (#528)
Dana Robinson
2021-03-30
6
-396/+2
*
Updates that allow accum SWMR tests to work on Windows (#493)
Dana Robinson
2021-03-27
1
-60/+102
*
Misc warning fixes (#495)
Dana Robinson
2021-03-24
7
-58/+70
*
File locks now work on Windows (#480)
Dana Robinson
2021-03-22
1
-0/+23
*
Fix CMake error message location. (#478)
H. Joe Lee
2021-03-20
1
-2/+2
*
Suppresses the tcheck_version test's abort dialog on Windows (#477)
Dana Robinson
2021-03-17
1
-0/+23
*
Cleans up a couple of MSVC warnings in testhdf5 (#475)
Dana Robinson
2021-03-17
2
-5/+7
*
Update clang config (#473)
Quincey Koziol
2021-03-17
64
-691/+2761
*
Replaces checks for fork, etc. with checks for unistd.h (#457)
Dana Robinson
2021-03-11
9
-67/+77
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
38
-433/+442
*
Various clang tidy warning fixes (#448)
Sean McBride
2021-03-10
6
-57/+52
*
Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)
Sean McBride
2021-03-09
6
-16/+17
*
Removed bad function pointer casts (#434)
Sean McBride
2021-03-08
4
-32/+32
*
Fixed clang-tidy readability-redundant-control-flow warnings (#428)
Sean McBride
2021-03-05
10
-151/+0
*
Fixes various warnings noticed on Windows (#425)
Dana Robinson
2021-03-05
3
-19/+18
*
More warning fixes (#400)
Sean McBride
2021-03-04
5
-27/+30
*
Changes found during merge to 1.12 (#414)
Allen Byrne
2021-03-04
5
-15/+15
*
Patches from vtk (#358)
Sean McBride
2021-02-25
2
-3/+3
*
Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)
Sean McBride
2021-02-23
2
-5/+5
*
Fix undefined left shifting of negative numbers (#338)
Sean McBride
2021-02-19
1
-2/+2
*
Update license url (#332)
Larry Knox
2021-02-17
204
-204/+204
*
Update supported platforms (#303)
Allen Byrne
2021-02-03
1
-15/+18
*
Modify VDS code to always open source files with H5F_CLOSE_WEAK close (#291)
Neil Fortner
2021-01-30
1
-2569/+2660
*
develop revert source to clang-format version 11 (#293)
Allen Byrne
2021-01-29
39
-209/+209
*
develop clang-format comments (#286)
Allen Byrne
2021-01-27
1
-3/+3
*
Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)
Dana Robinson
2021-01-14
2
-18/+0
*
Reformat source (#244)
Quincey Koziol
2021-01-07
5
-17/+17
*
Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)
Dana Robinson
2020-12-24
4
-15/+15
*
Avoid aligned access for references by decoding into temporary buffer and the...
Quincey Koziol
2020-12-19
1
-35/+32
*
Fix datatype lookup in named datatype flush/refresh code and detect more core...
hdf5-1_13_0-rc3
Quincey Koziol
2020-12-17
5
-10/+28
*
Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174)
vchoi-hdfgroup
2020-12-16
4
-0/+32
*
Bring async branch to develop (#166)
Quincey Koziol
2020-12-14
31
-286/+1313
[next]