Opened 4 months ago
Closed 4 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 , 4 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 4 months ago
comment:3 by , 4 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 , 4 months ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | fmt-11.1.0 → fmt-11.1.1 |
Now version 11.1.1.
comment:5 by , 4 months ago
11.1.1 - 2024-12-27
- Fixed ABI compatibility with earlier 11.x versions
- Defined CMake components (
core
anddoc
) to allow docs to be installed separately.
comment:6 by , 4 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::writer
API 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_BitInt
formatting when using clangn
specifier for tuples and pairsfmt::join
fmt::formatted_size
fmt::format_to
work withstd::back_insert_iterator<std::vector<char>>
std::reference_wrapper
strftime
extension) to%m
,%j
and%Y
us
instead ofµs
if the Unicode support is disabledfmt::appender
satisfystd::output_iterator
conceptstd::iterator_traits<fmt::appender>
standard-conformingfmt::formatter<std::string_view>
for types with an implicit conversion tostd::string_view
<filesystem>
use viaFMT_CPP_LIB_FILESYSTEM
for compatibility with some video game console SDKs, e.g. Nintendo Switch SDKlong double
0xFFFF
in fillfmt::to_string
takefmt::basic_memory_buffer
by const referencefmt::dynamic_format_arg_store::size
FMT_STATIC_THOUSANDS_SEPARATOR
in favor ofFMT_USE_LOCALE
.FMT_EXCEPTIONS
toFMT_USE_EXCEPTIONS
for consistency with other similar macros.