- 06 Mar, 2019 4 commits
-
-
Michael Winterberg authored
This is so that the format with a text_tyle will compile even if header-only mode isn't enabled. Addresses #1063.
-
Victor Zverovich authored
-
Victor Zverovich authored
-
gawain authored
percentage. This helps with compatibility with Python's format strings.
-
- 26 Feb, 2019 1 commit
-
-
Alexander Bolz authored
-
- 24 Feb, 2019 1 commit
-
-
Victor Zverovich authored
-
- 23 Feb, 2019 1 commit
-
-
Brian authored
* Fix order of initializers * Remove unused parameter * Disable warning "-Wswitch-enum"
-
- 22 Feb, 2019 3 commits
-
-
Victor Zverovich authored
-
Michael Lui authored
* Clarify usage of fmt::arg Document that fmt::arg takes a non-owning reference, even if that reference is to a temporary. As such, users should make sure the lifetime of the reference lasts as long as the named argument. * Clean up language Remove mentions of `std::reference_wrapper` and rvalues in favor of more common terminology like dangling references.
-
Victor Zverovich authored
-
- 19 Feb, 2019 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
Patch by Ievgen Liubymkin (jackyf).
-
- 15 Feb, 2019 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 14 Feb, 2019 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 11 Feb, 2019 2 commits
-
-
Victor Zverovich authored
-
Park Dong-Ha authored
TravisCI - replaced from manual Gradle download to install with 'sdkman' - changed build name Gradle - updated build tool version
-
- 10 Feb, 2019 4 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 09 Feb, 2019 1 commit
-
-
Victor Zverovich authored
-
- 07 Feb, 2019 1 commit
-
-
Daniela Engert authored
Since C++17, using template specialization 'std::allocator<void>' in any shape or form (even just mentioning it) is deprecated! A simple workaround is replacing 'void' by another (preferably empty) type, e.g. 'fmt::monostate'. Found by Clang 9 in Visual Studio.
-
- 06 Feb, 2019 4 commits
-
-
morinmorin authored
-
morinmorin authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 05 Feb, 2019 1 commit
-
-
Victor Zverovich authored
-
- 04 Feb, 2019 4 commits
-
-
Daniela Engert authored
Name hiding. Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
Daniela Engert authored
C++17 deprecated 'std::result_of' in favour of 'std::invoke_result' and will ban it outright in C++20. Therefore - implement 'internal::result_of' in terms of 'std::invoke_result' when compiling C++17 mode. - implement 'internal::result_of' in terms of 'std::result_of' when compiling in modes C++11 or C++14. Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 03 Feb, 2019 2 commits
-
-
Elias Kosunen authored
-
Victor Zverovich authored
-
- 02 Feb, 2019 4 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Elias Kosunen authored
-
Elias Kosunen authored
-