C++/WinRT
Перейти к файлу
Johan Laanstra fb3989cd7b Add Static Library template. 2019-10-27 15:13:08 -07:00
cppwinrt build 2019-10-17 09:47:44 -07:00
fast_fwd port 2019-10-08 08:33:26 -07:00
natvis Fix cppwinrtvisualizer compilation 2019-10-15 13:46:36 -04:00
nuget Remove undefined target. 2019-10-22 14:00:25 -07:00
prebuild build 2019-10-17 09:47:44 -07:00
scratch build 2019-10-17 09:47:44 -07:00
strings static_assert 2019-10-15 09:51:06 -07:00
test Fix missing method. 2019-10-20 23:46:30 -07:00
vsix Add Static Library template. 2019-10-27 15:13:08 -07:00
.gitattributes encoding 2019-10-09 08:25:56 -07:00
.gitignore build 2019-10-17 11:50:00 -07:00
CODE_OF_CONDUCT.md clean 2019-10-08 05:14:30 -07:00
LICENSE clean 2019-10-08 05:14:30 -07:00
Microsoft.Windows.CppWinRT.1.0.0.nupkg build 2019-10-17 10:32:47 -07:00
README.md Update README.md 2019-10-17 09:34:36 -07:00
SECURITY.md clean 2019-10-08 05:14:30 -07:00
build_projection.cmd build 2019-10-11 09:06:48 -07:00
build_test_all.cmd build 2019-10-18 06:03:29 -07:00
compile_tests.cmd port 2019-10-08 08:19:10 -07:00
cppwinrt.props build 2019-10-11 09:06:48 -07:00
cppwinrt.sln build 2019-10-17 09:47:44 -07:00
run_tests.cmd build 2019-10-17 11:50:00 -07:00

README.md

Build status

The C++/WinRT Language Projection

C++/WinRT is an entirely standard modern C++17 language projection for Windows Runtime (WinRT) APIs, implemented as a header-file-based library, and designed to provide you with first-class access to the modern Windows API. With C++/WinRT, you can author and consume Windows Runtime APIs using any standards-compliant C++17 compiler.

C++/WinRT is part of the xlang family of projects that help developers create APIs that can run on multiple platforms and be used with a variety of languages.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.