-
Notifications
You must be signed in to change notification settings - Fork 9
Various codeql updates #37
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
02d0993
Create codeql.yml
brtnfld ac1dc7c
fixed syntax
brtnfld cc6a340
fixed syntax2
brtnfld c06c64b
fixed syntax3
brtnfld e26a4ed
fixed syntax4
brtnfld c071d5d
fixed syntax5
brtnfld 20a90c6
fixed syntax6
brtnfld 7284948
fixed syntax7
brtnfld 39565ef
fixed syntax8
brtnfld 9050634
fixed syntax9
brtnfld d6208c9
fixed syntax10
brtnfld 7d86bdf
fixed syntax11
brtnfld adcfab1
fixed syntax12
brtnfld 9ddc93d
fixed syntax12
brtnfld 9a3c79f
fixed syntax14
brtnfld 893fbd4
fixed syntax14
brtnfld 9b27022
fixed syntax15
brtnfld b45e20f
fixed syntax16
brtnfld 253533d
fixed syntax16
brtnfld 26cb15a
fixed syntax17
brtnfld f7dd31b
fixed syntax18
brtnfld b59afe8
Merge remote-tracking branch 'upstream/develop' into develop
brtnfld eb7c21e
remove h5bench
brtnfld 0869f1d
Create codeql.yml
brtnfld 7c7ee74
codeQL testing (#1)
brtnfld 68cffbe
Fix2 (#2)
brtnfld 4bcc06b
Fix2 (#3)
brtnfld ca0469a
fix10
brtnfld 430f10c
fix11
brtnfld b55750f
Committing clang-format changes
github-actions[bot] 23511a6
critical fix
brtnfld 42f5fad
Committing clang-format changes
github-actions[bot] f0d95f8
codeql fix
brtnfld 74f1040
Committing clang-format changes
github-actions[bot] 48bd5bb
fix
brtnfld 5b47b7d
codeql fixes
brtnfld 4e164fa
undo cron
brtnfld 6b2b826
changed from strlcpy to snprintf
brtnfld a0f6884
Committing clang-format changes
github-actions[bot] 58583cd
switched log macros to use snprintf
brtnfld 422fe3b
fixed sscanf
brtnfld 2cd7dca
removed snprintf
brtnfld b83a873
restore original
brtnfld c15ce54
Committing clang-format changes
github-actions[bot] 842f4ff
typo
brtnfld afbb664
updated LOG prints
brtnfld f42d031
cleanup
brtnfld e18aa7a
cleanup
brtnfld 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Query filters to include or exclude specific queries | ||
| query-filters: | ||
| - exclude: | ||
| # See: https://codeql.github.com/codeql-query-help/cpp/cpp-short-global-name/ | ||
| id: cpp/short-global-name | ||
| - exclude: | ||
| # See: https://codeql.github.com/codeql-query-help/cpp/cpp-commented-out-code/ | ||
| id: cpp/commented-out-code | ||
| - exclude: | ||
| # See: https://codeql.github.com/codeql-query-help/cpp/cpp-poorly-documented-function/ | ||
| id: cpp/poorly-documented-function | ||
| - exclude: | ||
| # See: https://codeql.github.com/codeql-query-help/cpp/cpp-trivial-switch/ | ||
| id: cpp/trivial-switch | ||
| - exclude: | ||
| # See: https://codeql.github.com/codeql-query-help/cpp/cpp-irregular-enum-init/ | ||
| id: cpp/irregular-enum-init |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ on: | |
| jobs: | ||
| vol-cache: | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 60 | ||
| timeout-minutes: 20 | ||
|
|
||
| steps: | ||
| - uses: actions/[email protected] | ||
|
|
@@ -60,7 +60,7 @@ jobs: | |
| # Compile HDF5 | ||
| mkdir -p hdf5/build | ||
| cd hdf5/build | ||
| cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HDF5_DIR -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_ENABLE_THREADSAFE:BOOL=ON -DALLOW_UNSUPPORTED:BOOL=ON .. | ||
| cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HDF5_DIR -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_ENABLE_THREADSAFE:BOOL=ON -DHDF5_ALLOW_UNSUPPORTED:BOOL=ON .. | ||
| make -j2 install | ||
| cd - | ||
| cd argobots | ||
|
|
||
This file contains hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.