Skip to content

Commit

Permalink
Bump submodules/wil from 1b354f1 to 832d0c5 (#446)
Browse files Browse the repository at this point in the history
Bumps [submodules/wil](https://github.com/microsoft/wil) from `1b354f1` to `832d0c5`.
- [Release notes](https://github.com/microsoft/wil/releases)
- [Commits](microsoft/wil@1b354f1...832d0c5)

---
updated-dependencies:
- dependency-name: submodules/wil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 0c03690 commit 6deaa9d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6deaa9d

Please sign in to comment.