File tree
- include
- projectDocs/dev
- tests/system/robot
- user_docs/en
- .github/fabricbot.json+820
- .github/workflows/main.yml+8-8
- LICENSE+21
- SECURITY.md+41
- samples/syelog/syelogd.cpp+29-18
- samples/traceapi/trcapi.cpp+1-1
- samples/tracebld/trcbld.cpp+1-1
- samples/tracelnk/trclnk.cpp+1-1
- samples/tracemem/trcmem.cpp+1-1
- samples/tracereg/trcreg.cpp+1-1
- samples/traceser/trcser.cpp+1-1
- samples/tracessl/trcssl.cpp+1-1
- samples/tracetcp/trctcp.cpp+1-1
- src/detours.cpp+8-1
- src/detours.h+13-6
- tests/test_module_api.cpp+26-1
- api/Accessible2.idl+5-3
- api/Accessible2_2.idl+1-1
- api/AccessibleHypertext2.idl+2-2
- api/AccessibleRole.idl+1-1
- api/AccessibleStates.idl+1-1
- api/AccessibleTable2.idl+1-1
- api/AccessibleTableCell.idl+1-1
- api/AccessibleText.idl+1-1
- api/AccessibleTextSelectionContainer.idl+139
- api/IA2CommonTypes.idl+1-1
- api/IA2TypeLibrary.idl+1-1
- changelog.txt+1-1
- concatidl.sh+1-1
- doxygen.conf+2-2
- how-to-build-ia2-idl.txt+3-3
- ia2-1.3-errata.html+2-2
Submodule w3c-aria-practices updated 487 files
- CMakeLists.txt+13-6
- README.md+54-13
- SECURITY.md+41
- cmake/common_build_flags.cmake+54-52
- include/wil/Tracelogging.h+177-157
- include/wil/com.h+174-34
- include/wil/com_apartment_variable.h+467
- include/wil/common.h+33-13
- include/wil/coroutine.h+810
- include/wil/cppwinrt.h+102-21
- include/wil/cppwinrt_authoring.h+290
- include/wil/cppwinrt_helpers.h+140-4
- include/wil/filesystem.h+58-31
- include/wil/nt_result_macros.h+2-2
- include/wil/registry.h+3.0k-24
- include/wil/registry_helpers.h+1.9k
- include/wil/resource.h+187-122
- include/wil/result.h+14-10
- include/wil/result_macros.h+121-131
- include/wil/result_originate.h+5-4
- include/wil/stl.h+21-8
- include/wil/token_helpers.h+42-30
- include/wil/win32_helpers.h+245-22
- include/wil/win32_result_macros.h+104
- include/wil/winrt.h+88-47
- include/wil/wistd_config.h+13-13
- include/wil/wistd_functional.h+22-18
- include/wil/wistd_memory.h+46-46
- include/wil/wistd_type_traits.h+4-4
- natvis/wil.natvis+170
- packaging/nuget/CMakeLists.txt+2
- packaging/nuget/Microsoft.Windows.ImplementationLibrary.nuspec+1
- packaging/nuget/Microsoft.Windows.ImplementationLibrary.targets+3
- scripts/azure-pipelines.yml+20-5
- scripts/build_all.cmd+12-18
- scripts/init.cmd+2-28
- scripts/init_all.cmd+10-9
- scripts/runtests.cmd+29-43
- tests/CMakeLists.txt+45-2
- tests/ComApartmentVariableTests.cpp+401
- tests/ComTests.cpp+99-13
- tests/CommonTests.cpp+1-1
- tests/CppWinRT20Tests.cpp+2
- tests/CppWinRTAuthoringTests.cpp+277
- tests/CppWinRTTests.cpp+375-2
- tests/FakeWinRTTypes.h+6-6
- tests/FileSystemTests.cpp+24-1
- tests/RegistryTests.cpp+5.2k
- tests/ResourceTests.cpp+47-2
- tests/ResultTests.cpp+51-2
- tests/Rpc.cpp+2-2
- tests/StlTests.cpp+137
- tests/TokenHelpersTests.cpp+5-5
- tests/TraceLoggingTests.cpp+4
- tests/TraceLoggingTests.h+395
- tests/TraceLoggingTests_PartB.cpp+10
- tests/WatcherTests.cpp+1-1
- tests/WinRTTests.cpp+94-6
- tests/WinVerifyTrustTest.cpp+4-4
- tests/app/CMakeLists.txt+4-3
- tests/catch.hpp+4.6k-1.5k
- tests/common.h+18
- tests/cpplatest/CMakeLists.txt+15-9
- tests/cpplatest/app.manifest+23
- tests/main.cpp+12
- tests/noexcept/CMakeLists.txt+9-5
- tests/normal/CMakeLists.txt+2-2
- tests/sanitize-address/CMakeLists.txt+50
- tests/sanitize-undefined-behavior/CMakeLists.txt+25
- tests/wiTest.cpp+154-20
- tests/win7/CMakeLists.txt+5-3
- tests/workarounds/wrl/wrl/implements.h+74-29
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
894 | 898 | | |
895 | 899 | | |
896 | 900 | | |
897 | | - | |
| 901 | + | |
898 | 902 | | |
899 | 903 | | |
900 | 904 | | |
| |||
991 | 995 | | |
992 | 996 | | |
993 | 997 | | |
994 | | - | |
| 998 | + | |
995 | 999 | | |
996 | 1000 | | |
997 | 1001 | | |
| |||
2234 | 2238 | | |
2235 | 2239 | | |
2236 | 2240 | | |
2237 | | - | |
| 2241 | + | |
2238 | 2242 | | |
2239 | 2243 | | |
2240 | 2244 | | |
| |||
2279 | 2283 | | |
2280 | 2284 | | |
2281 | 2285 | | |
2282 | | - | |
| 2286 | + | |
2283 | 2287 | | |
2284 | 2288 | | |
2285 | 2289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
67 | | - | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
71 | | - | |
| 78 | + | |
72 | 79 | | |
73 | 80 | | |
74 | 81 | | |
| |||
0 commit comments