Victor Zverovich
|
ec15ef7b7b
|
Replace operator<< with write function
|
2017-01-22 10:00:34 -08:00 |
|
Victor Zverovich
|
8428621ddc
|
BasicWriter -> basic_writer
|
2016-12-30 12:26:12 -08:00 |
|
Victor Zverovich
|
939aff2936
|
Remove unnecessary template arg from basic_format_args
|
2016-12-30 10:19:38 -08:00 |
|
Victor Zverovich
|
d705d51671
|
Parameterize basic_format_arg on context (#442)
|
2016-12-29 15:25:22 -08:00 |
|
Victor Zverovich
|
422236af7c
|
Don't erase writer type
|
2016-12-28 07:55:33 -08:00 |
|
Victor Zverovich
|
abb6996f36
|
MakeArg -> make_arg
|
2016-12-27 07:55:44 -08:00 |
|
Victor Zverovich
|
6cba8fe9ba
|
Move stuff out of internal::Value
|
2016-12-15 07:51:40 -08:00 |
|
Victor Zverovich
|
0854f8c3bf
|
Parameterize formatting argument on char type.
|
2016-12-11 15:43:11 -08:00 |
|
Victor Zverovich
|
9cf6c8fdc6
|
Get rid of fmt::internal::Arg
|
2016-11-26 10:21:31 -08:00 |
|
Victor Zverovich
|
284297019f
|
Merge BasicArgFormatter and ArgFormatter
|
2016-11-20 09:36:27 -08:00 |
|
Victor Zverovich
|
d58cc8a4a8
|
Merge BasicPrintfArgFormatter and PrintfArgFormatter
|
2016-11-20 07:42:38 -08:00 |
|
Victor Zverovich
|
e2dfd39c75
|
Update arg visitors
|
2016-11-19 09:29:09 -08:00 |
|
Victor Zverovich
|
751ff64bdb
|
Update ArgConverter to the new visitor API
|
2016-11-19 08:40:24 -08:00 |
|
Victor Zverovich
|
c9dc41ab3f
|
Replace ArgVisitor::visit with a free visit function
|
2016-11-19 07:59:54 -08:00 |
|
Victor Zverovich
|
95a53e1f62
|
Refactor argument visitor API (#422)
|
2016-11-19 07:39:07 -08:00 |
|
Victor Zverovich
|
85793a18cd
|
Simplify API
|
2016-11-06 19:27:14 -08:00 |
|
Victor Zverovich
|
9998f66f8c
|
Replace formatter with context
|
2016-11-06 18:59:17 -08:00 |
|
Victor Zverovich
|
2bba420337
|
Pass writer directly to format_value (#400)
|
2016-10-26 17:54:11 -07:00 |
|
Victor Zverovich
|
b656a1c133
|
Make value the second argument to format_value
|
2016-10-25 06:19:19 -07:00 |
|
Victor Zverovich
|
edf98792a5
|
Pass writer to format_value
|
2016-10-25 05:55:40 -07:00 |
|
Victor Zverovich
|
be613204ab
|
Char -> char_type
|
2016-10-22 08:19:19 -07:00 |
|
Victor Zverovich
|
f85d5f4dac
|
BasicFormatter -> basic_formatter
|
2016-10-22 08:04:20 -07:00 |
|
Victor Zverovich
|
18dfa257d0
|
Pass correct formatters to make_format_args
|
2016-10-21 06:46:21 -07:00 |
|
Victor Zverovich
|
dafbec7553
|
Fix type safety when using custom formatters (#394)
|
2016-10-07 08:37:06 -07:00 |
|
Victor Zverovich
|
4ece95a754
|
Make make_format_args public
|
2016-08-27 07:57:48 -07:00 |
|
Victor Zverovich
|
0028ce57b6
|
Get rid of FMT_VARIADIC
|
2016-08-26 17:23:13 -07:00 |
|
Victor Zverovich
|
fc73e10620
|
ArgList -> format_args
|
2016-08-25 08:50:07 -07:00 |
|
Victor Zverovich
|
9bb213e920
|
FormatError -> format_error
|
2016-08-25 08:38:07 -07:00 |
|
Victor Zverovich
|
9dbb60c4c8
|
Move fmt::fprintf to printf.h
|
2016-08-03 08:52:05 -07:00 |
|
Victor Zverovich
|
6ee9f2ed09
|
Make printf argument formatters public (#335, #360)
|
2016-07-21 06:59:28 -07:00 |
|
Victor Zverovich
|
355861f1ff
|
Document PrintfFormatter::format
|
2016-07-20 08:26:14 -07:00 |
|
Victor Zverovich
|
ab054532ce
|
Move writer to PrintfFormatter object for consistency with BasicFormatter
|
2016-07-20 08:21:13 -07:00 |
|
Victor Zverovich
|
d4ddaaf2b1
|
Make PrintfFormatter public (#335, #360)
|
2016-07-20 08:09:14 -07:00 |
|
Victor Zverovich
|
e0d6f630f8
|
Fix MSVC warnings
|
2016-06-15 06:29:47 -07:00 |
|
Glen Stark
|
72d51e0b1e
|
Implemented #335: custom printf support
|
2016-06-09 08:41:56 -07:00 |
|