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
3617c279
Commit
3617c279
authored
Dec 29, 2021
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
9c0c1bcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
9 deletions
+37
-9
ChangeLog.rst
ChangeLog.rst
+37
-9
No files found.
ChangeLog.rst
View file @
3617c279
...
@@ -2,7 +2,11 @@
...
@@ -2,7 +2,11 @@
-----------
-----------
* Optimized ``tm`` formatting
* Optimized ``tm`` formatting
(`#2602 <https://github.com/fmtlib/fmt/pull/2602>`_,
(`#2576 <https://github.com/fmtlib/fmt/pull/2576>`_,
`#2586 <https://github.com/fmtlib/fmt/pull/2586>`_,
`#2591 <https://github.com/fmtlib/fmt/pull/2591>`_,
`#2594 <https://github.com/fmtlib/fmt/pull/2594>`_,
`#2602 <https://github.com/fmtlib/fmt/pull/2602>`_,
`#2617 <https://github.com/fmtlib/fmt/pull/2617>`_,
`#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>`_,
...
@@ -21,7 +25,8 @@
...
@@ -21,7 +25,8 @@
FMTFormatterCompile_Y 244 ns 10.5 ns
FMTFormatterCompile_Y 244 ns 10.5 ns
----------------------------------------------------------------------------
----------------------------------------------------------------------------
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_ and
`@toughengineer (Pavel Novikov) <https://github.com/toughengineer>`_.
* Implemented subsecond formatting for chrono durations
* Implemented subsecond formatting for chrono durations
(`#2623 <https://github.com/fmtlib/fmt/pull/2623>`_).
(`#2623 <https://github.com/fmtlib/fmt/pull/2623>`_).
...
@@ -39,6 +44,14 @@
...
@@ -39,6 +44,14 @@
Thanks `@matrackif <https://github.com/matrackif>`_.
Thanks `@matrackif <https://github.com/matrackif>`_.
* Fixed handling of precision 0 when formatting chrono durations
(`#2588 <https://github.com/fmtlib/fmt/pull/2588>`_).
Thanks `@lukester1975 <https://github.com/lukester1975>`_.
* Fixed a potential overflow in the `tm` formatter
(`#2564 <https://github.com/fmtlib/fmt/issues/2564>`_).
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_,
* 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>`_.
...
@@ -91,25 +104,40 @@
...
@@ -91,25 +104,40 @@
(`#2615 <https://github.com/fmtlib/fmt/pull/2615>`_).
(`#2615 <https://github.com/fmtlib/fmt/pull/2615>`_).
Thanks `@AlexGuteniev (Alex Guteniev) <https://github.com/AlexGuteniev>`_.
Thanks `@AlexGuteniev (Alex Guteniev) <https://github.com/AlexGuteniev>`_.
* Improved ``consteval`` detection for MSVC
(`#2559 <https://github.com/fmtlib/fmt/pull/2559>`_).
Thanks `@DanielaE (Daniela Engert) <https://github.com/DanielaE>`_.
* Improved documentation
* Improved documentation
(`#2606 <https://github.com/fmtlib/fmt/pull/2606>`_,
(`#2562 <https://github.com/fmtlib/fmt/pull/2562>`_,
`#2575 <https://github.com/fmtlib/fmt/pull/2575>`_,
`#2606 <https://github.com/fmtlib/fmt/pull/2606>`_,
`#2620 <https://github.com/fmtlib/fmt/pull/2620>`_,
`#2620 <https://github.com/fmtlib/fmt/pull/2620>`_,
`#2676 <https://github.com/fmtlib/fmt/issues/2676>`_).
`#2676 <https://github.com/fmtlib/fmt/issues/2676>`_).
Thanks `@ericcurtin (Eric Curtin) <https://github.com/ericcurtin>`_,
Thanks `@zhsj <https://github.com/zhsj>`_,
`@phprus (Vladislav Shchapov) <https://github.com/phprus>`_,
`@ericcurtin (Eric Curtin) <https://github.com/ericcurtin>`_,
`@Lounarok <https://github.com/Lounarok>`_.
`@Lounarok <https://github.com/Lounarok>`_.
* Improved build configuration
* Improved build configuration
and tests
(`#2650 <https://github.com/fmtlib/fmt/pull/2650>`_,
(`#2650 <https://github.com/fmtlib/fmt/pull/2650>`_,
`#2651 <https://github.com/fmtlib/fmt/pull/2651>`_,
`#2651 <https://github.com/fmtlib/fmt/pull/2651>`_,
`#2663 <https://github.com/fmtlib/fmt/pull/2663>`_).
`#2663 <https://github.com/fmtlib/fmt/pull/2663>`_,
Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_.
`#2677 <https://github.com/fmtlib/fmt/pull/2677>`_).
Thanks `@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_,
`@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.
* Fixed various warnings and compilation issues
* Fixed various warnings and compilation issues
(`#2611 <https://github.com/fmtlib/fmt/pull/2611>`_,
(`#2570 <https://github.com/fmtlib/fmt/issues/2570>`_,
`#2573 <https://github.com/fmtlib/fmt/pull/2573>`_,
`#2582 <https://github.com/fmtlib/fmt/pull/2582>`_,
`#2611 <https://github.com/fmtlib/fmt/pull/2611>`_,
`#2647 <https://github.com/fmtlib/fmt/pull/2647>`_,
`#2647 <https://github.com/fmtlib/fmt/pull/2647>`_,
`#2627 <https://github.com/fmtlib/fmt/issues/2627>`_,
`#2627 <https://github.com/fmtlib/fmt/issues/2627>`_,
`#2630 <https://github.com/fmtlib/fmt/pull/2630>`_).
`#2630 <https://github.com/fmtlib/fmt/pull/2630>`_).
Thanks `@Acretock <https://github.com/Acretock>`_,
Thanks `@timkalu <https://github.com/timkalu>`_,
`@olupton (Olli Lupton) <https://github.com/olupton>`_,
`@Acretock <https://github.com/Acretock>`_,
`@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_,
`@alexezeder (Alexey Ochapov) <https://github.com/alexezeder>`_,
`@andrewcorrigan (Andrew Corrigan) <https://github.com/andrewcorrigan>`_.
`@andrewcorrigan (Andrew Corrigan) <https://github.com/andrewcorrigan>`_.
...
...
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