| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fmt-11.1.4.zip | 2025-02-26 | 1.4 MB | |
| 11.1.4 source code.tar.gz | 2025-02-26 | 703.9 kB | |
| 11.1.4 source code.zip | 2025-02-26 | 759.8 kB | |
| README.md | 2025-02-26 | 922 Bytes | |
| Totals: 4 Items | 2.9 MB | 0 | |
-
Fixed ABI compatibility with earlier 11.x versions on Windows (https://github.com/fmtlib/fmt/issues/4359).
-
Improved the logic of switching between fixed and exponential format for
float(https://github.com/fmtlib/fmt/issues/3649). -
Moved
is_compiled_stringto the public API (https://github.com/fmtlib/fmt/issues/4342). Thanks @SwooshyCueb. -
Simplified implementation of
operator""_cf(https://github.com/fmtlib/fmt/pull/4349). Thanks @LocalSpook. -
Fixed
__builtin_strlendetection (https://github.com/fmtlib/fmt/pull/4329). Thanks @LocalSpook. -
Fixed handling of BMI paths with the Ninja generator (https://github.com/fmtlib/fmt/pull/4344). Thanks @tkhyn.
-
Fixed gcc 8.3 compile errors (https://github.com/fmtlib/fmt/issues/4331, https://github.com/fmtlib/fmt/pull/4336). Thanks @sergiud.
-
Fixed a bogus MSVC warning (https://github.com/fmtlib/fmt/pull/4356). Thanks @dinomight.