yumeyao
|
f6c96a9b42
|
use index_sequence in constructor. generate dtor in constructor class. uppercase cleanup
|
2021-04-25 23:47:21 +08:00 |
|
yumeyao
|
2703cb0be6
|
add test for async and fix some pre-c++17 compatibility issues in async
|
2021-04-25 19:10:18 +08:00 |
|
yumeyao
|
bfd84f66be
|
clean up
|
2021-04-24 22:36:09 +08:00 |
|
yumeyao
|
c94c5595be
|
rename fmtlog to async
|
2021-04-24 21:47:25 +08:00 |
|
yumeyao
|
014dbed507
|
Fix when arg size > 15 and named_arg is present.
|
2021-03-03 14:18:16 +08:00 |
|
yumeyao
|
c4a6d48584
|
refactor fmtlog with libfmt compatible public apis for format_entry
|
2021-04-24 21:32:55 +08:00 |
|
yumeyao
|
36d14b8ce3
|
add an extra check if the user mis-declares formatter<custom_type>::store()'s first arguments as non-reference
|
2021-03-02 14:40:33 +08:00 |
|
yumeyao
|
91c5d66003
|
rip to fmtlog.h
|
2021-03-01 10:31:26 +08:00 |
|
yumeyao
|
8c12b95a20
|
adapt named args
|
2021-03-01 10:23:59 +08:00 |
|
yumeyao
|
9c6004535a
|
essential fmtlog done
|
2021-02-26 19:39:55 +08:00 |
|
yumeyao
|
dabad1e0c7
|
Add test.cpp for fmtlog
|
2021-02-08 09:57:31 +08:00 |
|
yumeyao
|
9e0a7ef7b7
|
Make some fields public for use in fmtlog
|
2021-02-08 09:55:57 +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
|
e4eb242ce8
|
Update changelog and bump version
|
2020-11-03 21:20:53 -08:00 |
|
Victor Zverovich
|
ce98e0c6a0
|
Fix fallback float formatter at assymetric bounds (#1976)
|
2020-11-03 21:18:04 -08:00 |
|
Victor Zverovich
|
5d3f0741e3
|
Update changelog and bump version
|
2020-11-01 06:28:06 -08:00 |
|
Victor Zverovich
|
563cbb6c21
|
Add a macro to workaround clang/gcc ABI incompatibility on ARM
|
2020-11-01 06:10:04 -08:00 |
|
Victor Zverovich
|
425778aa67
|
Fix ABI compatibility (#1961)
|
2020-11-01 06:09:31 -08:00 |
|
Tobias Hammer
|
69a84198b0
|
Remove accidental parenthesis (#1968)
fails only when FMT_BUILTIN_CTZLL is not defined
|
2020-11-01 06:09:25 -08:00 |
|
OptoCloud
|
5c04504932
|
Removed [-Wsign-conversion] warning in GCC
|
2020-11-01 06:09:11 -08:00 |
|
Victor Zverovich
|
28a8eae850
|
Cleanup
|
2020-11-01 06:08:50 -08:00 |
|
Владислав Щапов
|
236fea1f00
|
Workaround bugs in gcc 8
|
2020-11-01 06:08:28 -08:00 |
|
Victor Zverovich
|
df4bd60f42
|
Bump version
|
2020-10-25 10:43:03 -07:00 |
|
Victor Zverovich
|
530cf316b8
|
Point to the release, not dev documentation
|
2020-10-24 12:02:12 -07:00 |
|
Victor Zverovich
|
8de96817ce
|
Woraround bugs in gcc 8
|
2020-10-22 07:33:32 -07:00 |
|
Victor Zverovich
|
47e167679a
|
Simplify arg formatter
|
2020-10-21 19:04:02 -07:00 |
|
Victor Zverovich
|
f0a42346a4
|
Move parsing optimization one level up
|
2020-10-21 18:18:53 -07:00 |
|
Victor Zverovich
|
86287b8d56
|
Optimize common case in parse_format_specs
|
2020-10-21 17:16:58 -07:00 |
|
Victor Zverovich
|
0ecb3d1829
|
Optimize alignment parsing
|
2020-10-21 12:45:11 -07:00 |
|
Victor Zverovich
|
9755307842
|
Optimize format_uint
|
2020-10-21 08:19:21 -07:00 |
|
Victor Zverovich
|
7446818f98
|
Simplify vformat_to
|
2020-10-21 07:15:11 -07:00 |
|
darklukee
|
280b5612c0
|
Add option to force usage of inline namespaces
Detection of inline namespaces is imperfect as some compilers
don't provide __has_feature
This option allows to override it if needed.
|
2020-10-21 06:38:59 -07:00 |
|
Victor Zverovich
|
e57ec7d563
|
Merge vformat_to overloads
|
2020-10-20 17:39:50 -07:00 |
|
Victor Zverovich
|
2a3f4de3f4
|
Remove iterator_category
|
2020-10-20 16:44:49 -07:00 |
|
Victor Zverovich
|
27fdb4ead2
|
Unshadow floaty
|
2020-10-20 15:05:00 -07:00 |
|
Victor Zverovich
|
297e0bad8c
|
Apply clang-format
|
2020-10-20 14:10:28 -07:00 |
|
Victor Zverovich
|
e3b4c22ec9
|
Simplify is_output_iterator
|
2020-10-20 14:09:57 -07:00 |
|
Victor Zverovich
|
da8278e1e3
|
Update changelog and bump version
|
2020-10-19 14:37:14 -07:00 |
|
Victor Zverovich
|
f468b203ad
|
Avoid conversion from long long to size_t (#1935)
|
2020-10-18 09:25:33 -07:00 |
|
Victor Zverovich
|
20d4f2e836
|
Fix handling of weird character types when parsing sign (#1932)
|
2020-10-17 09:40:30 -07:00 |
|
Bart Siwek
|
271eff149f
|
Make classes derived from buffer<T> final to silence the virtual destructor warning. (#1937)
Co-authored-by: Bart Siwek <bsiwek@cisco.com>
|
2020-10-15 17:41:56 -07:00 |
|
Victor Zverovich
|
41d97e1ef4
|
Fix a UB on ridiculously large precision
|
2020-10-11 08:07:52 -07:00 |
|
MarcDirven
|
01c37e0a4b
|
Added check for -mbig-obj and ref qualifier check (#1929)
* Added check whether mingw has -mbig-obj flag
* Removed ref qualifiers
|
2020-10-11 07:49:54 -07:00 |
|