summaryrefslogtreecommitdiff
path: root/thirdparty/fmt
AgeCommit message (Collapse)Author
2025-07-24fmt: prefer system package if foundDirk-Jan C. Binnema
mu embeds a "vendored" subset of the libfmt package under thirdparty; but it's better to use the system-package if the user has one. So, use the system package if found or user -Duse-embedded-fmt=true is specified.
2024-12-06thirdparty/fmt: bump to 11.0.2Dirk-Jan C. Binnema
2024-04-01thirdparty: use libfmt 10.2.1Dirk-Jan C. Binnema
Mostly to avoid the gcc 14 compilation warnings
2023-09-05move lib/thirdparty to thirdparty/Dirk-Jan C. Binnema