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
2e32db5b
Commit
2e32db5b
authored
Apr 03, 2020
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog
parent
c1ce6e01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
15 deletions
+30
-15
ChangeLog.rst
ChangeLog.rst
+30
-15
No files found.
ChangeLog.rst
View file @
2e32db5b
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
on systems that support Unicode.
on systems that support Unicode.
*
Implemented
dynamic argument storage
*
Added experimental
dynamic argument storage
(`#1170 <https://github.com/fmtlib/fmt/issues/1170>`_,
(`#1170 <https://github.com/fmtlib/fmt/issues/1170>`_,
`#1584 <https://github.com/fmtlib/fmt/pull/1584>`_):
`#1584 <https://github.com/fmtlib/fmt/pull/1584>`_):
...
@@ -84,12 +84,12 @@
...
@@ -84,12 +84,12 @@
The answer is 42.
The answer is 42.
Thanks `vsolontsov-ll (Vladimir Solontsov)
Thanks `
@
vsolontsov-ll (Vladimir Solontsov)
<https://github.com/vsolontsov-ll>`_.
<https://github.com/vsolontsov-ll>`_.
* Made ``fmt::join`` accept ``initializer_list``
* Made ``fmt::join`` accept ``initializer_list``
(`#1591 <https://github.com/fmtlib/fmt/pull/1591>`_).
(`#1591 <https://github.com/fmtlib/fmt/pull/1591>`_).
Thanks `Rapotkinnik (Nikolay Rapotkin) <https://github.com/Rapotkinnik>`_.
Thanks `
@
Rapotkinnik (Nikolay Rapotkin) <https://github.com/Rapotkinnik>`_.
* Fixed handling of empty tuples
* Fixed handling of empty tuples
(`#1588 <https://github.com/fmtlib/fmt/issues/1588>`_).
(`#1588 <https://github.com/fmtlib/fmt/issues/1588>`_).
...
@@ -99,19 +99,25 @@
...
@@ -99,19 +99,25 @@
* Fixed formatting of ``std::chrono::duration`` types to wide output
* Fixed formatting of ``std::chrono::duration`` types to wide output
(`#1533 <https://github.com/fmtlib/fmt/pull/1533>`_).
(`#1533 <https://github.com/fmtlib/fmt/pull/1533>`_).
Thanks `zeffy (pilao) <https://github.com/zeffy>`_.
Thanks `
@
zeffy (pilao) <https://github.com/zeffy>`_.
* Added const ``begin`` and ``end`` overload to buffers
* Added const ``begin`` and ``end`` overload to buffers
(`#1553 <https://github.com/fmtlib/fmt/pull/1553>`_).
(`#1553 <https://github.com/fmtlib/fmt/pull/1553>`_).
Thanks `dominicpoeschko <https://github.com/dominicpoeschko>`_.
Thanks `@dominicpoeschko <https://github.com/dominicpoeschko>`_.
* Added the ability to disable floating-point formatting via ``FMT_USE_FLOAT``,
``FMT_USE_DOUBLE`` and ``FMT_USE_LONG_DOUBLE`` macros for extremely
memory-constrained embedded system
(`#1590 <https://github.com/fmtlib/fmt/pull/1590>`_).
Thanks `@albaguirre (Alberto Aguirre) <https://github.com/albaguirre >`_.
* Made ``FMT_STRING`` work with ``constexpr`` ``string_view``
(`#1589 <https://github.com/fmtlib/fmt/pull/1589>`_).
Thanks `@scramsby (Scott Ramsby) <https://github.com/scramsby>`_.
* Implemented a minor optimization in the format string parser
* Implemented a minor optimization in the format string parser
(`#1560 <https://github.com/fmtlib/fmt/pull/1560>`_).
(`#1560 <https://github.com/fmtlib/fmt/pull/1560>`_).
Thanks `IkarusDeveloper <https://github.com/IkarusDeveloper>`_.
Thanks `@IkarusDeveloper <https://github.com/IkarusDeveloper>`_.
* Switched links to HTTPS in README
(`#1481 <https://github.com/fmtlib/fmt/pull/1481>`_).
Thanks `@imba-tjd (谭九鼎) <https://github.com/imba-tjd>`_.
* Improved attribute detection
* Improved attribute detection
(`#1469 <https://github.com/fmtlib/fmt/pull/1469>`_,
(`#1469 <https://github.com/fmtlib/fmt/pull/1469>`_,
...
@@ -122,8 +128,10 @@
...
@@ -122,8 +128,10 @@
`@refnum <https://github.com/refnum>`_.
`@refnum <https://github.com/refnum>`_.
* Improved documentation
* Improved documentation
(`#1523 <https://github.com/fmtlib/fmt/pull/1523>`_).
(`#1481 <https://github.com/fmtlib/fmt/pull/1481>`_,
Thanks `@JackBoosY (Jack·Boos·Yu) <https://github.com/JackBoosY>`_.
`#1523 <https://github.com/fmtlib/fmt/pull/1523>`_).
Thanks `@JackBoosY (Jack·Boos·Yu) <https://github.com/JackBoosY>`_,
`@imba-tjd (谭九鼎) <https://github.com/imba-tjd>`_.
* Fixed symbol visibility on Linux when compiling with ``-fvisibility=hidden``
* Fixed symbol visibility on Linux when compiling with ``-fvisibility=hidden``
(`#1535 <https://github.com/fmtlib/fmt/pull/1535>`_).
(`#1535 <https://github.com/fmtlib/fmt/pull/1535>`_).
...
@@ -134,7 +142,8 @@
...
@@ -134,7 +142,8 @@
`#1534 <https://github.com/fmtlib/fmt/pull/1534>`_,
`#1534 <https://github.com/fmtlib/fmt/pull/1534>`_,
`#1546 <https://github.com/fmtlib/fmt/pull/1546>`_,
`#1546 <https://github.com/fmtlib/fmt/pull/1546>`_,
`#1566 <https://github.com/fmtlib/fmt/issues/1566>`_,
`#1566 <https://github.com/fmtlib/fmt/issues/1566>`_,
`#1582 <https://github.com/fmtlib/fmt/pull/1582>`_).
`#1582 <https://github.com/fmtlib/fmt/pull/1582>`_,
`#1598 <https://github.com/fmtlib/fmt/pull/1598>`_).
Thanks `@ambitslix (Attila M. Szilagyi) <https://github.com/ambitslix>`_,
Thanks `@ambitslix (Attila M. Szilagyi) <https://github.com/ambitslix>`_,
`@jwillikers (Jordan Williams) <https://github.com/jwillikers>`_,
`@jwillikers (Jordan Williams) <https://github.com/jwillikers>`_,
`@stac47 (Laurent Stacul) <https://github.com/stac47>`_.
`@stac47 (Laurent Stacul) <https://github.com/stac47>`_.
...
@@ -166,7 +175,11 @@
...
@@ -166,7 +175,11 @@
`#1573 <https://github.com/fmtlib/fmt/pull/1573>`_,
`#1573 <https://github.com/fmtlib/fmt/pull/1573>`_,
`#1575 <https://github.com/fmtlib/fmt/pull/1575>`_,
`#1575 <https://github.com/fmtlib/fmt/pull/1575>`_,
`#1581 <https://github.com/fmtlib/fmt/pull/1581>`_,
`#1581 <https://github.com/fmtlib/fmt/pull/1581>`_,
`#1583 <https://github.com/fmtlib/fmt/issues/1583>`_).
`#1583 <https://github.com/fmtlib/fmt/issues/1583>`_,
`#1594 <https://github.com/fmtlib/fmt/issues/1594>`_,
`#1596 <https://github.com/fmtlib/fmt/pull/1596>`_,
`#1606 <https://github.com/fmtlib/fmt/pull/1606>`_,
`#1609 <https://github.com/fmtlib/fmt/issues/1609>`_).
Thanks `@marti4d (Chris Martin) <https://github.com/marti4d>`_,
Thanks `@marti4d (Chris Martin) <https://github.com/marti4d>`_,
`@iPherian <https://github.com/iPherian>`_,
`@iPherian <https://github.com/iPherian>`_,
`@parkertomatoes <https://github.com/parkertomatoes>`_,
`@parkertomatoes <https://github.com/parkertomatoes>`_,
...
@@ -179,7 +192,9 @@
...
@@ -179,7 +192,9 @@
`@ryusakki (Haise) <https://github.com/ryusakki>`_,
`@ryusakki (Haise) <https://github.com/ryusakki>`_,
`@fghzxm <https://github.com/fghzxm>`_,
`@fghzxm <https://github.com/fghzxm>`_,
`@refnum <https://github.com/refnum>`_,
`@refnum <https://github.com/refnum>`_,
`@pramodk (Pramod Kumbhar) <https://github.com/pramodk>`_.
`@pramodk (Pramod Kumbhar) <https://github.com/pramodk>`_,
`@Spirrwell <https://github.com/Spirrwell>`_,
`@scramsby (Scott Ramsby) <https://github.com/scramsby>`_.
6.1.2 - 2019-12-11
6.1.2 - 2019-12-11
------------------
------------------
...
...
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