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
*
Remove lseek64 and stat64 symbols from CMake (#4163)
Dana Robinson
2024-03-16
2
-7/+0
*
Add Doxygen to H5FDmirror.h (#4158)
Dana Robinson
2024-03-16
1
-25/+52
*
Header cleanup in C library (#4154)
Dana Robinson
2024-03-16
59
-14/+79
*
Suppress H5Dmpio debugging output unless HDF5_DEBUG=d is set (#4155)
jhendersonHDF
2024-03-16
1
-2/+3
*
Remove HDF from Fortran 2003 configuration check message. (#4157)
H. Joe Lee
2024-03-16
1
-1/+1
*
Remove H5O header and friend status from H5A.c (#4150)
Dana Robinson
2024-03-15
1
-2/+0
*
Fix buffer size calculation in the deflate filter (#4147)
Sergey Kosukhin
2024-03-15
1
-3/+1
*
Remove at the end of list item. (#4151)
H. Joe Lee
2024-03-15
1
-1/+1
*
Make the newsletter scheme work like HDF4 (#4149)
Dana Robinson
2024-03-15
2
-25/+25
*
defined CMAKE_H5_HAVE_DARWIN (#4146)
Scot Breitenfeld
2024-03-15
1
-0/+6
*
Fix error when overwriting an indirectly nested vlen with a shorter sequence ...
Neil Fortner
2024-03-15
3
-2/+243
*
Clean up some hbool_t/TRUE/FALSE stragglers (#4143)
Dana Robinson
2024-03-15
5
-10/+10
*
Remove useless headers (#4145)
Dana Robinson
2024-03-15
113
-193/+38
*
Fix doxygen link to example function usage (#4133)
Allen Byrne
2024-03-15
1
-2/+3
*
Fix Autotools -Werror cleanup (#4144)
Dana Robinson
2024-03-15
2
-6/+33
*
Fixed misc. H5E fortran failures due to previous PR (#4138)
Scot Breitenfeld
2024-03-15
3
-7/+20
*
Capitalize option message for consistency. (#4141)
H. Joe Lee
2024-03-15
1
-1/+1
*
Skip part of dsets.c test for IBM long double type (#4136)
jhendersonHDF
2024-03-15
1
-0/+9
*
Remove ros3 and hdfs VFDs from Autotools VFD list (#4142)
Dana Robinson
2024-03-15
1
-2/+4
*
Add cygwin CI and update yaml files for consistency and accuracy (#4131)
Allen Byrne
2024-03-14
18
-164/+399
*
Update URLs in RELEASE.txt (#4132)
bmribler
2024-03-14
1
-2/+2
*
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
[next]