Skip to content

Tags: microsoft/cppwinrt

Tags

2.0.250303.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix vpack clobbering and update to newer Windows container image (#1480)

* Update to newer Windows container image

* Pass newer host version to templates

* Stop clobbering compiler vpack contents

2.0.240405.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove references to stale winmd files to fix incremental builds (#1404)

The original attempt at a fix for this was too aggressive:
https://github.com/microsoft/cppwinrt/pull/1381/files

This fix is targeted specifically at removing references to stale winmd files that have yet to be copied from referenced projects (e.g., from a runtime component to an app).

2.0.240111.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update build.yml for Azure Pipelines (#1384)

#1338 changed the NuGet version to a property, but didn't update the build.yml to do the same thing

2.0.230706.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow classic COM interfaces with get_self (#1314)

* Allow classic COM interfaces with get_self

Fixes #1312

* Fix mingw builds

---------

Co-authored-by: Kenny Kerr <kenny@kennykerr.ca>

2.0.230524.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update issue template to use `cpp` instead of `rust` (#1313)

2.0.230524.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove explicitly setting PreferredToolArchitecture, since VS 2022 ha…

…ndles this more comprehensively (#1304)

2.0.230225.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a clang-specific impl->projection conversion operator (#1274)

2.0.230207.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Workaround for false positive code analysis warning (#1269)

2.0.221121.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Partial GCC compatibility improvements (#1234)

2.0.221117.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Efficient way to format directly to hstring (#1207)