-
-
Notifications
You must be signed in to change notification settings - Fork 265
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 branch with latest from develop #4708
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f54abf7
Remove outdated line from Copyright header in new files. (#4676)
lrknox d309a40
Fix binary examples process (#4666)
byrnHDF 9fd8856
Refactor threading and other concurrency support (#4469)
qkoziol 26f052c
Warning fix (#4682)
brtnfld 9dad0f9
Add file name argument to publish workflow (#4686)
byrnHDF 0f620e9
CMake link line needs to use new HDF5_ENABLE_THREADS (#4685)
byrnHDF 1be198d
Correct the properties for using THREADS library (#4690)
byrnHDF ef5dcd9
Bump the github-actions group with 5 updates (#4688)
dependabot[bot] f8e8256
doxygen file is a zipfile (#4687)
byrnHDF 42095e3
Use filename in directory sync (#4691)
byrnHDF 573c8bd
Fix segfault when closing datatype during failure in H5Topen2 (#4683)
jhendersonHDF ac11d66
unzip does not create extra dir (#4692)
byrnHDF 6061296
Remove racey condition for starting threads (#4693)
qkoziol f77b708
Rework Dynamic Analysis and sanitize testing (#4681)
byrnHDF eede36f
Remove another H5E_BEGIN/END_TRY within the library (#4675)
qkoziol 3967f2a
Drop H5E_BEGIN/END_TRY and just check the error return from H5I_clear…
qkoziol 5c39fdd
Add check of returned value from API calls. (#4702)
bmribler 3355a5e
Add mac dmg binary and remove old macos-13 workflows (#4699)
byrnHDF 46a3a20
Add Windows SHLWAPI lib to public interface (#4701)
byrnHDF 695c0f2
Use local variable in btree2 and print value (#4679)
byrnHDF 48aaf0c
Add windows signing (#4703)
byrnHDF d875f74
Add tests for H5R get name APIs (#4657)
bmribler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
- uses: actions/[email protected] | ||
|
||
- name: Get published binary (Linux) | ||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 | ||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 | ||
with: | ||
name: tgz-ubuntu-2204_gcc-binary | ||
path: ${{ github.workspace }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Run clang-format style check for C and Java code | ||
uses: DoozyX/clang-format-lint-action@v0.13 | ||
uses: DoozyX/clang-format-lint-action@v0.17 | ||
with: | ||
source: '.' | ||
extensions: 'c,h,cpp,hpp,java' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium