0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed single-threaded version compilation. More... over 14 years ago
Added current process and thread id attributes for convenience. More... over 14 years ago
Doc building fixes. More... over 14 years ago
Some docs actualization. More... over 14 years ago
Added a generator function for the ordering predicate. Extracted common function traits to a separate header. More... over 14 years ago
Added an example that demonstrates ordering async frontend. More... over 14 years ago
Fixed a typo that prevented compilation More... over 14 years ago
Fixed project name More... over 14 years ago
Added a check for ordering predicate presence. More... over 14 years ago
Added a check for ordering predicate presence. More... over 14 years ago
*** empty log message *** More... over 14 years ago
*** empty log message *** More... over 14 years ago
Added a new sink frontend: ordering asynchronous sink frontend. It allows to apply custom ordering to the log records being fed to the backend and thus solve weak record ordering in multithreaded applications. More... over 14 years ago
Added a new sink frontend: ordering asynchronous sink frontend. It allows to apply custom ordering to the log records being fed to the backend and thus solve weak record ordering in multithreaded applications. More... over 14 years ago
Fixed issue with cycle references between log records and sinks which caused incorrect library termination when async frontend was used. Added stop method to the async frontend. Rolled back the recent change in the async frontend shutdown, as it could potentially cause long shutdown times if the sink is under heavy usage. More... over 14 years ago
Fixed issue with cycle references between log records and sinks which caused incorrect library termination when async frontend was used. Added stop method to the async frontend. Rolled back the recent change in the async frontend shutdown, as it could potentially cause long shutdown times if the sink is under heavy usage. More... over 14 years ago
*** empty log message *** More... over 14 years ago
*** empty log message *** More... over 14 years ago
Added padding to eliminate false sharing. More... over 14 years ago
Added padding to eliminate false sharing. More... over 14 years ago
Fixed asyncronous sink frontend: log records weren't detached from the logging thread which resulted in wrong attribute values sometimes. More... over 14 years ago
Fixed asyncronous sink frontend: log records weren't detached from the logging thread which resulted in wrong attribute values sometimes. More... over 14 years ago
Asynchronous sink frontend now tries to put all available records to the backend before returning from the run method. More... over 14 years ago
Asynchronous sink frontend now tries to put all available records to the backend before returning from the run method. More... over 14 years ago
Missed one spot to fix. More... over 14 years ago
Missed one spot to fix. More... over 14 years ago
Tests updated to reflect recent changes in CVS. More... over 14 years ago
Tests updated to reflect recent changes in CVS. More... over 14 years ago
Extracted make_embedded_string_type into a separate header. More... over 14 years ago
Extracted make_embedded_string_type into a separate header. More... over 14 years ago