2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add support for bin formatter More... over 12 years ago
add better support for different GCC and 64bit longs More... over 12 years ago
Replace WIN32 win _WIN32.
vitaut
as Victor Zverovich
More... over 12 years ago
Add support for StringRef in BasicFormatter.
vitaut
as Victor Zverovich
More... over 12 years ago
Replace CharWriteChecker and WCharWriteChecker with a single WriteChecker template.
vitaut
as Victor Zverovich
More... over 12 years ago
subproject commit More... over 12 years ago
add support for binary type and test long longs more More... over 12 years ago
Fix FormatInt.
vitaut
as Victor Zverovich
More... over 12 years ago
API docs.
vitaut
as Victor Zverovich
More... over 12 years ago
Disallow writing a wide string to a char stream and vice versa, because there is no good way to implement these function without knowing the encodings and what std::ostream doesn't make any sense.
vitaut
as Victor Zverovich
More... over 12 years ago
Guard gcc pragmas from -dumb compilers- MSVC.
vitaut
as Victor Zverovich
More... over 12 years ago
Disable -Wlong-long on gcc.
vitaut
as Victor Zverovich
More... over 12 years ago
Fix formatting of long long.
vitaut
as Victor Zverovich
More... over 12 years ago
Fix compilation of tests on Windows.
vitaut
as Victor Zverovich
More... over 12 years ago
Simplify tests. Add support for long long in Writer.
vitaut
as Victor Zverovich
More... over 12 years ago
Add a missing header.
vitaut
as Victor Zverovich
More... over 12 years ago
Update benchmarks.
vitaut
as Victor Zverovich
More... over 12 years ago
Add FormatInt for fast stand-alone integer formatting.
vitaut
as Victor Zverovich
More... over 12 years ago
Update benchmarks.
vitaut
as Victor Zverovich
More... over 12 years ago
Add support for long double in Writer.
vitaut
as Victor Zverovich
More... over 12 years ago
Write docs.
vitaut
as Victor Zverovich
More... over 12 years ago
Check for boost.
vitaut
as Victor Zverovich
More... over 12 years ago
Fix a warning.
vitaut
as Victor Zverovich
More... over 12 years ago
Add support for long and unsigned long in Writer.
vitaut
as Victor Zverovich
More... over 12 years ago
Minor corrections.
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
Move DIGITS to the implementation. Widen fill_ to support both char and wchar_t.
vitaut
as Victor Zverovich
More... over 12 years ago
Update benchmarks.
vitaut
as Victor Zverovich
More... over 12 years ago
Add -std=c++11 flag only if supported by compiler.
vitaut
as Victor Zverovich
More... over 12 years ago