-
Notifications
You must be signed in to change notification settings - Fork 114
Use stack-based formatter for debug-printing. #233
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 14 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
0402d08
Use stack-based formatter.
Zero-Tang b903a2a
Fix formatting isssue.
Zero-Tang ab03b9a
Merge branch 'main' into main
Zero-Tang d3d5bcc
Merge branch 'main' into main
Zero-Tang 6d69406
Merge branch 'main' into main
wmmc88 279a134
Merge remote-tracking branch 'upstream/main' into Zero-Tang/main
wmmc88 4101e6f
allow `wdk` to use `std` w/ UMDF
wmmc88 10d13de
feat: buffer writes in KM to allow strings >=512 bytes
wmmc88 5f573bd
handle internal null bytes in umdf
wmmc88 7092179
improve comments
wmmc88 1831ccd
fix off by one error
wmmc88 7a213a5
add tests
wmmc88 80c757b
Merge branch 'main' into main
wmmc88 940e1aa
Merge remote-tracking branch 'wmmc88/stack-formatter'
wmmc88 2c13afb
Updated print function & relevant tests
be2e26b
Update crates/wdk/src/print.rs
leon-xd 58499e4
updated lockfiles
3211c6a
merged microsoft/main
6241350
Deleted fixme comment
f9a5ee6
Reverted to be2e26b
acc4974
Revert "Reverted to be2e26b"
91709e3
Brought back lockfiles from be2e26b
7fde00e
built lockfiles with current configuration
bc9247c
addressed Melvin's comments
df36f39
Addressed comments
28af21c
added const to driver_entry_stub for 1.86 nightly clippy
f934c11
cargo fmt fix
2f3026c
changed from_utf8 usage from str to String
aea25ec
Removed link to WdfFunctions in doc
be082ce
Removed ToString import in sample-kmdf-driver
eea7fda
added proper import syntax
075fb65
Addressed Gurinder's comments
dec9d8f
updated used for DbgPrintBufWriter
11958b3
added assertions to catch previous bug
84aeb34
fmt fix
01984b8
added correct testing method for discovered bug
5db7623
adjust comment & formatting
84052d0
fix fmt?
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
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
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.
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.