-
Notifications
You must be signed in to change notification settings - Fork 113
feat!: expand wdk-sys coverage to include hid-related headers
#260
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
26 commits
Select commit
Hold shift + click to select a range
88ff017
add _KERNEL_MODE flag to clang parsing
wmmc88 07f1222
add initial pass of hid apis
wmmc88 c52b2f3
fix merge conflict
wmmc88 0915e18
Merge remote-tracking branch 'upstream/main' into hid
wmmc88 b14bdf3
Merge remote-tracking branch 'upstream/main' into hid
wmmc88 a1a4bf1
refactor wdk_default to not require header files on disk
wmmc88 af52971
Merge remote-tracking branch 'upstream/main' into hid
wmmc88 5a93995
refactor to have a single header for bindgen to process
wmmc88 951c26f
cargo fmt
wmmc88 9909386
add missing EOL
wmmc88 38d4b5f
refactor implementation so that apis are always available to `wdk_bui…
wmmc88 6b6b080
update workflows to use --all-features flag for Cargo commands
wmmc88 bf2acfb
Merge remote-tracking branch 'upstream/main' into hid
wmmc88 e777268
resolve clippy errors
wmmc88 f4f3a40
enable all-features for local cargo make flow
wmmc88 1e93870
fix rustdoc lint
wmmc88 826a4bc
refactor!: rename get_include_paths, get_library_paths, and get_prep…
wmmc88 5783dbf
Merge remote-tracking branch 'upstream/main' into hid
wmmc88 8e4e4bb
fix formatting
wmmc88 c02f27a
fix rustdoc error
wmmc88 5e50505
remove double inclusion of --all-features when invoking cargo make in CI
wmmc88 7cf3623
address pr comments
wmmc88 90a52c2
remove redundant -D warnings
wmmc88 852532a
fix link
wmmc88 45a1bbd
Merge remote-tracking branch 'upstream/main' into hid
wmmc88 7038cd1
fix typo
wmmc88 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
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
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 |
|---|---|---|
|
|
@@ -73,8 +73,4 @@ jobs: | |
| tool: [email protected] | ||
|
|
||
| - name: Run Cargo Test | ||
| run: cargo +${{ matrix.rust_toolchain }} test --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple }} | ||
|
|
||
| - name: Run Cargo Test (--features nightly) | ||
| if: matrix.rust_toolchain == 'nightly' | ||
| run: cargo +${{ matrix.rust_toolchain }} test --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple }} --features nightly | ||
| run: cargo +${{ matrix.rust_toolchain }} test --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple }} --all-features | ||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.