Victor Zverovich
|
418659adbe
|
Fix compilation errors on gcc 4.4
|
2018-03-03 14:04:59 -08:00 |
|
Victor Zverovich
|
1b4525384b
|
Fix more compilation errors on gcc 4.6
|
2018-02-28 05:09:24 -08:00 |
|
Victor Zverovich
|
affb35cfb9
|
Replace using with typedef for compatibility with gcc-4.6
|
2018-02-11 09:23:47 -08:00 |
|
Victor Zverovich
|
522de7b55d
|
Replace using with typedef for compatibility with gcc-4.6
|
2018-02-11 08:32:02 -08:00 |
|
Victor Zverovich
|
5013c15737
|
Silence MSVC 2017 constant if expression warning
|
2018-02-10 06:52:46 -08:00 |
|
Victor Zverovich
|
08dff3774c
|
Allow compiling and using as DLL in windows #502
|
2018-01-28 20:50:43 -08:00 |
|
Victor Zverovich
|
5060568f72
|
%.f should have zero precision, not default precision
|
2018-01-27 17:56:19 -08:00 |
|
Victor Zverovich
|
bd8a7e7ea1
|
More iteratification
|
2018-01-21 14:30:38 -08:00 |
|
Victor Zverovich
|
f853d94a15
|
Remove unnecessary fmt/ prefix (#397)
|
2018-01-20 10:28:10 -08:00 |
|
Victor Zverovich
|
f6fd38bb3a
|
More iterator support
|
2018-01-15 08:48:37 -08:00 |
|
Victor Zverovich
|
c2fecb9b2a
|
Clean API
|
2018-01-14 14:15:59 -08:00 |
|
Victor Zverovich
|
9a53a706fc
|
Add support for back_insert_iterator
|
2018-01-14 13:12:26 -08:00 |
|
Victor Zverovich
|
91ee9c9acd
|
Return iterator from the format method
|
2018-01-14 11:00:27 -08:00 |
|
Victor Zverovich
|
67928eae28
|
Don't inherit context from parse_context
|
2018-01-14 09:27:40 -08:00 |
|
Victor Zverovich
|
217e7c76f1
|
Pass ranges by value
|
2018-01-14 08:13:48 -08:00 |
|
Victor Zverovich
|
22994c62f7
|
Decouple arg_formatter_base from buffer
|
2018-01-13 15:34:48 -08:00 |
|
Victor Zverovich
|
c095445394
|
Replace buffer with range
|
2018-01-10 22:41:23 -08:00 |
|
Victor Zverovich
|
955062da2e
|
Merge printf.cc into printf.h
|
2017-12-17 08:36:19 -08:00 |
|
Victor Zverovich
|
7cea163809
|
numeric -> arithmetic
|
2017-12-09 06:19:15 -08:00 |
|
Victor Zverovich
|
81bd9e8ea3
|
args -> format_args
|
2017-12-03 08:00:22 -08:00 |
|
Victor Zverovich
|
10e70a06c9
|
Improve handling of custom arguments
|
2017-12-02 09:44:48 -08:00 |
|
Victor Zverovich
|
e0243000de
|
arg_index -> arg_id
|
2017-11-26 10:05:49 -08:00 |
|
Victor Zverovich
|
44e186512b
|
Refactor parse context and fix warnings
|
2017-11-19 08:49:58 -08:00 |
|
Victor Zverovich
|
c523dd584f
|
Use error handler to report errors
|
2017-11-19 07:36:01 -08:00 |
|
Victor Zverovich
|
5a32e64b05
|
More tests
|
2017-11-19 07:03:12 -08:00 |
|
Victor Zverovich
|
932ab2bfca
|
Report error from parse_nonnegative_int via handler
|
2017-10-21 08:37:52 -07:00 |
|
Victor Zverovich
|
170f5c671f
|
Move headers to include/fmt
|
2017-10-21 07:38:49 -07:00 |
|