Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fmt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
fmt
Commits
074c9c52
Commit
074c9c52
authored
Dec 26, 2021
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
3110ec5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
ChangeLog.rst
ChangeLog.rst
+18
-6
No files found.
ChangeLog.rst
View file @
074c9c52
...
@@ -3,12 +3,13 @@
...
@@ -3,12 +3,13 @@
* Optimized ``tm`` formatting
* Optimized ``tm`` formatting
(`#2602 <https://github.com/fmtlib/fmt/pull/2602>`_,
(`#2602 <https://github.com/fmtlib/fmt/pull/2602>`_,
`#2617 <https://github.com/fmtlib/fmt/pull/2617>`_,
`#2628 <https://github.com/fmtlib/fmt/issues/2628>`_
`#2628 <https://github.com/fmtlib/fmt/issues/2628>`_
`#2633 <https://github.com/fmtlib/fmt/pull/2633>`_,
`#2633 <https://github.com/fmtlib/fmt/pull/2633>`_,
`#2670 <https://github.com/fmtlib/fmt/issues/2670>`_
`#2670 <https://github.com/fmtlib/fmt/issues/2670>`_
`#2671 <https://github.com/fmtlib/fmt/pull/2671>`_).
`#2671 <https://github.com/fmtlib/fmt/pull/2671>`_).
Processing of some specifiers such as ``%z`` and ``%Y`` is now up to 10-20
x
Processing of some specifiers such as ``%z`` and ``%Y`` is now up to 10-20
times faster::
times faster::
----------------------------------------------------------------------------
----------------------------------------------------------------------------
...
@@ -36,13 +37,16 @@
...
@@ -36,13 +37,16 @@
prints "01.234".
prints "01.234".
Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_.
Thanks `@matrackif <https://github.com/matrackif>`_.
* Deprecated ``_format``, an undocumented UDL-based format API
* Deprecated ``_format``, an undocumented UDL-based format API
(`#2646 <https://github.com/fmtlib/fmt/pull/2646>`_).
(`#2646 <https://github.com/fmtlib/fmt/pull/2646>`_).
Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_.
Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_.
* Marked ``format``, ``formatted_size`` and ``to_string`` as ``[[nodiscard]]``
(`#2612 <https://github.com/fmtlib/fmt/pull/2612>`_).
`@0x8000-0000 (Florin Iucha) <https://github.com/0x8000-0000>`_.
* Disabled a partially broken copy ctor for ``dynamic_format_arg_store`` and
* Disabled a partially broken copy ctor for ``dynamic_format_arg_store`` and
enabled a working move ctor
enabled a working move ctor
(`#2664 <https://github.com/fmtlib/fmt/pull/2664>`_).
(`#2664 <https://github.com/fmtlib/fmt/pull/2664>`_).
...
@@ -82,8 +86,14 @@
...
@@ -82,8 +86,14 @@
`#2643 <https://github.com/fmtlib/fmt/pull/2643>`_).
`#2643 <https://github.com/fmtlib/fmt/pull/2643>`_).
Thanks `@mkurdej (Marek Kurdej) <https://github.com/mkurdej>`_.
Thanks `@mkurdej (Marek Kurdej) <https://github.com/mkurdej>`_.
* Improved C++14/17 attribute detection
(`#2615 <https://github.com/fmtlib/fmt/pull/2615>`_).
Thanks `@AlexGuteniev (Alex Guteniev) <https://github.com/AlexGuteniev>`_.
* Improved documentation
* Improved documentation
(`#2676 <https://github.com/fmtlib/fmt/issues/2676>`_).
(`#2620 <https://github.com/fmtlib/fmt/pull/2620>`_,
`#2676 <https://github.com/fmtlib/fmt/issues/2676>`_).
Thanks `@Lounarok <https://github.com/Lounarok>`_.
* Improved build configuration
* Improved build configuration
(`#2650 <https://github.com/fmtlib/fmt/pull/2650>`_,
(`#2650 <https://github.com/fmtlib/fmt/pull/2650>`_,
...
@@ -92,8 +102,10 @@
...
@@ -92,8 +102,10 @@
Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_.
Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_.
* Fixed various warnings and compilation issues
* Fixed various warnings and compilation issues
(`#2627 <https://github.com/fmtlib/fmt/issues/2627>`_,
(`#2611 <https://github.com/fmtlib/fmt/pull/2611>`_,
`#2630 <https://github.com/fmtlib/fmt/pull/2630>`_). Thanks
`#2627 <https://github.com/fmtlib/fmt/issues/2627>`_,
`#2630 <https://github.com/fmtlib/fmt/pull/2630>`_).
Thanks `@Acretock <https://github.com/Acretock>`_,
`@andrewcorrigan (Andrew Corrigan) <https://github.com/andrewcorrigan>`_.
`@andrewcorrigan (Andrew Corrigan) <https://github.com/andrewcorrigan>`_.
8.0.1 - 2021-07-02
8.0.1 - 2021-07-02
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment