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
*
Remove HD from HDposix_memalign() (#3196)
Dana Robinson
2023-06-28
1
-2/+2
*
Rename HD(f)printf() to (f)printf() (#3194)
Dana Robinson
2023-06-28
136
-10982/+10743
*
Rename HDassert() to assert() (#3191)
Dana Robinson
2023-06-28
58
-1508/+1498
*
Rename HDpipe() to pipe() (#3192)
Dana Robinson
2023-06-28
1
-25/+25
*
Rename HDqsort() to qsort() (#3193)
Dana Robinson
2023-06-28
5
-14/+14
*
Remove HD from fork/exec*/wait* (#3190)
Dana Robinson
2023-06-28
7
-59/+59
*
Remove HDva_(arg|copy|end|start) (#3184)
Dana Robinson
2023-06-28
4
-14/+14
*
Remove dead code behind #ifdef OLD_WAY (#3163)
Dana Robinson
2023-06-21
1
-37/+3
*
Many fixes to various compiler warnings (#3124)
Sean McBride
2023-06-19
76
-561/+576
*
Remove HD prefix from network calls (#3142)
Dana Robinson
2023-06-16
1
-5/+5
*
Many clang -Wextra-semi-stmt fixes (#2537)
Sean McBride
2023-06-16
88
-1696/+1696
*
Revert long double checks (#3133)
Dana Robinson
2023-06-15
1
-3/+112
*
Fix function name in comment in ros3 VFD (#3131)
H. Joe Lee
2023-06-15
1
-4/+1
*
Fix spelling issues flagged by codespell (#3130)
Dana Robinson
2023-06-15
3
-3/+3
*
Fix a misc warning in test/vol.c (#3112)
Dana Robinson
2023-06-13
1
-5/+6
*
Remove long double conversion work-arounds (#3097)
Dana Robinson
2023-06-12
1
-112/+3
*
Remove code paths where long long < 8 bytes (#3098)
Dana Robinson
2023-06-12
2
-31/+4
*
Address memory issues when copying empty enums (#3088)
Dana Robinson
2023-06-12
1
-476/+508
*
Convert H5F haddr_t macros to H5 (#3039)
Dana Robinson
2023-06-05
11
-155/+155
*
Only pass efc pointer to H5F__efc_open (#3026)
Dana Robinson
2023-05-30
1
-325/+325
*
API test updates (#3018)
jhendersonHDF
2023-05-26
24
-3640/+3413
*
Suppress vfd.c test warning (#3014)
Dana Robinson
2023-05-25
1
-8/+13
*
Fix missing/misplaced h5_reset calls (#3001)
Dana Robinson
2023-05-23
2
-17/+17
*
Fix 'datatype' misspellings ('dataype') (#2984)
Dana Robinson
2023-05-19
6
-18/+18
*
Add test for HDstrcasestr macro (#2115)
jhendersonHDF
2023-05-19
1
-3/+41
*
Remove unnecessary fields from cache structs (#2951)
Quincey Koziol
2023-05-15
4
-49/+3
*
Fix warning in cache_common.c (#2952)
jhendersonHDF
2023-05-15
1
-65/+77
*
Move functions into more focused source code modules (#2936)
Quincey Koziol
2023-05-12
1
-2/+2
*
More code duplication reduction (#2930)
Quincey Koziol
2023-05-09
1
-37/+13
*
Fix CMake generator expression syntax (#2909)
Allen Byrne
2023-05-05
2
-23/+23
*
Fix mirror VFD test timeouts (#2915)
Quincey Koziol
2023-05-05
1
-2/+17
*
Minor tidying of API tests files (#2878)
jhendersonHDF
2023-05-03
2
-7/+9
*
Changes to isolate API Test option files and use fetchcontent (#2880)
Allen Byrne
2023-05-03
109
-36581/+52
*
Add initial version of HDF5 API tests (#2877)
jhendersonHDF
2023-05-02
159
-31/+176005
*
Skip page buffer test for "no selection I/O cause" when using split or multi ...
Neil Fortner
2023-05-01
1
-0/+11
*
Remove "the the" from comments and docs (#2865)
Dana Robinson
2023-05-01
1
-3/+3
*
Implement selection I/O with type conversion (#2823)
Neil Fortner
2023-04-28
13
-1/+3282
*
Fix v1 object header gap bug in H5Ocopy (#2785)
jhendersonHDF
2023-04-26
1
-0/+64
*
Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807)
jhendersonHDF
2023-04-25
1
-1/+25
*
H5Odtype.c decode cleanup (#2797)
Dana Robinson
2023-04-25
1
-84/+87
*
Sanitize the attribute object header msg code (#2749)
Dana Robinson
2023-04-19
1
-2/+5
*
Jira issue OESS-337: Create test for H5VLconnector_info_to_str (#2334)
raylu-hdf
2023-04-18
1
-6/+152
*
Remove -Wunused-but-set-variable warnings in tests (#2661)
Allen Byrne
2023-04-11
3
-31/+6
*
Dead code removal (#2690)
Quincey Koziol
2023-04-11
2
-254/+5
*
Comment cleanup (#2689)
Quincey Koziol
2023-04-11
55
-910/+3
*
Remove dead code hidden behind #ifdef LATER (#2686)
Dana Robinson
2023-04-10
2
-38/+4
*
Synchronize HDF5 tests with VOL tests (#2628)
jhendersonHDF
2023-04-03
15
-226/+779
*
chore: make comment consistent (#2654)
H. Joe Lee
2023-04-01
1
-1/+1
*
Fix test script names in cleanup code (#2590)
Dana Robinson
2023-03-20
1
-6/+9
*
Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)
Allen Byrne
2023-03-13
2
-3/+3
[next]