- 25 Feb, 2017 2 commits
-
-
Dominik Schmidt authored
* Add default copy constructor to SystemError * Add FMT_DEFAULTED_COPY_CTOR macro
-
Victor Zverovich authored
-
- 24 Feb, 2017 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 22 Feb, 2017 1 commit
-
-
Alexey Gorishny authored
-
- 12 Feb, 2017 1 commit
-
-
Rich E authored
-
- 08 Feb, 2017 1 commit
-
-
olivier80 authored
Add join argument allowing formating list of values separated by a string. Each value is formated according the format specifier.
-
- 20 Jan, 2017 1 commit
-
-
Magnus Bjerke Vik authored
When using the NDK 13b toolchain standalone or with CMake, ANDROID is not defined, but __ANDROID__ is defined instead.
-
- 19 Jan, 2017 2 commits
-
-
Andreone authored
* allow to stream user defined types in a MemoryWriter * fix indent * follow Google C++ Style * make code c++98 compatible * fix macro usage * disable ability to stream user defined types if not at least c++11 * fix for disable ability to stream user defined types if not at least c++11 * use FMT_STATIC_ASSERT
-
Victor Zverovich authored
-
- 18 Jan, 2017 1 commit
-
-
Calum Robinson authored
Managed C++ code doesn't have the _BitScanReverse* intrinsics, we must use the fallback code for count_digits etc.
-
- 14 Jan, 2017 1 commit
-
-
mojoBrendan authored
* Allow %s as generic format specifier in printf Signed integers are formatted as %d Unsigned integers are formatted as %u Doubles are formatted as %f Chars are formatted as %c Void Pointers are formatted as %p * Remove '%S' handling and use visitor for generic format strings * Default for floating point is now "%g" rather than "%f"
-
- 06 Jan, 2017 1 commit
-
-
Jean-Charles Lefebvre authored
-
- 30 Dec, 2016 2 commits
-
-
Jean-Charles Lefebvre authored
* A custom FormatSpec type can be passed as a template argument to the ArgFormatter chain (#439) * Corrected nested-name-specifier error * Spec template argument defaulted to FormatSpec * Forward declaration of FormatSpec * Style * Style (part 2) * Style (part 3)
-
Eric Fiselier authored
-
- 29 Dec, 2016 1 commit
-
-
Victor Zverovich authored
-
- 26 Dec, 2016 1 commit
-
-
Andrey Glebov authored
* - added basic_string allocator support to BasicStringRef, BasicCStringRef, BasicWriter::str, StringBuffer and BasicStringWriter * - removed templated str() and to_string() function - code style fixes
-
- 14 Dec, 2016 1 commit
-
-
Victor Zverovich authored
-
- 19 Nov, 2016 1 commit
-
-
Victor Zverovich authored
-
- 15 Nov, 2016 1 commit
-
-
Victor Zverovich authored
-
- 11 Nov, 2016 1 commit
-
-
alabuzhev authored
-
- 10 Nov, 2016 1 commit
-
-
alabuzhev authored
-
- 08 Nov, 2016 1 commit
-
-
Victor Zverovich authored
-
- 06 Nov, 2016 7 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Jonathan Müller authored
-
Victor Zverovich authored
-
Chen Hayat authored
-
Victor Zverovich authored
-
- 05 Nov, 2016 2 commits
-
-
Jonathan Müller authored
-
Jonathan Müller authored
Fixes #413.
-
- 03 Nov, 2016 1 commit
-
-
alabuzhev authored
-
- 02 Nov, 2016 1 commit
-
-
Victor Zverovich authored
-
- 01 Nov, 2016 3 commits
-
-
Lectem authored
-
Jonathan Müller authored
-
Victor Zverovich authored
-
- 31 Oct, 2016 1 commit
-
-
Jan Hellwig authored
-
- 29 Oct, 2016 1 commit
-
-
Jan Hellwig authored
-
- 19 Oct, 2016 1 commit
-
-
Victor Zverovich authored
-