Skip to content

Tags: sylveon/cppwinrt

Tags

2.0.220418.1

Toggle 2.0.220418.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update C++/WinRT to consider the full contract version history for fa…

…st ABI (microsoft#1132)

2.0.220331.4

Toggle 2.0.220331.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
two-phase initialization support to prevent double-destruction on han…

…ding out this pointer in ctor (microsoft#1130)

* two-phase initialization support to prevent double-destruction on handing out this pointer in ctor

* PR feedback - primarily to hide/downplay the need to support Xaml with two-phase init

* should Release on exception

* remove unnecessary test case

* PR feedback

* use smart pointer instead of raw delete

2.0.220325.3

Toggle 2.0.220325.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
per request, provide implementation-side visualizations. and always s…

…how raw data. (microsoft#1128)

2.0.220315.1

Toggle 2.0.220315.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove workaround for Visual C++ code gen bug (microsoft#1118)

2.0.220224.4

Toggle 2.0.220224.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add guid brace parsing (microsoft#1109)

2.0.220131.2

Toggle 2.0.220131.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix weak references to coroutines (microsoft#1097)

2.0.220110.5

Toggle 2.0.220110.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More reliable verbose path output (microsoft#1091)

2.0.211028.7

Toggle 2.0.211028.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improved struct ordering (microsoft#1052)

2.0.210930.14

Toggle 2.0.210930.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify use of `WINRT_NO_MODULE_LOCK` in DLLs (microsoft#1032)

2.0.210930.8

Toggle 2.0.210930.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support binding std::optional<T> implementation to IReference<T> para…

…meters (microsoft#1030)