mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
Update ChangeLog.md
This commit is contained in:
30
ChangeLog.md
30
ChangeLog.md
@ -235,7 +235,7 @@
|
||||
is based on Dragonbox already used for the shortest representation
|
||||
and gives substantial performance improvement:
|
||||
|
||||

|
||||

|
||||
|
||||
- Red: new algorithm
|
||||
- Green: new algorithm with `FMT_USE_FULL_CACHE_DRAGONBOX` defined
|
||||
@ -955,7 +955,7 @@
|
||||
|
||||
prints
|
||||
|
||||

|
||||

|
||||
|
||||
Thanks [\@rbrugo (Riccardo Brugo)](https://github.com/rbrugo).
|
||||
|
||||
@ -1983,7 +1983,7 @@
|
||||
|
||||
prints
|
||||
|
||||

|
||||

|
||||
|
||||
on a modern terminal.
|
||||
|
||||
@ -2308,7 +2308,7 @@
|
||||
[dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark) and
|
||||
faster than double-conversion and Ryū:
|
||||
|
||||

|
||||

|
||||
|
||||
It is possible to get even better performance at the cost of larger
|
||||
binary size by compiling with the `FMT_USE_FULL_CACHE_DRAGONBOX`
|
||||
@ -3287,7 +3287,7 @@
|
||||
| fmt | > 88.34 | > 15.24x |
|
||||
+---------------+------------+----------+
|
||||
|
||||

|
||||

|
||||
|
||||
- {fmt} no longer converts `float` arguments to `double`. In
|
||||
particular this improves the default (shortest) representation of
|
||||
@ -3553,7 +3553,7 @@
|
||||
[dtoa-benchmark](https://github.com/fmtlib/dtoa-benchmark) ([full
|
||||
results](https://fmt.dev/unknown_mac64_clang10.0.html)):
|
||||
|
||||

|
||||

|
||||
|
||||
- Separated formatting and parsing contexts for consistency with
|
||||
[C++20 std::format](http://eel.is/c++draft/format), removing the
|
||||
@ -3950,7 +3950,7 @@
|
||||
|
||||
prints the following on modern terminals with RGB color support:
|
||||
|
||||

|
||||

|
||||
|
||||
Thanks [\@Rakete1111 (Nicolas)](https://github.com/Rakete1111).
|
||||
|
||||
@ -3968,7 +3968,7 @@
|
||||
|
||||
Note that these colors vary by terminal:
|
||||
|
||||

|
||||

|
||||
|
||||
Thanks [\@Rakete1111 (Nicolas)](https://github.com/Rakete1111).
|
||||
|
||||
@ -5086,9 +5086,9 @@
|
||||
[#249](https://github.com/fmtlib/fmt/pull/249),
|
||||
[#317](https://github.com/fmtlib/fmt/issues/317)):
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Thanks to [\@dean0x7d (Dean Moldovan)](https://github.com/dean0x7d).
|
||||
|
||||
@ -5598,7 +5598,7 @@
|
||||
repository provides and example of using C++ Format with Android
|
||||
NDK:
|
||||
|
||||

|
||||

|
||||
|
||||
- Improved documentation of `SystemError` and `WindowsError`
|
||||
([#54](https://github.com/fmtlib/fmt/issues/54)).
|
||||
@ -5720,11 +5720,9 @@
|
||||
[Sphinx Bootstrap
|
||||
theme](http://ryan-roemer.github.io/sphinx-bootstrap-theme/):
|
||||
|
||||
+-------+-------+
|
||||
| > Old | > New |
|
||||
+-------+-------+
|
||||
| | |
|
||||
+-------+-------+
|
||||
| Old | New |
|
||||
| --- | --- |
|
||||
|  |  |
|
||||
|
||||
# 0.11.0 - 2014-08-21
|
||||
|
||||
|
Reference in New Issue
Block a user