Opened 11 months ago
Closed 11 months ago
#20833 closed enhancement (fixed)
fmt-11.1.1
| Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.3 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (6)
comment:1 by , 11 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 11 months ago
comment:3 by , 11 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commits
994fe862fe Update to python_dbusmock-0.34.2. b9b9dffcf1 Update to fmt-11.1.0. ee61118a4f Update to ruby-3.4.1. e3e7525e85 Update to umockdev-0.19.0. 625c60c848 Update to gegl-0.4.52.
comment:4 by , 11 months ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
| Summary: | fmt-11.1.0 → fmt-11.1.1 |
Now version 11.1.1.
comment:5 by , 11 months ago
11.1.1 - 2024-12-27
- Fixed ABI compatibility with earlier 11.x versions
- Defined CMake components (
coreanddoc) to allow docs to be installed separately.
comment:6 by , 11 months ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Now fixed at commit 5dc4b94895.
Note:
See TracTickets
for help on using tickets.

11.1.0 - 2024-12-25
fmt::print("{}", 42)was reduced by ~40% on GCC and ~60% on clang (x86-64).fmt::writerAPI that can be used for writing to different destinations such as files or stringsstd::error_code.std::expected<void, E>formattablefmt::is_formattable<void>SFINAE-friendly_BitIntformatting when using clangnspecifier for tuples and pairsfmt::joinfmt::formatted_sizefmt::format_towork withstd::back_insert_iterator<std::vector<char>>std::reference_wrapperstrftimeextension) to%m,%jand%Yusinstead ofµsif the Unicode support is disabledfmt::appendersatisfystd::output_iteratorconceptstd::iterator_traits<fmt::appender>standard-conformingfmt::formatter<std::string_view>for types with an implicit conversion tostd::string_view<filesystem>use viaFMT_CPP_LIB_FILESYSTEMfor compatibility with some video game console SDKs, e.g. Nintendo Switch SDKlong double0xFFFFin fillfmt::to_stringtakefmt::basic_memory_bufferby const referencefmt::dynamic_format_arg_store::sizeFMT_STATIC_THOUSANDS_SEPARATORin favor ofFMT_USE_LOCALE.FMT_EXCEPTIONStoFMT_USE_EXCEPTIONSfor consistency with other similar macros.