Lars Gullik Bjønnes
|
55f5c9f21b
|
Use FMT_NULL instead of 0 is a few more places.
Found with GCC and -Wzero-as-null-pointer-constant
|
2018-02-24 08:20:20 +00:00 |
|
hubslave
|
e508e30800
|
Don't define FMT_LOCALE on OpenBSD
OpenBSD doesn't have strtod_l() (at least under the default
headers), so the class Locale that the macro gates won't compile.
|
2018-02-19 19:24:33 +00:00 |
|
Victor Zverovich
|
08dff3774c
|
Allow compiling and using as DLL in windows #502
|
2018-01-28 20:50:43 -08:00 |
|
Victor Zverovich
|
d8c25a175a
|
Use nullptr if available
|
2018-01-20 19:11:19 -08:00 |
|
Victor Zverovich
|
229ee34eea
|
Fix compiler warnings
|
2018-01-20 17:54:06 -08:00 |
|
Victor Zverovich
|
a1e7e4a768
|
Fix compilation with -fno-exceptions (#402, #405)
|
2018-01-20 17:10:14 -08:00 |
|
Victor Zverovich
|
f853d94a15
|
Remove unnecessary fmt/ prefix (#397)
|
2018-01-20 10:28:10 -08:00 |
|
Victor Zverovich
|
da80005f11
|
Fix compilation on Cygwin (#388)
|
2018-01-20 09:52:03 -08:00 |
|
Victor Zverovich
|
c095445394
|
Replace buffer with range
|
2018-01-10 22:41:23 -08:00 |
|
Victor Zverovich
|
81bd9e8ea3
|
args -> format_args
|
2017-12-03 08:00:22 -08:00 |
|
Victor Zverovich
|
734e722da4
|
Fix warnings
|
2017-11-18 06:56:29 -08:00 |
|
Victor Zverovich
|
170f5c671f
|
Move headers to include/fmt
|
2017-10-21 07:38:49 -07:00 |
|