- 14 Oct, 2017 1 commit
-
-
Victor Zverovich authored
-
- 09 Oct, 2017 1 commit
-
-
Michael Winterberg authored
Also, driveby adding "override" to classes with inherited virtual destructors.
-
- 28 Sep, 2017 1 commit
-
-
Victor Zverovich authored
-
- 20 Sep, 2017 1 commit
-
-
Mário Feroldi authored
Tests for C++17 std::string_view
-
- 17 Sep, 2017 2 commits
-
-
Victor Zverovich authored
-
Mário Feroldi authored
-
- 04 Sep, 2017 1 commit
-
-
Elnar Dakeshov authored
Make ArgMap::init not explicitly instantiated
-
- 02 Sep, 2017 1 commit
-
-
Victor Zverovich authored
-
- 27 Aug, 2017 1 commit
-
-
Alex Alabuzhev authored
-
- 20 Aug, 2017 3 commits
-
-
Victor Zverovich authored
-
Manu343726 authored
-
Manu343726 authored
-
- 19 Aug, 2017 1 commit
-
-
Henry Schreiner authored
This will remove one more warning that can't be stopped from a calling CMakeLists. This possibly should be set to new at some point (CMake 3.3 behavior would be different / better), as well as 0048.
-
- 10 Aug, 2017 1 commit
-
-
Victor Zverovich authored
-
- 07 Aug, 2017 1 commit
-
-
Victor Zverovich authored
-
- 22 Jul, 2017 1 commit
-
-
Mário Feroldi authored
Suppress warning about missing noreturn attribute Adding `[[noreturn]]` to `report_unknown_type` suppresses the Clang/GCC `-Wmissing-noreturn` warning: Clang outputs: .../fmt/fmt/format.cc:294:74: warning: function 'report_unknown_type' could be declared with attribute 'noreturn' [-Wmissing-noreturn] ...code, const char *type) { ^ GCC outputs: .../fmt/fmt/format.cc:294:74: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn] ...code, const char *type) { ^
-
- 18 Jul, 2017 1 commit
-
-
Bjorn Fahller authored
If a base class can be formatted, it is assumed that the hierarchy can be formatted from the base class. The idiom is not uncommon with ostreams.
-
- 16 Jul, 2017 1 commit
-
-
Victor Zverovich authored
-
- 14 Jul, 2017 1 commit
-
-
Alexander Bock authored
Similar to the Pullrequest #539, `_SECURE_SCL` caused the same `warning C4574: '_SECURE_SCL' is defined to be '0': did you mean to use '#if _SECURE_SCL'`. `_SECURE_SCL` is defined in the `MSVC/14.10.25017/include/yvals.h` by Microsoft itself
-
- 13 Jul, 2017 1 commit
-
-
Lee, Byoung-young authored
`FMT_USE_USER_DEFINED_LITERALS` macro expands to `defined()` which is undefined behavior.
-
- 11 Jul, 2017 1 commit
-
-
Jonathan Müller authored
-
- 10 Jul, 2017 1 commit
-
-
Alexander Bock authored
-
- 08 Jul, 2017 1 commit
-
-
Alexander Bock authored
-
- 05 Jul, 2017 1 commit
-
-
Evgeniy Gerasimenko authored
-
- 01 Jul, 2017 5 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 27 Jun, 2017 1 commit
-
-
Jonathan Müller authored
-
- 25 Jun, 2017 4 commits
-
-
Jonathan Müller authored
-
Alex Martin authored
-
Victor Zverovich authored
-
Alex Martin authored
-
- 22 Jun, 2017 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 17 Jun, 2017 1 commit
-
-
Victor Zverovich authored
-
- 14 Jun, 2017 1 commit
-
-
Jonathan Müller authored
-
- 29 May, 2017 1 commit
-
-
Ian Bell authored
-
- 25 May, 2017 1 commit
-
-
Mario Werner authored
For the consumer it should not matter if fmt has been added to the project as subdirectory or via find_package. With the alias targets the library can be always imported via fmt::fmt.
-