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
*
Fix segfault in vlen io API test (#4130)
mattjala
2024-03-13
1
-4/+13
*
Remove invalid compile flag (#4129)
Allen Byrne
2024-03-13
2
-2/+2
*
Don't set the rpath when linking statically (#4125)
Jouke Witteveen
2024-03-13
3
-56/+56
*
Deprecate bin/cmakehdf5 (#4127)
Allen Byrne
2024-03-13
2
-0/+8
*
Update CMake comment about _POSIX_C_SOURCE (#4124)
Dana Robinson
2024-03-13
1
-1/+3
*
Overhaul CMake LFS support (#4122)
Dana Robinson
2024-03-12
5
-129/+71
*
Initialize selection type in chunk struct (#4087)
Glenn Song
2024-03-12
1
-0/+4
*
Use AC_SYS_LARGEFILE on Autotools (#4119)
Dana Robinson
2024-03-12
2
-73/+3
*
Remove old cmake check (#4117)
Allen Byrne
2024-03-12
1
-6/+2
*
Handle IBM long double issues in dsets.c test_floattypes test (#4116)
jhendersonHDF
2024-03-12
1
-26/+19
*
Implement ID creation optimization for container datatype conversions (#4113)
jhendersonHDF
2024-03-12
5
-305/+494
*
Adjust aocc workflow to fit the autotools/cmake pattern of other callable wor...
Allen Byrne
2024-03-12
7
-91/+213
*
Fix up dsets test for some platforms with different long double format (#4114)
jhendersonHDF
2024-03-11
1
-13/+30
*
long double tests has problems setting precision with offset (#4102)
Allen Byrne
2024-03-11
1
-2/+4
*
Add Doxygen for HDFS VFD (#4106)
Dana Robinson
2024-03-11
1
-62/+59
*
Change compression tests reference files to use masking for compression ratio...
Allen Byrne
2024-03-10
16
-43/+287
*
Remove lint comments (#4107)
Dana Robinson
2024-03-10
12
-77/+51
*
Move common variables out of cache test blocks (#4108)
Dana Robinson
2024-03-10
1
-180/+187
*
Convert H5B__assert to use error checks (#4109)
Dana Robinson
2024-03-10
2
-60/+70
*
Clean up a few things in H5T.c (#4105)
Dana Robinson
2024-03-10
1
-31/+23
*
Minimize use of abort() (#4110)
Dana Robinson
2024-03-10
6
-40/+34
*
Refactor datatype conversion code to use pointers rather than IDs (#4104)
jhendersonHDF
2024-03-10
26
-1711/+2110
*
Change how stats are printed in H5Z (#4097)
Dana Robinson
2024-03-10
1
-7/+14
*
Remove printf debugging from H5Smpio.c (#4098)
Dana Robinson
2024-03-10
3
-82/+14
*
Remove H5DEBUG() calls from H5Dmpio.c (#4103)
Dana Robinson
2024-03-10
1
-3/+2
*
Remove a few H5O printf debugging statements (#4096)
Dana Robinson
2024-03-10
1
-15/+0
*
msvc: don't declare `HAVE_TIMEZONE` for older MSVC (#3956)
Ben Boeckel
2024-03-09
1
-1/+3
*
Remove leading / from relative path. (#4101)
H. Joe Lee
2024-03-09
1
-2/+2
*
Correct missing change of source path for S3 build (#4100)
Allen Byrne
2024-03-09
1
-0/+7
*
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
[next]