- 20 Sep, 2020 2 commits
-
-
Victor Zverovich authored
-
rimathia authored
* add forgotten template argument to make_format_args which made some uses of FMT_COMPILE not work anymore after 54daa086, add more elaborate test cases to compile-test as regression tests * fix old-style cast which gcc on travis thankfully doesn't accept anymore * hopefully last forgotten (void*)
-
- 19 Sep, 2020 8 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
Junekey Jeon authored
-
- 18 Sep, 2020 2 commits
-
-
jk-jeon authored
Change msvc version of clz & clzll to match __builtin_clz & _builtin_clzll
-
Axel Kohlmeyer authored
* Disable fallthrough attributes for the Intel compilers On MacOS and Linux the Intel compilers may be identified as the host compilers (Clang or GNU) but do not support the corresponding compiler specific fallthrough attributes. * Rearrange ifdef logic for excluding pre-C++17 fallthrough attributes This puts Intel and PGI compilers into a separate group and thus makes the intent and logic more obvious.
-
- 17 Sep, 2020 4 commits
-
-
Jan Schwers authored
-
jk-jeon authored
1. FMT_ALWAYS_INLINE should imply inline; otherwise, there might be linkage problems 2. Add specialization for MSVC (__forceinline)
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 15 Sep, 2020 2 commits
-
-
Alexey Ochapov authored
* Add format_to_n overload that accepts FMT_COMPILE * add FormatToNWithCompileMacro test into CompileTest Co-authored-by:Dmitriy Kurkin <Dmitriy.Kurkin@itiviti.com>
-
Victor Zverovich authored
-
- 14 Sep, 2020 1 commit
-
-
Victor Zverovich authored
-
- 13 Sep, 2020 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 12 Sep, 2020 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 11 Sep, 2020 3 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 07 Sep, 2020 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
- 06 Sep, 2020 4 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-
Denis Blank authored
* Fix variable size basic_memory_buffer colorization * Fix an unused arguments warning on GCC that blocks the CI otherwise * Ref #1842 * Ref #1593
-
Ivan Shynkarenka authored
-
- 03 Sep, 2020 1 commit
-
-
Giovanni Cerretani authored
-
- 01 Sep, 2020 2 commits
-
-
Victor Zverovich authored
-
t-wiser authored
-
- 31 Aug, 2020 1 commit
-
-
t-wiser authored
-
- 28 Aug, 2020 2 commits
-
-
Joël Lamotte authored
The `fmt` package have been available for `build2` users for several version, see: https://cppget.org/fmt This simply add the minimum instructions for making a `build2` project depend on it. There are other ways to do it, but they need more understanding of `build2`.
-
Adam Burgess authored
Add formatters for chrono::time_point and helper overloads for localtime/gmtime(time_point) Fixes #1819
-
- 26 Aug, 2020 2 commits
-
-
Victor Zverovich authored
-
Victor Zverovich authored
-