Skip to content

Tags: Maqcs/cppwinrt

Tags

2.0.220608.4

Toggle 2.0.220608.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Static events should not use the auto trick (microsoft#1158)

The same way we don't use the auto trick for static properties
and static methods.

2.0.220607.4

Toggle 2.0.220607.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IComponentConnector2 doesn't exist in WinUI (microsoft#1156)

* IComponentConnector2 doesn't exist in WinUI

* added new header

2.0.220531.1

Toggle 2.0.220531.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for composed implementations of IComponentConnector (micr…

…osoft#1149)

* add support for composed implementations of IComponentConnector

* document ComponentConnectorT helper

* revert change for deriving without interfaces - creates other breaks and very atypical scenario

* pr feedback

* pr feedback

* pr feedback

* http://slashslash.info/petition/ compliance

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)