summaryrefslogtreecommitdiff
path: root/Externals/fmt
AgeCommit message (Collapse)Author
12 daysRemove Visual Studio Projects and Solutions in favor of CMakeJoshua Vandaële
2025-10-03Externals: Update FMT to 12.0.0Xphalnos
2024-03-19CMake: Hide warnings in Externals also for non-msvc.Jordan Woyak
2024-01-08Externals: Update fmt to 10.2.1Lioncash
Keeps the tracked external up to date.
2023-09-20Update fmt to 10.1.1 and convert to submodule.Admiral H. Curtiss
2022-11-23fmt: do not define uint type in global namespaceShawn Hoffman
2022-11-23Externals: Update fmt to 9.1.0Pokechu22
2022-08-22Merge pull request #10933 from shuffle2/vsAdmiral H. Curtiss
msbuild: fix overbuilding of externals and lessen rebuild likelyhood
2022-08-02msbuild: refactor to reduce rebuild eventsShawn Hoffman
* moves dolphin-specific settings out of Base.props * creates exports.props for externals, allowing to easily import individual Externals * corrects some cruft that accumulated and probably contributed to msbuild overbuilding
2022-07-30Move to C++20 for non-MSVC compilersTillmann Karras
2022-05-22cmake: Disable warnings for most externals on MSVC, like we do in the VS ↵Admiral H. Curtiss
project files.
2022-05-10fmt: do not define uint type in global namespaceShawn Hoffman
2022-05-10fmt: fix 'unused variable' warningsShawn Hoffman
2022-05-10fmt: update to f63afd161fb27132d394d0664ef7eb8ff38b8422Shawn Hoffman
2022-04-27msbuild: use default Project attrsShawn Hoffman
maybe it makes the xml less scary :D
2022-04-26use fmt as static library instead of headersShawn Hoffman
reportedly improves compile time
2022-01-13Externals: Update fmt to 8.1.1Pokechu22
2020-10-27Externals: Update fmt to 7.1.0Lioncash
Updates fmt to the latest release from 6.1.2
2020-02-04Externals: Update fmt to 6.1.2Lioncash
2019-06-10Externals: Add libfmt 5.3.0 to externalsLioncash
Allows us to migrate off of printf specifiers and have more type-safe formatting facilities. It also allows for custom type support as well. fmt is also on track to have part of it standardized within C++2a, so this will also lessen the transitional work necessary later on by allowing new code to use it. This simply adds the library but doesn't do anything with it yet.