Skip to content
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

Bump submodules/wil from 1b354f1 to 832d0c5 #446

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion submodules/wil
Submodule wil updated 56 files
+3 −0 .clang-format
+43 −16 README.md
+24 −0 ThirdPartyNotices.txt
+50 −11 include/wil/com.h
+5 −3 include/wil/com_apartment_variable.h
+41 −0 include/wil/common.h
+4 −4 include/wil/registry.h
+175 −105 include/wil/registry_helpers.h
+48 −0 include/wil/resource.h
+26 −6 include/wil/result_macros.h
+164 −0 include/wil/windowing.h
+90 −17 include/wil/winrt.h
+46 −3 scripts/init.cmd
+18 −0 tests/CMakeLists.txt
+2 −0 tests/ComApartmentVariableTests.cpp
+64 −13 tests/ComTests.cpp
+1 −0 tests/CommonTests.cpp
+2 −0 tests/CoroutineTests.cpp
+1 −0 tests/CppWinRT20Tests.cpp
+70 −51 tests/CppWinRTAuthoringTests.cpp
+1 −0 tests/CppWinRTTests.cpp
+65 −2 tests/FakeWinRTTypes.h
+136 −0 tests/FileSystemTests.cpp
+0 −144 tests/MallocSpy.h
+407 −0 tests/MockingTests.cpp
+10 −0 tests/NtResultTests.cpp
+758 −20 tests/RegistryTests.cpp
+1 −0 tests/ResourceTests.cpp
+14 −6 tests/ResultTests.cpp
+3 −1 tests/Rpc.cpp
+56 −51 tests/SafeCastTests.cpp
+7 −6 tests/StlTests.cpp
+2 −3 tests/TokenHelpersTests.cpp
+1 −0 tests/TraceLoggingTests.cpp
+1 −0 tests/TraceLoggingTests_PartB.cpp
+1 −0 tests/UniqueWinRTEventTokenTests.cpp
+74 −33 tests/WatcherTests.cpp
+216 −3 tests/WinRTTests.cpp
+1 −0 tests/WinVerifyTrustTest.cpp
+231 −0 tests/WindowingTests.cpp
+1 −0 tests/WistdTests.cpp
+2 −0 tests/app/CMakeLists.txt
+0 −17,976 tests/catch.hpp
+37 −60 tests/common.h
+2 −0 tests/cpplatest/CMakeLists.txt
+1 −3 tests/main.cpp
+508 −0 tests/mocking.h
+2 −0 tests/noexcept/CMakeLists.txt
+2 −0 tests/normal/CMakeLists.txt
+6 −0 tests/pch.h
+8 −3 tests/sanitize-address/CMakeLists.txt
+2 −0 tests/sanitize-undefined-behavior/CMakeLists.txt
+62 −41 tests/wiTest.cpp
+2 −0 tests/win7/CMakeLists.txt
+9 −0 vcpkg-configuration.json
+7 −0 vcpkg.json
Loading