2
I Use This!
High Activity

Commits : Listings

Analyzed about 3 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
Document the 'B' type and the difference between 'b' & 'B'. Addresses part of issue https://github.com/vitaut/format/issues/5
vitaut
as Victor Zverovich
More... almost 13 years ago
Document that "#x" adds prefix "0x" and "#X" adds "0X". Addresses part of issue https://github.com/vitaut/format/issues/5
vitaut
as Victor Zverovich
More... almost 13 years ago
Fix gcc version check for noexcept.
vitaut
as Victor Zverovich
More... almost 13 years ago
Check gcc version for diagnostic once.
vitaut
as Victor Zverovich
More... almost 13 years ago
Merge pull request #6 from gcflymoto/master More... almost 13 years ago
add support for older GCC versions More... almost 13 years ago
Only use GTest's own tuple on clang.
vitaut
as Victor Zverovich
More... almost 13 years ago
Fix clang build.
vitaut
as Victor Zverovich
More... almost 13 years ago
Add Boost to include directories.
vitaut
as Victor Zverovich
More... almost 13 years ago
Don't use uint64_t in tests.
vitaut
as Victor Zverovich
More... almost 13 years ago
Fix build on Mac.
vitaut
as Victor Zverovich
More... almost 13 years ago
Acknowledge gcflymoto's contribution.
vitaut
as Victor Zverovich
More... almost 13 years ago
Remove unsigned long long tests for now. Add more tests for binary specifier.
vitaut
as Victor Zverovich
More... almost 13 years ago
Always use noexcept for gcc >= 4.8 because dtors are implicitly noexcept there. Remove binu and 'B' specifier.
vitaut
as Victor Zverovich
More... almost 13 years ago
Remove unused typedef.
vitaut
as Victor Zverovich
More... almost 13 years ago
Merge pull request #4 from gcflymoto/master More... almost 13 years ago
revert back changes and to create a single pull request for bin mode More... almost 13 years ago
add support for bin formatter More... almost 13 years ago
add better support for different GCC and 64bit longs More... almost 13 years ago
Replace WIN32 win _WIN32.
vitaut
as Victor Zverovich
More... almost 13 years ago
Add support for StringRef in BasicFormatter.
vitaut
as Victor Zverovich
More... almost 13 years ago
Replace CharWriteChecker and WCharWriteChecker with a single WriteChecker template.
vitaut
as Victor Zverovich
More... almost 13 years ago
subproject commit More... almost 13 years ago
add support for binary type and test long longs more More... almost 13 years ago
Fix FormatInt.
vitaut
as Victor Zverovich
More... almost 13 years ago
API docs.
vitaut
as Victor Zverovich
More... almost 13 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... almost 13 years ago
Guard gcc pragmas from -dumb compilers- MSVC.
vitaut
as Victor Zverovich
More... almost 13 years ago
Disable -Wlong-long on gcc.
vitaut
as Victor Zverovich
More... almost 13 years ago
Fix formatting of long long.
vitaut
as Victor Zverovich
More... almost 13 years ago