- 13 Jan, 2019 5 commits
-
-
Daniela Engert authored
Mostly equivalent to 'sprintf(const S &format, const Args & ... args)' but generates at most 'n' characters through output iterator 'it'. The output type is the same as with 'format_to_n'. Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
Daniela Engert authored
These problems are pointed out by clang-tidy and fail compilation on msvc at /W4 /WX. Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
Victor Zverovich authored
This reverts commit 4a059914.
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 12 Jan, 2019 1 commit
-
-
stryku authored
Implementation of fmt::prepare() function and features around it.
-
- 09 Jan, 2019 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
Thanks to Howard Hinnant.
-
- 04 Jan, 2019 1 commit
-
-
Daniela Engert authored
The iterator class itself and its helpers 'to_pointer' are removed after reformulating the formatting loop in terms of a 'basic_string_view<Char>::iterator'. Signed-off-by:
Daniela Engert <dani@ngrt.de>
-
- 03 Jan, 2019 1 commit
-
-
Michael Winterberg authored
scoped_ptr was removed in with gtest google/googletest@e857f9cdd998136b9aad634272301f5b2d0476ea.
-
- 01 Jan, 2019 1 commit
-
-
Denis Blank authored
* Closes #993
-
- 28 Dec, 2018 5 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 24 Dec, 2018 7 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 20 Dec, 2018 1 commit
-
-
Sign Bit authored
* Fix sign conversion warnings * Ignore unused local typedefs * Remove cast reported as useless on GCC * Remove warning on unused variable * Enable conversion warning checking for pedantic build * Fix sign-conversion warnings in headers
-
- 19 Dec, 2018 1 commit
-
-
Victor Zverovich authored
-
- 16 Dec, 2018 1 commit
-
-
Victor Zverovich authored
-
- 15 Dec, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Nicolas authored
-
- 14 Dec, 2018 1 commit
-
-
HecticSerenity authored
-
- 13 Dec, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 12 Dec, 2018 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 09 Dec, 2018 4 commits
-
-
Nicolas authored
-
Victor Zverovich authored
-
Nicolas authored
-
Victor Zverovich authored
-
- 07 Dec, 2018 1 commit
-
-
Victor Zverovich authored
-