Skip to content

Tags: oldnewthing/cppwinrt

Tags

2.0.210922.5

Toggle 2.0.210922.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
std::format support (microsoft#1025)

2.0.210913.7

Toggle 2.0.210913.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid exception in observable IndexOf implementation (microsoft#1017)

2.0.210825.3

Toggle 2.0.210825.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ignore errors during manual unregistration (microsoft#1005)

2.0.210806.1

Toggle 2.0.210806.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use throw rather than abort() for guid parse failures (microsoft#992)

* Use throw rather than abort() for guid parse failures

Make `winrt::guid("...")` more useful at runtime by throwing on failure instead of aborting the program.

* Remove noexcept, add tests

* Revert operator== changes, revise tests

Co-authored-by: Kenny Kerr <kekerr@microsoft.com>

2.0.210722.2

Toggle 2.0.210722.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Harden put functions against misuse (microsoft#986)

2.0.210714.1

Toggle 2.0.210714.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure the Xaml designer can find out WinMD (microsoft#982)

2.0.210709.3

Toggle 2.0.210709.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure we don't override XamlLanguage if it's already set. (microsoft…

…#979)

When NuGet imports the props as part of PackageReference, it easy to end up in situations where the project file defines XamlLanguage before the C++/WinRT props are imported.

We shouldn't override if the value is already set.

2.0.210708.4

Toggle 2.0.210708.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix target override as it doesn't work when the target import order c…

…hanges. (microsoft#977)

* Fix target override as it doesn't work when the target import order changes.

* Fix mismatch.

* Minor updates.

2.0.210707.1

Toggle 2.0.210707.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Prevent inadvertent assignment to temporary object" (microsof…

…t#976)

2.0.210505.3

Toggle 2.0.210505.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ingest updated Microsoft.Windows.WinMD to fix bug around "-exclude" (m…

…icrosoft#937)

* Ingest updated Microsoft.Windows.WinMD to fix bug around "-exclude" option.

* Clean up weirdness from VS updating the NuGet