- 13 Sep, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 12 Sep, 2018 6 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 11 Sep, 2018 1 commit
-
-
medithe authored
Get rid of conversion warning in gcc-4.8 Get rid of the following warning: conversion to ‘int’ from ‘long unsigned int’ may alter its value [-Werror=conversion]
-
- 10 Sep, 2018 1 commit
-
-
Victor Zverovich authored
-
- 09 Sep, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 08 Sep, 2018 5 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 07 Sep, 2018 1 commit
-
-
medithe authored
This change enables FMT_FALLLTHROUGH also for GCC-Compilers in the versions 7 and 8.
-
- 05 Sep, 2018 1 commit
-
-
Victor Zverovich authored
-
- 31 Aug, 2018 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 30 Aug, 2018 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 29 Aug, 2018 4 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
medithe authored
* Remove conversion compiler warning When compiling with g++8, I get the following two errors: include/fmt/format-inl.h:400:29: error: conversion from ‘int’ to ‘char’ may change value [-Werror=conversion] buffer[size++] = zero + static_cast<char>(digit); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ include/fmt/format-inl.h:416:28: error: conversion from ‘int’ to ‘char’ may change value [-Werror=conversion] buffer[size++] = '0' + digit; ~~~~^~~~~~~ With this change, the errors are gone.
-
- 28 Aug, 2018 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
This reverts commit 2a952dd0.
-
- 26 Aug, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 25 Aug, 2018 1 commit
-
-
Victor Zverovich authored
-
- 22 Aug, 2018 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 19 Aug, 2018 2 commits
-
-
Victor Zverovich authored
-
Thomas Bernard authored
Remove the dependency on std::locale to reduce executable sizes For embedded target the usage of locale bring a huge amount of code to the executable, just to get hold of the thousands separator. Using a static defined thousands separator makes libfmt embedded target friendly.
-