2
I Use This!
High Activity

Commits : Listings

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