- 15 Apr, 2017 2 commits
-
-
Graham Inggs authored
With Sphinx 1.5, this is needed by searchtools.js to display the source snippets (see sphinx-doc/sphinx#2454). With earlier Sphinx versions, this is a no-op because the undefined variable will evaluate to an empty string.
-
Ivan Shynkarenka authored
Fix Visual Studio 2017 new warning (C4244: 'argument': conversion from 'int' to 'const char', possible loss of data)
-
- 08 Apr, 2017 2 commits
-
-
effzeh authored
Fixes #491 (and probably #480) Before, the put-area of the custom streambuf implementation was (sometimes) incorrectly extended beyond the writeable buffer. The new implementation is in some cases not as efficient as the old, but avoids to write into uninitialized memory.
-
Arthur Danskin authored
-
- 11 Mar, 2017 1 commit
-
-
Victor Zverovich authored
-
- 08 Mar, 2017 3 commits
-
-
Victor Zverovich authored
-
Pierre Kestener authored
-
Sean LK authored
This fixes compiling fmtlib in header-only mode when user code also has something called 'Arg' defined. Now qualifying Arg struct with internal namespace.
-
- 03 Mar, 2017 1 commit
-
-
Victor Zverovich authored
-
- 26 Feb, 2017 1 commit
-
-
Victor Zverovich authored
-
- 25 Feb, 2017 3 commits
-
-
Victor Zverovich authored
-
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 6 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Jonathan Müller authored
-
Victor Zverovich authored
-
Chen Hayat authored
-