2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 30, 2025 — Aug 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test example.
vitaut
as Victor Zverovich
More... over 12 years ago
Update project name, copyright and version.
vitaut
as Victor Zverovich
More... over 12 years ago
Add Google Analytics.
vitaut
as Victor Zverovich
More... over 12 years ago
Disable GCC warning about "long long".
vitaut
as Victor Zverovich
More... over 12 years ago
Update the package name.
vitaut
as Victor Zverovich
More... over 12 years ago
Change the travis config to run tests.
vitaut
as Victor Zverovich
More... over 12 years ago
Add a build status image.
vitaut
as Victor Zverovich
More... over 12 years ago
Add a travis config.
vitaut
as Victor Zverovich
More... over 12 years ago
Change String Formatting API to C++ Format Library API as it supports more general things than string formatting, e.g. file I/O.
vitaut
as Victor Zverovich
More... over 12 years ago
Implement packaging.
vitaut
as Victor Zverovich
More... over 12 years ago
Fix link.
vitaut
as Victor Zverovich
More... over 12 years ago
Update links.
vitaut
as Victor Zverovich
More... over 12 years ago
Update links.
vitaut
as Victor Zverovich
More... over 12 years ago
Add ICC to the list of supported compilers.
vitaut
as Victor Zverovich
More... over 12 years ago
Workaround an issue with Intel C++ compiler.
vitaut
as Victor Zverovich
More... over 12 years ago
Check output.
vitaut
as Victor Zverovich
More... over 12 years ago
Add a test case for writing a double to a filled buffer.
vitaut
as Victor Zverovich
More... over 12 years ago
Merge pull request #28 from jdale88/vslevel4warnings More... over 12 years ago
Should use Char not char, as Char is typedef'd to the correct type (char or wchar_t) More... over 12 years ago
Fixed some level 4 warnings in VS2013 More... over 12 years ago
Merge pull request #27 from jdale88/variadic-format More... over 12 years ago
Added variadic versions for Format that act as a proxy for providing an initialiser list to a BasicFormatter. More... over 12 years ago
Merge pull request #26 from jdale88/wstring-fix More... over 12 years ago
Fixed some places in BasicFormatter where non-templated string types were being used. More... over 12 years ago
Don't use CountDigits for 1-2 digit numbers.
vitaut
as Victor Zverovich
More... over 12 years ago
Fix more warnings.
vitaut
as Victor Zverovich
More... over 12 years ago
Fix warnings.
vitaut
as Victor Zverovich
More... over 12 years ago
Simplify IntTraits.
vitaut
as Victor Zverovich
More... over 12 years ago
Fix formatting of integer types smaller than int in FormatDec.
vitaut
as Victor Zverovich
More... over 12 years ago
Acknowledge Ruslan Baratov's contribution.
vitaut
as Victor Zverovich
More... over 12 years ago