-
Notifications
You must be signed in to change notification settings - Fork 131
feat: add linker directive for VHF lib + move static linker directives from wdk-build to wdk-sys #685
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
Open
Alan632
wants to merge
41
commits into
microsoft:main
Choose a base branch
from
Alan632:vhf_lib_linker_args-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: add linker directive for VHF lib + move static linker directives from wdk-build to wdk-sys #685
Changes from 4 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
88d3948
vhf library linker directive redesign, pull out static library linker…
ed27cc2
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 0cce966
moved mechanism and data logic into wdk-build, wdk-sys now only selec…
e8756f1
Merge branch 'vhf_lib_linker_args-v2' of https://github.com/Alan632/w…
a3b51b8
utilize the test-stubs feature in wdk-sys to gate the new link attrib…
453f9db
-redesign to closely match Config::headers pattern (apisubset selecti…
f8f26b7
- add a cfg() conditional compilation guard on not(test)) to the link…
20cced8
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 f0d20e6
Addressing PR comments
f179fb7
Merge branch 'vhf_lib_linker_args-v2' of https://github.com/Alan632/w…
9e6f1c8
formatting
2967d71
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 8348a3f
- add new line after unsafe block in link directive return string
11453ac
Merge branch 'vhf_lib_linker_args-v2' of https://github.com/Alan632/w…
082282c
forgot to update unit tests with change to render function
0b5deed
toml formatting
d828928
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 ac529c7
- fix: naming of a couple tests for clarity
4f5e9a4
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 06cbdd3
Audited and refactored comments making them more succinct and removin…
ec66202
make a TODO comment more clear
b7c4f20
adding comment back in
219b1e3
NOT_TEST_CFG is private so shouldn't be linked in the comment
683ec71
also removing link in comment to `None`
3b15dc4
refine comments across changed files
6a143ac
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 217e72b
- move implementation comment into function and refine the doc commen…
61c6bf9
Comment refinement
Alan632 d54c71d
- add a new feature to wdk-sys "no-link", where enabling "no-link" pr…
779e687
- remove `lto = true` from dev profiles across the repo. The dev prof…
8de321b
- add doc comments to test_stubs.rs
2b529ff
- rename the new wdk-sys feature from "no-link" to "omit-wdk-libs" du…
3aeb28c
- enable test-stubs in mixed-package-kmdf-workspace's driver crate
ad9c371
- add a step in test.yaml to run the tests for each of the sample dri…
71c9719
- refactor doc comments in wdk-build/lib.rs
b08e80b
- add WdfDriverGlobals stub to test_stubs
3378625
- formatting
aed6759
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 d77203f
- change the new wdk-sys feature name "omit-wdk-libs" to "suppress-wd…
716bd64
comment formatting
f26ffc6
Merge branch 'main' into vhf_lib_linker_args-v2
Alan632 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
Some comments aren't visible on the classic Files Changed page.
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
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.