- 01 Jul, 2017 3 commits
-
-
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
-
- 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
-