- 26 Mar, 2020 1 commit
-
-
Victor Zverovich authored
-
- 25 Mar, 2020 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 24 Mar, 2020 2 commits
-
-
Scott Ramsby authored
-
Victor Zverovich authored
-
- 23 Mar, 2020 1 commit
-
-
Scott Ramsby authored
-
- 22 Mar, 2020 1 commit
-
-
Victor Zverovich authored
-
- 21 Mar, 2020 1 commit
-
-
Victor Zverovich authored
-
- 20 Mar, 2020 2 commits
-
-
Victor Zverovich authored
-
Alberto Aguirre authored
* Allow disabling floating point support Add FMT_USE_FLOAT, FMT_USE_DOUBLE and FMT_USE_LONG_DOUBLE to allow a user of the library to configure the float types they want to allow. This is specially useful in embedded environements where code size is important. * Avoid conditional macros to disable float support * Add is_supported_floating_point constexpr function * Fix empty-body warning
-
- 19 Mar, 2020 2 commits
-
-
Victor Zverovich authored
-
Attila M. Szilagyi authored
-
- 17 Mar, 2020 3 commits
-
-
Victor Zverovich authored
-
Spirrwell authored
* Use std::char_traits::length for ansi_color_escape::begin -Fixes issue #1594 https://github.com/fmtlib/fmt/issues/1594
-
Victor Zverovich authored
-
- 16 Mar, 2020 2 commits
-
-
Victor Zverovich authored
-
Vladimir Solontsov authored
-
- 15 Mar, 2020 1 commit
-
-
Nikolay Rapotkin authored
-
- 14 Mar, 2020 4 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 13 Mar, 2020 1 commit
-
-
Dair Grant authored
FMT_DEPRECATED is now defined as FMT_HAS_CPP14_ATTRIBUTE(deprecated), as this attribute was introduced in C++14. FMT_FALLTHROUGH is now defined as FMT_HAS_CPP17_ATTRIBUTE(fallthrough), as this attribute was introduced in C++17. FMT_MAYBE_UNUSED is defined as FMT_HAS_CPP17_ATTRIBUTE(maybe_unused), as this attribute was introduced in C++17. FMT_MAYBE_UNUSED has been applied to fix a couple of -Wunused-member-function warnings from clang.
-
- 12 Mar, 2020 1 commit
-
-
Victor Zverovich authored
-
- 11 Mar, 2020 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 09 Mar, 2020 3 commits
-
-
Victor Zverovich authored
-
Pramod Kumbhar authored
* Workaround broken [[deprecated]] in PGI compiler - similar to Intel and NVCC, add workaround for PGI compiler
-
Laurent Stacul authored
-
- 07 Mar, 2020 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 06 Mar, 2020 2 commits
-
-
Victor Zverovich authored
-
Dair Grant authored
FMT_STRING_IMPL has an internal helper named FMT_STRING, however FMT_STRING is also the name of the macro that invokes FMT_STRING_IMPL. Renaming this helper avoids the appearance of a recursive macro.
-
- 05 Mar, 2020 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 04 Mar, 2020 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
refnum authored
grisu_count_digits is only used by grisu_gen_digits, which assigns the unsigned result to a (signed) int. Although grisu_count_digits always returns a positive integer this keeps its return type in sync with the type its result is assigned to.
-