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
...
*
Clean up off_t usage (#4095)
Dana Robinson
2024-03-09
26
-63/+70
*
Fix the last C++ stack size warning (#4099)
Dana Robinson
2024-03-09
1
-1/+4
*
Remove H5B debug checks (#4089)
Dana Robinson
2024-03-09
7
-88/+23
*
Expand check for variable-length or reference types when clearing datatype co...
jhendersonHDF
2024-03-09
2
-60/+225
*
Fixed -Wdeprecated-copy-dtor warnings by implementing a copy assignment opera...
Sean McBride
2024-03-09
4
-0/+30
*
virtual creates must use the same datatype as the main file (#4092)
Allen Byrne
2024-03-08
3
-3/+3
*
Update long double test with correct values (#4060)
Allen Byrne
2024-03-08
1
-0/+301
*
Merge HDF4 release workflow changes to hdf5 (#4093)
Allen Byrne
2024-03-08
4
-114/+75
*
Add subfiling for h5dump filedriver option help message (#3878)
H. Joe Lee
2024-03-08
9
-28/+32
*
Remove printf debugging in H5I package (#4088)
Dana Robinson
2024-03-08
3
-21/+2
*
Remove extra whitespaces from nvhpc-cmake action. (#4091)
H. Joe Lee
2024-03-08
1
-1/+1
*
fixes compilation failures due to H5E additions (#4090)
Scot Breitenfeld
2024-03-08
2
-5/+5
*
update macOS support statement (#4084)
Scot Breitenfeld
2024-03-08
1
-0/+6
*
Fixed asserts due to H5Pset_est_link_info() values (#4081)
Dana Robinson
2024-03-08
3
-1/+139
*
Remove printf debugging in H5HL code (#4086)
Dana Robinson
2024-03-08
4
-39/+5
*
Use H5T_STD_I32LE to create datatype in vds examples (#4070)
Allen Byrne
2024-03-07
8
-15/+15
*
Fix bin/trace script w/ out params (#4074)
Dana Robinson
2024-03-07
58
-323/+366
*
addressed compilation errors with gfortran 4.8 (#4082)
Scot Breitenfeld
2024-03-07
1
-20/+20
*
New option for building with static CRT in Windows (#4062)
Allen Byrne
2024-03-07
4
-43/+17
*
Close and reopen file during dset vlen IO API tests (#4050)
mattjala
2024-03-07
1
-16/+186
*
Increased H5FD_ROS3_MAX_SECRET_TOK_LEN to 4096 to accommodate long AWS secret...
Michael Aivazis
2024-03-07
3
-79/+90
*
Add support for the new MSVC preprocessor (#4078)
Dana Robinson
2024-03-07
2
-3/+24
*
Don't load toolchain file in CMake workflows (#4077)
jhendersonHDF
2024-03-07
2
-9/+0
*
Added new H5E with tests. (#4049)
Scot Breitenfeld
2024-03-07
26
-336/+1354
*
fix path for S3 build path in CI (#4076)
Allen Byrne
2024-03-06
1
-1/+1
*
Fix uninitialized bytes in selection I/O test (#4073)
Dana Robinson
2024-03-06
1
-1/+4
*
Add NEWSLETTER and merge abi reports and add sha256sums (#4055)
Allen Byrne
2024-03-05
6
-19/+64
*
Update INSTALL files (#4052)
Allen Byrne
2024-03-05
6
-204/+222
*
Fix uninitialized bytes in cmpd_dset test (#4072)
Dana Robinson
2024-03-05
1
-12/+23
*
Fix a memory leak in the cmpd_dset test (#4071)
Dana Robinson
2024-03-05
1
-24/+14
*
Rename incorrectly named option (#4067)
Allen Byrne
2024-03-05
37
-134/+144
*
Ignore UserPresets and Use only C compiler for sanitizers (#4066)
Allen Byrne
2024-03-05
3
-266/+23
*
Fix issue where H5Tset_fields does not account for datatype offsets (#4061)
jhendersonHDF
2024-03-05
3
-3/+97
*
Add note to H5Tset_fields about needing to set datatype precision first (#4059)
jhendersonHDF
2024-03-05
1
-0/+11
*
Do not enable szip for sanitizer runs (#4057)
Allen Byrne
2024-03-04
1
-2/+2
*
Improve error messages when tools attempt to use non-enabled S3 and HDFS VFDs...
Larry Knox
2024-03-04
4
-7/+12
*
Add options to allow tools type selection and naming (#4046)
Allen Byrne
2024-03-04
43
-711/+496
*
Add upddated cmake tools from source location (#4040)
Allen Byrne
2024-03-04
7
-352/+953
*
Fix VOL-compatibility issues in External Link API test (#4039)
mattjala
2024-03-04
2
-94/+283
*
Bump the github-actions group with 2 updates (#4054)
dependabot[bot]
2024-03-04
5
-23/+23
*
Fix issue with FAPL file locking setting inheriting test (#4053)
jhendersonHDF
2024-03-01
4
-94/+184
*
Remove limitations on preset generators (#4051)
Allen Byrne
2024-02-29
2
-21/+3
*
Remove check for gettimeofday + tz in CMake (#4045)
Dana Robinson
2024-02-26
2
-25/+0
*
Consolidate Autotools linux files (#4044)
Dana Robinson
2024-02-26
7
-460/+389
*
Remove unused AIX cross-compile cache overrides (#4043)
Dana Robinson
2024-02-26
2
-64/+0
*
Don't try to load general-19 warnings file for icc (#4042)
Dana Robinson
2024-02-26
2
-12/+0
*
Fix allocating too much memory in dset API test (#4041)
mattjala
2024-02-26
1
-1/+1
*
Fix memory leak in H5LTopen_file_image when H5LT_FILE_IMAGE_DONT_COPY flag is...
jhendersonHDF
2024-02-26
3
-22/+88
*
Improve performance of flushing single objects (#4017)
Neil Fortner
2024-02-23
11
-2152/+522
*
Update and Add general INSTALL (#4016)
Allen Byrne
2024-02-23
6
-144/+192
[prev]
[next]