Victor Zverovich
|
6968ef3bb3
|
Implement PrintColored.
Thanks https://github.com/jose55 for the idea.
|
2014-02-19 13:51:23 -08:00 |
|
Victor Zverovich
|
9bb93992b6
|
Fix a warning.
|
2014-02-19 13:05:50 -08:00 |
|
Victor Zverovich
|
e9b2191689
|
Add a 32-bit version of CountDigits.
|
2014-02-19 12:43:55 -08:00 |
|
Victor Zverovich
|
6f6fe519e2
|
Fix more warnings.
|
2014-02-15 11:16:44 -08:00 |
|
Victor Zverovich
|
eadd2ee421
|
Add FormatInt::data() and document members.
|
2014-02-15 09:39:06 -08:00 |
|
Victor Zverovich
|
6f0387fc22
|
Expose in-place decimal integer formatting via FormatDec. Improve performance of CountDigits based on the results from https://github.com/localvoid/cxx-benchmark-count-digits.
|
2014-02-14 10:36:17 -08:00 |
|
Victor Zverovich
|
d473a79581
|
Add FormatInt::size, and support for long and long long.
|
2014-02-13 09:59:49 -08:00 |
|
Victor Zverovich
|
bfedba5a0a
|
Add support for int64_t in FormatInt.
|
2014-01-30 08:02:06 -08:00 |
|
Victor Zverovich
|
c3f5dce8d5
|
Fixed bug https://github.com/vitaut/format/issues/16 . Thanks to https://github.com/fil222 !
|
2014-01-28 12:49:36 -08:00 |
|
Victor Zverovich
|
ea5dce3957
|
Simplify format specs.
|
2014-01-28 12:47:37 -08:00 |
|
Victor Zverovich
|
a1bd3358bb
|
Produce a compile error when using wide fill character on a narrow stream.
|
2014-01-08 08:17:38 -08:00 |
|
Victor Zverovich
|
6038c85231
|
format_test -> format-test. Add support for wide char to BasicWriter.
|
2014-01-02 11:30:28 -08:00 |
|