[PR #949] [MERGED] Enable C++/WinRT Optimizations for local component builds #24409

Open
opened 2026-01-31 09:03:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/949
Author: @DHowett-MSFT
Created: 5/23/2019
Status: Merged
Merged: 5/23/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/cppwinrtopt


📝 Commits (1)

  • d9e021d Enable C++/WinRT Optimizations for local component builds

📊 Changes

9 files changed (+17 additions, -0 deletions)

View changed files

📝 src/cascadia/Microsoft.UI.Xaml.Markup/XamlApplication.cpp (+2 -0)
📝 src/cascadia/TerminalApp/App.cpp (+2 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.cpp (+2 -0)
📝 src/cascadia/TerminalConnection/ConhostConnection.cpp (+2 -0)
📝 src/cascadia/TerminalConnection/EchoConnection.cpp (+2 -0)
📝 src/cascadia/TerminalControl/TermControl.cpp (+2 -0)
📝 src/cascadia/TerminalSettings/KeyChord.cpp (+2 -0)
📝 src/cascadia/TerminalSettings/TerminalSettings.cpp (+2 -0)
📝 src/cppwinrt.build.pre.props (+1 -0)

📄 Description

Doing this speeds up local builds and makes module.g.cpp a lot simpler.
There's also some goodness around instantiating components that are local to your DLL not going through RoGetActivationFactory.

PR Checklist


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/949 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 5/23/2019 **Status:** ✅ Merged **Merged:** 5/23/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/cppwinrtopt` --- ### 📝 Commits (1) - [`d9e021d`](https://github.com/microsoft/terminal/commit/d9e021d293be18124c85f665d80c7eaff4b890d6) Enable C++/WinRT Optimizations for local component builds ### 📊 Changes **9 files changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/Microsoft.UI.Xaml.Markup/XamlApplication.cpp` (+2 -0) 📝 `src/cascadia/TerminalApp/App.cpp` (+2 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.cpp` (+2 -0) 📝 `src/cascadia/TerminalConnection/ConhostConnection.cpp` (+2 -0) 📝 `src/cascadia/TerminalConnection/EchoConnection.cpp` (+2 -0) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+2 -0) 📝 `src/cascadia/TerminalSettings/KeyChord.cpp` (+2 -0) 📝 `src/cascadia/TerminalSettings/TerminalSettings.cpp` (+2 -0) 📝 `src/cppwinrt.build.pre.props` (+1 -0) </details> ### 📄 Description Doing this speeds up local builds and makes module.g.cpp a lot simpler. There's also some goodness around instantiating components that are local to your DLL not going through RoGetActivationFactory. ## PR Checklist * [x] Closes #945 * [x] CLA signed * [x] Tests added/passed/not applicable * [x] Documentation updated or not applicable * [x] I've discussed this with core contributors already. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:03:09 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24409