Popular repositories Loading
-
when_present
when_present PublicGiven a source file and line number, identifies which preprocessor conditional(s) must be true or false for the line to be included in compilation
C++
-
-
vcpkg
vcpkg PublicForked from microsoft/vcpkg
C++ Library Manager for Windows, Linux, and MacOS
CMake
-
WindowsAppSDK
WindowsAppSDK PublicForked from microsoft/WindowsAppSDK
The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
C++
-
libarchive
libarchive PublicForked from libarchive/libarchive
Multi-format archive and compression library
C
97 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 1 commit in 1 repository
Created a pull request in microsoft/wil that received 2 comments
Guard bit_cast use with WIL_USE_STL
This usage was missed. Perhaps I thought that __cpp_lib_bit_cast
was only defined in <bit>
for some reason... who knows.
Fixes #512
Opened 1 other pull request in 1 repository
microsoft/wil
1
closed
-
Test
This contribution was made on Apr 3
Reviewed 3 pull requests in 2 repositories
microsoft/wil
2 pull requests
-
Add noexcept and conversions to zwstring_view
This contribution was made on Apr 21
-
#518 remove duplicate decl in registry_helpers.h
This contribution was made on Apr 17
microsoft/cppwinrt
1 pull request
-
All cppwinrt vcxproj should build with /W4 and /WX (warnings turned up, treated as error). Fix existing violations.
This contribution was made on Apr 25
Created an issue in microsoft/cppwinrt that received 1 comment
MSVC warns about use of __has_attribute
Version
No response
Summary
This was brought up on an internal channel. It seems as though #1482 has added use of __has_attribute
, but doesn't prop…