2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix appveyor config, take 2.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix appveyor config.
vitaut
as Victor Zverovich
More... over 11 years ago
Remove sphinx submodule as we can now use the stock version.
vitaut
as Victor Zverovich
More... over 11 years ago
Update breathe.
vitaut
as Victor Zverovich
More... over 11 years ago
FormatDecimal -> format_decimal (https://github.com/cppformat/cppformat/issues/50)
vitaut
as Victor Zverovich
More... over 11 years ago
Use custom version of breathe.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix version.
vitaut
as Victor Zverovich
More... over 11 years ago
Add missing import.
vitaut
as Victor Zverovich
More... over 11 years ago
Run doxygen on ReadTheDocs.
vitaut
as Victor Zverovich
More... over 11 years ago
Read version from CMakeLists.txt instead of using configure for compatibility with ReadTheDocs.
vitaut
as Victor Zverovich
More... over 11 years ago
Obey line length limit.
vitaut
as Victor Zverovich
More... over 11 years ago
ReportUnknownType -> report_unknown_type (https://github.com/cppformat/cppformat/issues/50)
vitaut
as Victor Zverovich
More... over 11 years ago
FormatFloat -> format_float (https://github.com/cppformat/cppformat/issues/50)
vitaut
as Victor Zverovich
More... over 11 years ago
Comment.
vitaut
as Victor Zverovich
More... over 11 years ago
Edit readme.
vitaut
as Victor Zverovich
More... over 11 years ago
CheckPtr -> make_ptr (https://github.com/cppformat/cppformat/issues/50)
vitaut
as Victor Zverovich
More... over 11 years ago
Simplify handling of flags.
vitaut
as Victor Zverovich
More... over 11 years ago
Don't duplicate integer format specifiers when formatting char as integer.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix https://github.com/cppformat/cppformat/issues/57.
vitaut
as Victor Zverovich
More... over 11 years ago
Update breathe.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix tests.
vitaut
as Victor Zverovich
More... over 11 years ago
CountDigits -> count_digits
vitaut
as Victor Zverovich
More... over 11 years ago
Don't use Writer's buffer directly in formatters. Unfriend BasicFormatter.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix https://github.com/cppformat/cppformat/issues/55.
vitaut
as Victor Zverovich
More... over 11 years ago
Update breathe.
vitaut
as Victor Zverovich
More... over 11 years ago
HandleArgIndex -> handle_arg_index. Use error_ instead of a local.
vitaut
as Victor Zverovich
More... over 11 years ago
Remove unused SimpleErrorReporter.
vitaut
as Victor Zverovich
More... over 11 years ago
Add FormatterBase.
vitaut
as Victor Zverovich
More... over 11 years ago
PrintfParser -> PrintfFormatter.
vitaut
as Victor Zverovich
More... over 11 years ago
Simplify and test ArgVisitor.
vitaut
as Victor Zverovich
More... over 11 years ago