Walter Gray
|
6f393f2839
|
fixup constexpr issues
|
2020-12-21 12:35:06 -08:00 |
|
Walter Gray
|
b0c65dffe6
|
Refactor ranges, fix chrono, apply clang format to include/fmt/*.h
|
2020-12-21 11:16:46 -08:00 |
|
Walter Gray
|
b9063f9392
|
remove vformat from chrono.h
|
2020-12-20 17:12:38 -08:00 |
|
Walter Gray
|
c85d5e342c
|
address easy comments
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
8e575bd507
|
address comments
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
098de0d54f
|
Remove formatted_size overlaod accepting compile-time strings
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
b8ebadd3ac
|
fixup chrono MSVC workaround
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
60bceae2f4
|
fixup chrono.h with better notes about MSVC workaround
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
d343e4ba7b
|
fix MSVC version check #if statements
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
900adebb4b
|
fix gcc pedantic error
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
1e034bddf4
|
try a fix for strange gcc failures
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
35b94fa9b3
|
increase MSVC version restriction
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
55600c96e9
|
fix ranges.h
|
2020-12-20 16:07:49 -08:00 |
|
Walter Gray
|
e805e8ee29
|
workaround MSVC bug
|
2020-12-20 16:07:48 -08:00 |
|
Walter Gray
|
54d6d5bc84
|
fix gcc test
|
2020-12-20 16:07:48 -08:00 |
|
Walter Gray
|
aa65e99969
|
fix ranges
|
2020-12-20 16:07:48 -08:00 |
|
Walter Gray
|
3b6d21be15
|
clang-format, test fixes
|
2020-12-20 16:07:48 -08:00 |
|
Walter Gray
|
2f9484c74b
|
fix chrono
|
2020-12-20 16:07:48 -08:00 |
|
Walter Gray
|
b75bd49b6c
|
fix formatted_size
|
2020-12-20 16:07:48 -08:00 |
|
Walter Gray
|
f76c64abe5
|
fix wide string formatting
|
2020-12-20 16:07:48 -08:00 |
|
Daumantas Kavolis
|
fa43fd1444
|
Forward arguments to work with views (#2068)
|
2020-12-20 07:14:54 -08:00 |
|
Victor Zverovich
|
3551f5d118
|
Workaround a gcc 10 -Warray-bounds bug (#2065)
|
2020-12-19 09:34:43 -08:00 |
|
Victor Zverovich
|
e737672614
|
Remove an old mingw workaround (#2059)
|
2020-12-10 06:36:04 -08:00 |
|
Finkman
|
9293f7072e
|
Suppress gcc warning on privates-only class (#2053)
Since gcc 9 it warns about is_streamable to have only private methods.
Add explicit default ctor instead of suppression
|
2020-12-09 06:55:17 -08:00 |
|
Camille Bordignon
|
c20874c28f
|
Reenable support for fallback formatter in join (#2040) (#2050)
|
2020-12-08 08:56:53 -08:00 |
|
Alexey Ochapov
|
5de0bc1d4f
|
Add UDL as replacement for FMT_COMPILE (#2043)
|
2020-12-07 15:53:11 -08:00 |
|
Victor Zverovich
|
33f9a6d360
|
Fix handling of enums in to_string (#2036)
|
2020-12-03 15:18:33 -08:00 |
|
Victor Zverovich
|
1f4a76d2c8
|
Add a missing include (#2047)
|
2020-12-03 14:17:09 -08:00 |
|
Victor Zverovich
|
4a6eadbde0
|
Make std::byte formattabe (#1981)
|
2020-12-03 08:59:07 -08:00 |
|
Alexey Ochapov
|
683a74501f
|
fix formatting with empty compiled format string (#2042)
|
2020-12-02 07:14:57 -08:00 |
|
Victor Zverovich
|
5a493560f5
|
Move some code from core.h to format.h where it is used
|
2020-11-29 09:45:15 -08:00 |
|
Alexey Ochapov
|
dac753b81e
|
Basics of formatting at compile-time based on compile-time API (#2019)
|
2020-11-29 08:59:11 -08:00 |
|
Victor Zverovich
|
119f7dc3d6
|
Truncate file by default
|
2020-11-27 08:15:14 -08:00 |
|
Victor Zverovich
|
22a68d1613
|
Don't emit trailing zeros by default
|
2020-11-27 07:45:54 -08:00 |
|
Victor Zverovich
|
3f4839ce3d
|
Merge branch 'release' of github.com:fmtlib/fmt
|
2020-11-25 06:41:05 -08:00 |
|
Victor Zverovich
|
0683fa7d1d
|
Bump version
|
2020-11-24 08:36:21 -08:00 |
|
Victor Zverovich
|
58992761cf
|
Reintroduce ostream support to range formatters (#2014)
|
2020-11-24 08:22:29 -08:00 |
|
Victor Zverovich
|
b8957f50c3
|
Fix an overflow in format_to_n (#2029)
|
2020-11-24 08:22:12 -08:00 |
|
Victor Zverovich
|
df66516ed3
|
Workaround an issue with mixing std versions in gcc (#2017)
|
2020-11-24 08:21:10 -08:00 |
|
Victor Zverovich
|
a57baa69a5
|
Fix more linkage errors (#2011)
|
2020-11-24 08:17:31 -08:00 |
|
Victor Zverovich
|
85534a1397
|
Fix linkage errors when linking with a shared library (#2011)
|
2020-11-24 08:15:59 -08:00 |
|
Victor Zverovich
|
cd3003683d
|
Fix more linkage errors (#2011)
|
2020-11-23 10:34:27 -08:00 |
|
Victor Zverovich
|
d1ef29d679
|
Fix initialization of iterator_buffer (#1996)
|
2020-11-23 10:28:35 -08:00 |
|
Victor Zverovich
|
5f41bb0f77
|
clang-format
|
2020-11-23 10:23:54 -08:00 |
|
Victor Zverovich
|
a036cc97b7
|
Reintroduce ostream support to range formatters (#2014)
|
2020-11-21 16:31:22 -08:00 |
|
Victor Zverovich
|
2c734c9bca
|
Fix an overflow in format_to_n (#2029)
|
2020-11-18 06:50:43 -08:00 |
|
Victor Zverovich
|
bcc20b29df
|
Implement compile-time checks by default
|
2020-11-15 17:24:36 -08:00 |
|
Walter Gray
|
befd7d4a2f
|
Always use FMT_STRING internally where possible [Issue #2002] (#2006)
Co-authored-by: Walter Gray <walter.gray@getcruise.com>
|
2020-11-15 05:19:06 -08:00 |
|
Victor Zverovich
|
f81c14aa1e
|
Workaround an issue with mixing std versions in gcc (#2017)
|
2020-11-14 11:41:51 -08:00 |
|
Victor Zverovich
|
5555651ce0
|
Fix more linkage errors (#2011)
|
2020-11-14 06:06:10 -08:00 |
|