You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/3rdparty/fmt
Rubidium eb635b85bb Fix: work around GCC compiler bug #105120 in fmt
The fmt code pushes a pragma option, and later pops is. The intrinsics code
interacts with it via the __OPTIMIZE__ macro. This has been set by the pragma
option push, but not unset/reset to the original with the pop.
Since the pragma is only used for the GCC compiler (not Clang, not MSVC, not
ICC) and in debug mode, just remove the whole pragma handling for it.
1 year ago
..
CMakeLists.txt Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago
LICENSE.rst Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago
chrono.h Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago
core.h Fix: work around GCC compiler bug #105120 in fmt 1 year ago
format-inl.h Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago
format.h Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago
ostream.h Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago
ranges.h Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago
std.h Codechange: update to fmt 10.0.0 and add formatting support for chrono and std types 1 year ago