June Liu
|
33f7150778
|
Fix error C2668 on msvc (#3378)
|
2023-04-11 06:27:28 -07:00 |
|
Victor Zverovich
|
c98e5a08a4
|
Fix modular build on clang
|
2023-04-10 12:07:25 -07:00 |
|
Victor Zverovich
|
119c6bd16f
|
Move the modules check
|
2023-04-10 09:28:00 -07:00 |
|
Victor Zverovich
|
77eeb71830
|
Remove unused headers
|
2023-04-10 09:08:19 -07:00 |
|
Victor Zverovich
|
13bf99f9db
|
Enable modules in clang 16
|
2023-04-10 08:44:43 -07:00 |
|
Victor Zverovich
|
1d0257e4c0
|
FMT_MODULE_EXPORT_* -> FMT_EXPORT_*
|
2023-04-10 08:33:39 -07:00 |
|
Victor Zverovich
|
4613d48fd3
|
FMT_EXPORT -> FMT_LIB_EXPORT
|
2023-04-10 08:24:23 -07:00 |
|
Victor Zverovich
|
4a4a2a2bd6
|
Fix diagnostics
|
2023-04-09 09:30:20 -07:00 |
|
Victor Zverovich
|
fce74caa15
|
Disable problematic implicit conversions
|
2023-04-09 09:08:46 -07:00 |
|
Victor Zverovich
|
02bf4d1c1c
|
Disable to_string_view ADL
|
2023-04-09 08:49:05 -07:00 |
|
Victor Zverovich
|
466e0650ec
|
Remove problematic workaround
|
2023-04-09 08:04:11 -07:00 |
|
Victor Zverovich
|
029caa8ea2
|
Update changelog
|
2023-04-09 07:01:06 -07:00 |
|
Victor Zverovich
|
e406ddbfaf
|
Remove broken part of the config
|
2023-04-08 08:46:43 -07:00 |
|
Victor Zverovich
|
9095679536
|
Update changelog
|
2023-04-08 08:39:17 -07:00 |
|
Björn Schäpers
|
7f46cb75b8
|
ranges: Fix extra semi (#3374)
|
2023-04-06 08:31:07 -07:00 |
|
Victor Zverovich
|
4e3f381058
|
Update changelog
|
2023-04-02 07:13:42 -07:00 |
|
Mikhail Paulyshka
|
d3c10f5167
|
fix compilation for MSDOS (#3369)
|
2023-04-01 13:40:53 -07:00 |
|
Victor Zverovich
|
ab956f600f
|
Update changelog
|
2023-04-01 08:04:47 -07:00 |
|
Vladislav Shchapov
|
97aedeab48
|
Workaround a double-double hexfloat format (#3366)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
|
2023-04-01 07:19:23 -07:00 |
|
Victor Zverovich
|
bce8d4ed08
|
Remove stray comment
|
2023-03-27 11:04:00 -07:00 |
|
Victor Zverovich
|
a91c7b286d
|
Cleanup the core API
|
2023-03-26 21:07:26 -07:00 |
|
Victor Zverovich
|
19c074e477
|
Remove deprecated fallback formatter
|
2023-03-26 08:45:06 -07:00 |
|
Victor Zverovich
|
41cfc739fe
|
Generalize format_as
|
2023-03-26 07:37:51 -07:00 |
|
Vladislav Shchapov
|
f6276a2c2b
|
Force use a signed char (On ARM char is unsigned by default) (#3362)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
|
2023-03-22 11:34:59 -07:00 |
|
Victor Zverovich
|
6002ddf825
|
Remove a deprecated option
|
2023-03-19 12:17:43 -07:00 |
|
Victor Zverovich
|
6549ffde8e
|
Improve format_as safety
|
2023-03-19 12:09:54 -07:00 |
|
Alecto Irene Perez
|
d9bc5f1320
|
Fix code causing spurious Wstringop-overflow warning
See #2989, #3054, and others
|
2023-03-18 09:29:54 -07:00 |
|
Victor Zverovich
|
9c5cd998d1
|
Remove unused functions
|
2023-03-18 08:40:16 -07:00 |
|
Barry Revzin
|
93bfa05382
|
%T is %H:%M:%S (#3349)
|
2023-03-18 07:16:22 -07:00 |
|
TheOmegaCarrot
|
d8e1c4265a
|
fix case of variant which is valueless by exception (#3347)
Co-authored-by: theomegacarrot <theomegacarrot@gmail.com>
|
2023-03-18 07:07:06 -07:00 |
|
tmartin-gh
|
e1720c0e51
|
Fix CUDA nvcc warning fmt/include/fmt/core.h(295): warning #1675-D: unrecognized GCC pragma (#3352)
|
2023-03-17 11:35:35 -07:00 |
|
Gleb Mazovetskiy
|
7f882918eb
|
write_floating_seconds : Fall back to ::round (#3343)
On some toolchains, `std::round` is not available.
Fixes #3342
|
2023-03-12 09:34:19 -07:00 |
|
Shawn Zhong
|
cbc7b8d5c1
|
Cleanup dead variable (#3338)
|
2023-03-10 09:17:43 -08:00 |
|
Vladislav Shchapov
|
050293646f
|
Path is not escaped twice in the debug mode (#3321)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
|
2023-03-05 08:01:06 -08:00 |
|
Cloyce D. Spradling
|
3daf33837c
|
Enable consteval for Xcode 14.0.1 and later (#3331)
Co-authored-by: Cloyce D. Spradling <cloyce_spradling@apple.com>
|
2023-03-04 09:22:43 -08:00 |
|
Victor Zverovich
|
e0748e61dd
|
Fix recursion check in range formatting
|
2023-03-04 08:20:32 -08:00 |
|
Joyce
|
b94e1016fa
|
chore: set permission to cifuzz.yml (#3328)
Signed-off-by: Joyce <joycebrum@google.com>
|
2023-03-01 07:58:59 -08:00 |
|
Victor Zverovich
|
98699719f8
|
Make # handling consistent with std::format
|
2023-02-26 10:15:16 -08:00 |
|
Victor Zverovich
|
48dfbcaa95
|
Improve license and PR template wording
|
2023-02-26 09:08:53 -08:00 |
|
Antony Polukhin
|
c644c753d7
|
Add '🐙 userver framework' to the projects
|
2023-02-26 08:42:55 -08:00 |
|
Vladislav Shchapov
|
73b7cee7fb
|
Fix for issue #3325 (#3326)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
|
2023-02-26 06:59:41 -08:00 |
|
tom-huntington
|
5b8302079d
|
Add optional support (#3303)
|
2023-02-25 06:45:56 -08:00 |
|
luzpaz
|
3a69529e8b
|
Fix various typos (#3312)
Found via `codespell -q 3 -S ./test/gtest -L "fo,pres,seh,wronly"`
|
2023-02-21 15:14:41 -08:00 |
|
Victor Zverovich
|
76f520835f
|
Call element parse in tuple parse
|
2023-02-20 12:54:20 -08:00 |
|
Victor Zverovich
|
507c3042d8
|
class -> typename
|
2023-02-18 10:23:42 -08:00 |
|
Victor Zverovich
|
1741e90dec
|
Always call parse in range formatter
|
2023-02-18 09:58:37 -08:00 |
|
Victor Zverovich
|
d646fd0daf
|
Minor cleanup
|
2023-02-16 11:21:08 -08:00 |
|
Froster
|
b5c2f74f45
|
change sopen_s to wsopen_s (fmtlib#3234) (#3293)
|
2023-02-16 11:17:55 -08:00 |
|
Vladislav Shchapov
|
e03753c4ac
|
Add ubuntu mirrors (#3302)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
|
2023-02-12 07:46:50 -08:00 |
|
Russell Greene
|
6e6eb63770
|
[msvc] fix warning about non-inline variable
|
2023-02-11 09:45:13 -08:00 |
|