- 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 2 commits
-
-
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.
-
Mario Werner authored
-
- 21 May, 2017 1 commit
-
-
Bjoern Thiel authored
-
- 20 May, 2017 2 commits
-
-
Tomek Rozen authored
Each instantiation of ArgArray template uses sizeof operator, which returns a std::size_t value. GCC 7.1 warns about invalid conversion (error: conversion to ‘unsigned int’ from ‘long unsigned int’ may alter its value [-Werror=conversion]).
-
Victor Zverovich authored
-
- 06 May, 2017 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
Revert #456 because it causes issues for known types (#495) and is not C++98-compatible.
-
- 05 May, 2017 2 commits
-
-
Andreas Schönle authored
* printf.h fixed to compile clean - need to check whether this is the right thing to do * fix warnings and errors in test compiles with BUILD_SHARED_LIBS * did requested changes and added one change to allow all tests to succeed in windows DLL
-
Jonathan Müller authored
Fixes #505.
-
- 03 May, 2017 1 commit
-
-
Quentin Buathier authored
-
- 17 Apr, 2017 1 commit
-
-
郭荣飞 authored
i test the the code on https://gcc.godbolt.org/, and only gcc 4.7 works, gcc 4.6 fail to complie
-
- 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
-