Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
a3a6e9dfd1 | |||
28e447389e | |||
b4aec70628 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811
|
||||
size 854665
|
BIN
11.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
11.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1 +1 @@
|
||||
libfmt10
|
||||
libfmt11
|
||||
|
26
fmt.changes
26
fmt.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 14:51:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 11.0.2
|
||||
* Fixed performance regressions when using
|
||||
``std::back_insert_iterator`` with`` fmt::format_to``.
|
||||
* Made ``formatter<std::string_view>::parse`` work with types
|
||||
convertible to ``std::string_view``.
|
||||
* Made ``volatile void *`` formattable.
|
||||
* Made ``fmt::context`` iterator compatible with STL algorithms
|
||||
that rely on the iterator category.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 18:07:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 11.0.1
|
||||
* Added fmt/base.h which provides a subset of the API with
|
||||
minimal include dependencies and enough functionality to
|
||||
replace all uses of the printf family of functions.
|
||||
* Improved integration with stdio in fmt::print, enabling
|
||||
direct writes into a C stream buffer in common cases.
|
||||
* fmt::format_to no longer exceeds buffers, instead it will
|
||||
truncate.
|
||||
* Added formatters for std::{expected,complex,type_info},
|
||||
std::chrono::{day,month,year,year_month_day}.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 13:55:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user