Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Printing enum values as integers was broken before 7.1.0.
Upgrade the library so we include commits
https://github.com/fmtlib/fmt/commit/20d4f2e83677be035a15693127e404c4a5d68ac9
https://github.com/fmtlib/fmt/commit/86287b8d5625ef390da6ef10fc77a872b8ad41ac
which fix the issue.
(cherry picked from commit 8a4844e029a12cb4dcaf361a3177559e19f94f12)
|
|
(cherry picked from commit 9d96e4852a4a25fdc323f656e24034fa1a280826)
|
|
|
|
auto happy = new year(2019);
|
|
auto happy = new year(2018);
|
|
(cherry picked from commit b4a42d1d06922d0359b8a3a102aeb10490605581)
|
|
* Remove the usage of global flags and definitions
set through the CMAKE_CXX_FLAGS variable.
* Use cmake target compile features for setting the
CXX standard automatically.
* Make C++14 globally available in the project
* Closes #21033
(cherry picked from commit e60c1f84a7e13577a82046b02b214f9466d20a7c)
|
|
* Rename cppformat to fmt in the PackageList.txt
(cherry picked from commit 5077c8289cd52108bf9aeb8fb6ab2742ae3e0b95)
|
|
Happy new year
|
|
https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485
Also renamed cppformat to fmt
|