2
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Disambiguate a call
vitaut
as Victor Zverovich
More... over 11 years ago
Workaround more Windows crap.
vitaut
as Victor Zverovich
More... over 11 years ago
Add a portable getpagesize() implementation
vitaut
as Victor Zverovich
More... over 11 years ago
Workaround Windows crap.
vitaut
as Victor Zverovich
More... over 11 years ago
Handy fix for handling of handles.
vitaut
as Victor Zverovich
More... over 11 years ago
Move FMT_STATIC_ASSERT to header and test.
vitaut
as Victor Zverovich
More... over 11 years ago
Add missing include.
vitaut
as Victor Zverovich
More... over 11 years ago
Test if File::size can handle maximum file size.
vitaut
as Victor Zverovich
More... over 11 years ago
Add File::size and make File's ctor take StringRef.
vitaut
as Victor Zverovich
More... over 11 years ago
Return size_t instead of streamsize in File::read and File::write
vitaut
as Victor Zverovich
More... over 11 years ago
Bump version.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix https://github.com/cppformat/cppformat/issues/61
vitaut
as Victor Zverovich
More... over 11 years ago
Increase the maximum number of formatting arguments on compilers without variadic templates to 15.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix windows build.
vitaut
as Victor Zverovich
More... over 11 years ago
Move safe_strerror to anonymous namespace.
vitaut
as Victor Zverovich
More... over 11 years ago
Workaround Windows braindamage.
vitaut
as Victor Zverovich
More... over 11 years ago
Test format_error_code.
vitaut
as Victor Zverovich
More... over 11 years ago
Add missing file.
vitaut
as Victor Zverovich
More... over 11 years ago
Move implementation tests to format-impl-test.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix Windows build.
vitaut
as Victor Zverovich
More... over 11 years ago
Don't throw exceptions from error formatting functions. Gracefully fallback to a less descriptive message instead.
vitaut
as Victor Zverovich
More... over 11 years ago
format -> cppformat
vitaut
as Victor Zverovich
More... over 11 years ago
Refactor error reporting to reduce duplication.
vitaut
as Victor Zverovich
More... over 11 years ago
Improve error reporting.
vitaut
as Victor Zverovich
More... over 11 years ago
Improve handling of format strings in custom arguments.
vitaut
as Victor Zverovich
More... over 11 years ago
Move check_sign to anonymous namespace.
vitaut
as Victor Zverovich
More... over 11 years ago
Check result of fread.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix build.
vitaut
as Victor Zverovich
More... over 11 years ago
Report filename in exception.
vitaut
as Victor Zverovich
More... over 11 years ago
Fix Windows build.
vitaut
as Victor Zverovich
More... over 11 years ago