| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 12 days | Remove Visual Studio Projects and Solutions in favor of CMake | Joshua Vandaële | |
| 2025-10-03 | Externals: Update FMT to 12.0.0 | Xphalnos | |
| 2024-03-19 | CMake: Hide warnings in Externals also for non-msvc. | Jordan Woyak | |
| 2024-01-08 | Externals: Update fmt to 10.2.1 | Lioncash | |
| Keeps the tracked external up to date. | |||
| 2023-09-20 | Update fmt to 10.1.1 and convert to submodule. | Admiral H. Curtiss | |
| 2022-11-23 | fmt: do not define uint type in global namespace | Shawn Hoffman | |
| 2022-11-23 | Externals: Update fmt to 9.1.0 | Pokechu22 | |
| 2022-08-22 | Merge pull request #10933 from shuffle2/vs | Admiral H. Curtiss | |
| msbuild: fix overbuilding of externals and lessen rebuild likelyhood | |||
| 2022-08-02 | msbuild: refactor to reduce rebuild events | Shawn 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-30 | Move to C++20 for non-MSVC compilers | Tillmann Karras | |
| 2022-05-22 | cmake: Disable warnings for most externals on MSVC, like we do in the VS ↵ | Admiral H. Curtiss | |
| project files. | |||
| 2022-05-10 | fmt: do not define uint type in global namespace | Shawn Hoffman | |
| 2022-05-10 | fmt: fix 'unused variable' warnings | Shawn Hoffman | |
| 2022-05-10 | fmt: update to f63afd161fb27132d394d0664ef7eb8ff38b8422 | Shawn Hoffman | |
| 2022-04-27 | msbuild: use default Project attrs | Shawn Hoffman | |
| maybe it makes the xml less scary :D | |||
| 2022-04-26 | use fmt as static library instead of headers | Shawn Hoffman | |
| reportedly improves compile time | |||
| 2022-01-13 | Externals: Update fmt to 8.1.1 | Pokechu22 | |
| 2020-10-27 | Externals: Update fmt to 7.1.0 | Lioncash | |
| Updates fmt to the latest release from 6.1.2 | |||
| 2020-02-04 | Externals: Update fmt to 6.1.2 | Lioncash | |
| 2019-06-10 | Externals: Add libfmt 5.3.0 to externals | Lioncash | |
| 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. | |||
