You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sync with OS commit e49da3383412c8ae51acb09f6f1efdd5760a0733 (#486)
* Sync with c027f28954dcfc8ce4b9040d57b94680cfe72971
* Sync with OS commit 39bc95ee863de17875c268e451901be343c05894
* Fix break
* Sync with OS commit 6e3099ac18718043334c9e8277b772aa1c46cedd
* Format
* Use most recent version of Clang for formatting
* Apparently there was a breaking change in clang-format :(
* Print changes
* Escape parens
* Helps if I run the correct command...
* Revert "Format"
This reverts commit af192f5.
* Update with OS
* Sync with DEEP branch
* Sync with e49da3383412c8ae51acb09f6f1efdd5760a0733
* format
---------
Co-authored-by: Jon Wiswall <jonwis@microsoft.com>
Add a .clang-format file to WIL (#412)
* Squash to single commit
* Don't format C++/CX hat pointers
* Don't format WRL
* Messed up the scripts
* A few more SAL annotations to make things slightly better in places
* Merge issue
Sync With OS (#383)
* Squash to reset history
* Sync with OS commit c143d3aede87a314ba71660ece3da5426e359d46
* 'StringCchPrintfA' was still needed internally
* More build fixes
Re-duplicate tracelogging macros to make the MSVC preprocessor happy (#……351)
* At least the tests are useful
* Re-duplicate macros to make the MSVC preprocessor happy and me sad
Sync with the OS (#319)
* Sync with OS commit b58d62a22e8b065355e83f17d32f446bac7d5e75
* Fix build issues
* Fix test
* Merge with OS commit 2f20a1d7f273c9242cff4bb642ac0536833c0e75
* Preprocessor fix for Tracelogging.h
* EBO to make UBSan happy
* Some existing consumers can't consume win32_helpers
* Build issue; apparently [[nodiscard]] causes issues with coroutines
Sync with the OS & fix some issues (#258)
* Sync with OS commit 7304518c5f69f8c5d9d05ed36cc79c7cb0396b5e
* Build fixes
* Unreachable code warnings
* Fixes to get kernel code building again
* Revert "Revert result macros to be noexcept again (#246)"
This reverts commit d84d4e6.