[PR #3489] [MERGED] replace vcpkg-cpprestsdk with a +ARM64 -ssl/boost +UWP version #25391

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3489
Author: @DHowett-MSFT
Created: 11/8/2019
Status: Merged
Merged: 11/8/2019
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/vcpkg_is_not_really_all_that_bad_in_the_grand_scheme_of_things_but_you_know


📝 Commits (1)

  • 5d85414 replace vcpkg-cpprestsdk with a +ARM64 -ssl/boost +UWP version

📊 Changes

6 files changed (+9 additions, -106 deletions)

View changed files

📝 build/scripts/Test-WindowsTerminalPackage.ps1 (+3 -6)
src/cascadia/TerminalConnection/AzureConnection-ARM64.cpp (+0 -50)
src/cascadia/TerminalConnection/AzureConnection-ARM64.h (+0 -31)
📝 src/cascadia/TerminalConnection/AzureConnection.cpp (+0 -1)
📝 src/cascadia/TerminalConnection/TerminalConnection.vcxproj (+5 -17)
📝 src/cascadia/TerminalConnection/packages.config (+1 -1)

📄 Description

This new cpprestsdk package, 2.10.14, switches us to the app CRT.
cpprestsdk turns fof a bunch of boost and openssl dependencies when it's
built for the Windows Store subplatform, so we got a bunch of stuff for
free.

Incidentally, I fixed #2338 the real/correct way -- the build rules in
the package now make sure they're not using the system vcpkg root.

PR Checklist

  • 1. Closes a bug, but not a tracked one
  • 2
  • 3
  • 4
  • 5

Validation

build/run


🔄 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/3489 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 11/8/2019 **Status:** ✅ Merged **Merged:** 11/8/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/vcpkg_is_not_really_all_that_bad_in_the_grand_scheme_of_things_but_you_know` --- ### 📝 Commits (1) - [`5d85414`](https://github.com/microsoft/terminal/commit/5d85414d65c846988535c3bd6e87b2bba6c91a6e) replace vcpkg-cpprestsdk with a +ARM64 -ssl/boost +UWP version ### 📊 Changes **6 files changed** (+9 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `build/scripts/Test-WindowsTerminalPackage.ps1` (+3 -6) ➖ `src/cascadia/TerminalConnection/AzureConnection-ARM64.cpp` (+0 -50) ➖ `src/cascadia/TerminalConnection/AzureConnection-ARM64.h` (+0 -31) 📝 `src/cascadia/TerminalConnection/AzureConnection.cpp` (+0 -1) 📝 `src/cascadia/TerminalConnection/TerminalConnection.vcxproj` (+5 -17) 📝 `src/cascadia/TerminalConnection/packages.config` (+1 -1) </details> ### 📄 Description This new cpprestsdk package, 2.10.14, switches us to the app CRT. cpprestsdk turns fof a bunch of boost and openssl dependencies when it's built for the Windows Store subplatform, so we got a bunch of stuff for free. Incidentally, I fixed #2338 the real/correct way -- the build rules in the package now make sure they're not using the system vcpkg root. ## PR Checklist * [x] 1. Closes a bug, but not a tracked one * [ ] 2 * [ ] 3 * [ ] 4 * [x] 5 ## Validation build/run --- <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:09:13 +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#25391