1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Limited the max message size for CSV up to 32000 chars. More... almost 10 years ago
Skipped preprocessing of function names in ObjC++. More... almost 10 years ago
Added short LOGX macros. More... almost 10 years ago
Renamed WhereWhatFormatter -> FuncMessageFormatter. More... almost 10 years ago
Added AndroidAppender. More... almost 10 years ago
Renamed Entry -> Record. More... almost 10 years ago
Created directories for Appenders and Formatters. More... almost 10 years ago
Added WhereWhatFormatter. More... almost 10 years ago
Now init returns logger reference. More... almost 10 years ago
Processed func name on non-windows systems to drop type info (make name shorter). More... almost 10 years ago
Skipped file operations for null FILE handle (crash on Android). More... almost 10 years ago
Bumped version to 0.5.4. More... almost 10 years ago
Replaced ftime -> gettimeofday (to fix build on some Android platforms). More... almost 10 years ago
Removed wchar on Android. Used wchar in init functions only on Windows. More... almost 10 years ago
Fixed Android build (moved to stdio.h from io.h, disabled wstring to utf8 conversion). More... almost 10 years ago
Reverted -Wno-multichar and removed multichar char. More... almost 10 years ago
Added -Wno-multichar to fix a gcc warning in samples. More... almost 10 years ago
Update README.md More... almost 10 years ago
Renamed sample Intro->Simple. More... almost 10 years ago
Completed unicode support, added BOM to files. More... almost 10 years ago
Added std::string, char*, wchar_t* overloads in Entry operator<<. More... about 10 years ago
Added unicode support, storing files in UTF-8. More... about 10 years ago
Fixed build on VS2013. More... about 10 years ago
Update README.md More... about 10 years ago
Added travis ci status image. More... about 10 years ago
Fixed gcc warning (unused return value). More... about 10 years ago
Fixed build script (install->script). More... about 10 years ago
Added travis ci script. More... about 10 years ago
Added scm element. Bumped version to 0.5.3. More... about 10 years ago
Added class NonCopyable. More... about 10 years ago