[PR #14138] [CLOSED] Update fmt to 9.1.0 #29959

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14138
Author: @SiliconA-Z
Created: 10/5/2022
Status: Closed

Base: mainHead: fmt


📝 Commits (1)

📊 Changes

18 files changed (+9900 additions, -7618 deletions)

View changed files

📝 oss/fmt/LICENSE.rst (+27 -27)
📝 oss/fmt/cgmanifest.json (+1 -1)
oss/fmt/include/fmt/args.h (+234 -0)
📝 oss/fmt/include/fmt/chrono.h (+1168 -217)
📝 oss/fmt/include/fmt/color.h (+162 -114)
📝 oss/fmt/include/fmt/compile.h (+348 -438)
📝 oss/fmt/include/fmt/core.h (+2174 -973)
📝 oss/fmt/include/fmt/format-inl.h (+1263 -2341)
📝 oss/fmt/include/fmt/format.h (+2913 -2656)
📝 oss/fmt/include/fmt/os.h (+158 -160)
📝 oss/fmt/include/fmt/ostream.h (+153 -93)
📝 oss/fmt/include/fmt/printf.h (+184 -295)
📝 oss/fmt/include/fmt/ranges.h (+498 -172)
oss/fmt/include/fmt/std.h (+171 -0)
oss/fmt/include/fmt/xchar.h (+229 -0)
oss/fmt/src/fmt.cc (+99 -0)
📝 oss/fmt/src/format.cc (+22 -74)
📝 oss/fmt/src/os.cc (+96 -57)

📄 Description

The license has not changed.


🔄 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/14138 **Author:** [@SiliconA-Z](https://github.com/SiliconA-Z) **Created:** 10/5/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fmt` --- ### 📝 Commits (1) - [`5fecb78`](https://github.com/microsoft/terminal/commit/5fecb78ad661d8c202127adf1dbceefe46849fef) Update fmt to 9.1.0 ### 📊 Changes **18 files changed** (+9900 additions, -7618 deletions) <details> <summary>View changed files</summary> 📝 `oss/fmt/LICENSE.rst` (+27 -27) 📝 `oss/fmt/cgmanifest.json` (+1 -1) ➕ `oss/fmt/include/fmt/args.h` (+234 -0) 📝 `oss/fmt/include/fmt/chrono.h` (+1168 -217) 📝 `oss/fmt/include/fmt/color.h` (+162 -114) 📝 `oss/fmt/include/fmt/compile.h` (+348 -438) 📝 `oss/fmt/include/fmt/core.h` (+2174 -973) 📝 `oss/fmt/include/fmt/format-inl.h` (+1263 -2341) 📝 `oss/fmt/include/fmt/format.h` (+2913 -2656) 📝 `oss/fmt/include/fmt/os.h` (+158 -160) 📝 `oss/fmt/include/fmt/ostream.h` (+153 -93) 📝 `oss/fmt/include/fmt/printf.h` (+184 -295) 📝 `oss/fmt/include/fmt/ranges.h` (+498 -172) ➕ `oss/fmt/include/fmt/std.h` (+171 -0) ➕ `oss/fmt/include/fmt/xchar.h` (+229 -0) ➕ `oss/fmt/src/fmt.cc` (+99 -0) 📝 `oss/fmt/src/format.cc` (+22 -74) 📝 `oss/fmt/src/os.cc` (+96 -57) </details> ### 📄 Description The license has not changed. --- <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:37:49 +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#29959