Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update feature/sparse_data with latest from develop #4940

Merged
merged 52 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
39fdf5d
Fix missing routine on MacOS ttsafe test (#4863)
mattjala Sep 23, 2024
ff0839d
Fixes a segfault in h5dump (#4862)
bmribler Sep 23, 2024
8926e4a
Update README.md (#4867)
gheber Sep 23, 2024
92f4083
Fix a typo in VOL user's guide (#4868)
jhendersonHDF Sep 23, 2024
e014493
Replace invalid email cdashhelp with help (#4866)
hyoklee Sep 23, 2024
abcdffb
Fix minor spelling in documentation (#4870)
bmribler Sep 24, 2024
f391018
Fix an incorrect returned value by H5LTfind_dataset() (#4869)
bmribler Sep 24, 2024
013b1cd
Remove an unused variable from H5FDs3comms.c (#4872)
derobins Sep 24, 2024
7d40520
Remove Windows oneAPI warning for %ld formatting (#4876)
hyoklee Sep 25, 2024
392fd20
Remove Windows oneAPI warning for unused function (#4878)
hyoklee Sep 26, 2024
e590960
Add threadsafety warning doc (#4877)
mattjala Sep 26, 2024
a852029
Add workflow that reports to CDash (#4864)
byrnHDF Sep 26, 2024
5ac5105
RELEASE note for threadsafety warning (#4883)
mattjala Sep 26, 2024
c2bacea
Fixed a memory leak from H5FL_blk_malloc (#4882)
bmribler Sep 26, 2024
1fe032d
Improve grammar and style of comment block in bin/genparser (#4879)
hyoklee Sep 27, 2024
37a3113
Added an entry for the GH-4585 fix (#4889)
bmribler Sep 27, 2024
6a5514b
Correct inputs ref (#4886)
byrnHDF Sep 27, 2024
d507b7c
Correct paths in doxygen (#4894)
byrnHDF Sep 28, 2024
35adecb
fixed washed-out table text (#4903)
brtnfld Oct 1, 2024
62e4777
Split H5TS termination into threadlocal/thread-global parts (#4881)
mattjala Oct 1, 2024
e080498
Remove a call to H5E_clear_stack() in H5O code (#4875)
qkoziol Oct 1, 2024
fe2de0f
Remove H5E_clear_stack() from library (#4871)
qkoziol Oct 1, 2024
e2da353
Clean up thread-local error stacks in all threads (#4852)
mattjala Oct 1, 2024
956924a
Enable HDF-EOS5 Action again (#4902)
hyoklee Oct 1, 2024
34d6ef5
Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891)
jhendersonHDF Oct 1, 2024
e3c709b
Remove newline-eof warning (#4906)
hyoklee Oct 1, 2024
2921f27
add Fortran H5ES reference to RM table (#4908)
brtnfld Oct 1, 2024
698ee8e
Set develop branch version to 1.17.0. (#4912)
lrknox Oct 2, 2024
07756c8
Update develop to 1.18 API
byrnHDF Oct 2, 2024
4acc707
Correct publish path
byrnHDF Oct 2, 2024
f4105be
Fix typo
byrnHDF Oct 2, 2024
22650f7
add missing filename
byrnHDF Oct 2, 2024
861e5ab
Correct default version
byrnHDF Oct 2, 2024
d2faa1b
Correct size of array
byrnHDF Oct 2, 2024
a429e46
Correct comment in h5repack help
byrnHDF Oct 2, 2024
6ede7e5
Committing clang-format changes
github-actions[bot] Oct 2, 2024
f19af2f
And missing API versions
byrnHDF Oct 2, 2024
b5aecf3
Correct test script
byrnHDF Oct 2, 2024
45bba55
Correct configure.ac option
byrnHDF Oct 2, 2024
7343d19
Bump github/codeql-action in the github-actions group (#4910)
dependabot[bot] Oct 3, 2024
e8f6bb6
add Fortran H5DO reference to RM table (#4909)
brtnfld Oct 3, 2024
626f639
Remove H5E_clear_stack() from H5SM code (#4861)
qkoziol Oct 3, 2024
767282f
VOL refactor and cleanup (#4856)
qkoziol Oct 3, 2024
65dc2ce
Update version usage (#4919)
byrnHDF Oct 3, 2024
f49f040
Add HISTORY and clean RELEASE (#4923)
byrnHDF Oct 4, 2024
33d9fa8
Use H5VLcmp_connector_cls to compare VOL connector IDs in API tests (…
jhendersonHDF Oct 4, 2024
0af668f
Re-add call to AC_CHECK_SIZEOF([__float128]). Fixes #4916. (#4924)
opoplawski Oct 4, 2024
33b28f8
adding missing Fortran examples and fixed broken links for Fortran (#…
brtnfld Oct 4, 2024
54f8f12
Update clang-format to 17 (#4931)
derobins Oct 5, 2024
302ba0a
Minor refactoring of testframe.c testing framework (#4930)
jhendersonHDF Oct 7, 2024
ab913d7
Use H5VLcmp_connector_cls to compare VOL connector IDs in parallel AP…
jhendersonHDF Oct 8, 2024
bcc795f
Add clang cdash reports and fix libaec compile flags (#4937)
byrnHDF Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Committing clang-format changes
github-actions[bot] authored and lrknox committed Oct 3, 2024

Verified

This commit was signed with the committer’s verified signature.
jasonehines Jason Hines
commit 6ede7e5fb2c49b9ae24a72c6dc32919163d85a2a
11 changes: 3 additions & 8 deletions test/chunk_info.c
Original file line number Diff line number Diff line change
@@ -44,14 +44,9 @@
#endif

/* Test file names, using H5F_libver_t as indices */
static const char *FILENAME[] = {"tchunk_info_earliest",
"tchunk_info_v18",
"tchunk_info_v110",
"tchunk_info_v112",
"tchunk_info_v114",
"tchunk_info_v116",
"tchunk_info_v118",
NULL};
static const char *FILENAME[] = {
"tchunk_info_earliest", "tchunk_info_v18", "tchunk_info_v110", "tchunk_info_v112",
"tchunk_info_v114", "tchunk_info_v116", "tchunk_info_v118", NULL};

/* File to be used in test_failed_attempts */
#define FILTERMASK_FILE "tflt_msk"