| Update README. |
|
More...
|
over 12 years ago
|
| Move the implementation of ColorWriter::operator() to format.cc |
|
More...
|
over 12 years ago
|
| Implement PrintColored. Thanks https://github.com/jose55 for the idea. |
|
More...
|
over 12 years ago
|
| Fix a warning. |
|
More...
|
over 12 years ago
|
| Fix a warning about empty macro args. |
|
More...
|
over 12 years ago
|
| Add a 32-bit version of CountDigits. |
|
More...
|
over 12 years ago
|
| Improve 32-bit integer formatting performance by parameterizing FormatDecimal on integer type. |
|
More...
|
over 12 years ago
|
| Fix more warnings. |
|
More...
|
over 12 years ago
|
| Add a missing using declaration. |
|
More...
|
over 12 years ago
|
| Fix non-gcc builds. |
|
More...
|
over 12 years ago
|
| Fix warnings on older GCC, take 2. |
|
More...
|
over 12 years ago
|
| Fix more warnings on older GCC. |
|
More...
|
over 12 years ago
|
| Fix warnings about constants being too large. |
|
More...
|
over 12 years ago
|
| Fix warnings about unsigned long long as well. |
|
More...
|
over 12 years ago
|
| Fix the warning about long long on older gcc. |
|
More...
|
over 12 years ago
|
| ConvertWChar -> ConvertChar. |
|
More...
|
over 12 years ago
|
| Add FormatInt::data() and document members. |
|
More...
|
over 12 years ago
|
| Only append terminating '\0' when necessary. |
|
More...
|
over 12 years ago
|
| Too much Python :snake: |
|
More...
|
over 12 years ago
|
| 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. |
|
More...
|
over 12 years ago
|
| Add FormatInt::size, and support for long and long long. |
|
More...
|
over 12 years ago
|
| Fix grammar. |
|
More...
|
over 12 years ago
|
| Upate readme. |
|
More...
|
over 12 years ago
|
| Add "Projects using this library" section. |
|
More...
|
over 12 years ago
|
| Add support for int64_t in FormatInt. |
|
More...
|
over 12 years ago
|
| Fixed bug https://github.com/vitaut/format/issues/16 . Thanks to https://github.com/fil222 ! |
|
More...
|
over 12 years ago
|
| Simplify format specs. |
|
More...
|
over 12 years ago
|
| Produce a compile error when using wide fill character on a narrow stream. |
|
More...
|
over 12 years ago
|
| Add a compile error test. |
|
More...
|
over 12 years ago
|
| Fix error reporting. |
|
More...
|
over 12 years ago
|