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
f1dd2eb3
Commit
f1dd2eb3
authored
Jul 07, 2020
by
Victor Zverovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
fbf3b943
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
ChangeLog.rst
ChangeLog.rst
+15
-1
include/fmt/core.h
include/fmt/core.h
+1
-1
No files found.
ChangeLog.rst
View file @
f1dd2eb3
7.0.
0
- TBD
7.0.
1
- TBD
-----------
-----------
* Updated the inline version namespace name.
* Worked around a gcc bug in mangling of alias templates
(`#1753 <https://github.com/fmtlib/fmt/issues/1753>`_).
* Fixed a linkage error on Windows
(`#1757 <https://github.com/fmtlib/fmt/issues/1757>`_).
Thanks `@Kurkin (Dmitry Kurkin) <https://github.com/Kurkin>`_.
* Fixed minor issues with the documentation.
7.0.0 - 2020-07-06
------------------
* Reduced the library size. For example, on macOS a stripped test binary
* Reduced the library size. For example, on macOS a stripped test binary
statically linked with {fmt} `shrank from ~368k to less than 100k
statically linked with {fmt} `shrank from ~368k to less than 100k
<http://www.zverovich.net/2020/05/21/reducing-library-size.html>`_.
<http://www.zverovich.net/2020/05/21/reducing-library-size.html>`_.
...
...
include/fmt/core.h
View file @
f1dd2eb3
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
#include <vector>
#include <vector>
// The fmt library version in the form major * 10000 + minor * 100 + patch.
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 7000
0
#define FMT_VERSION 7000
1
#ifdef __clang__
#ifdef __clang__
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)
...
...
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