Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Remove weird GCC optimization hacks from fmt | David Robillard | 1 | -3/+0 | |
This somehow breaks the build with gcc 10.2.1 on Debian 11: Patchage.cpp:907:1: error: macro "__OPTIMIZE__" is not used [-Werror=unused-macros] Header libraries messing with optimization flags is wildly inappropriate anyway. | |||||
2022-08-16 | Upgrade to fmt 9.0.0 | David Robillard | 5 | -6004/+6362 | |
This library tends to break in annoying ways like this, so pin the major version to 9 to hopefully avoid these problems in the future. | |||||
2022-07-20 | Switch to meson build system | David Robillard | 1 | -0/+16 | |
2020-11-27 | Replace boost::format with fmt | David Robillard | 4 | -0/+9060 | |