0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Optimized severity level handling a little. More... over 14 years ago
Last change before RC4. More... over 14 years ago
Docs improvement. More... over 14 years ago
Docs improvement. More... over 14 years ago
Docs improvement. More... over 14 years ago
Docs improvement. More... over 14 years ago
Docs improvement. More... over 14 years ago
Docs improvement. More... over 14 years ago
Added support for named parameter format. Previously format could only be specified as a positional argument. More... over 14 years ago
Fixed examples compilation and execution. More... over 14 years ago
Fixed a bug introduced by recent optimizations that could lead to some log records missing in multithreaded applications with severals sinks. Fixes #3. More... over 14 years ago
Disabled MS STL "secure" warnings. Again. More... over 14 years ago
Hopefully, worked around a memory leak in MSVC STL. Refs #2. More... over 14 years ago
QNX compatibility fix. More... over 14 years ago
Fixes for compatibility with MSVC on x64. More... over 14 years ago
Implemented a more scalable record distribution between sinks. This should provide better performance in MT applications with several sinks, while moderately slowing down ST applications and applications with a single sink. Also, the same record may now be pushed more than once. More... over 14 years ago
Removed dummy log output More... over 14 years ago
Fixed named scope formatter generators on MSVC. Fixed character decorators (apparently, they did not generate any output). Fixed advanced_usage example with respect to exceptions being thrown from formatters and filters. More... over 14 years ago
Disabled strict aliasing optimisation to reduce warnings on GCC 4.4 and avoid possible code miscompilation. More... over 14 years ago
Docs improvement More... over 14 years ago
Minor doc fixes. More... over 14 years ago
Portability fix. More... over 14 years ago
Added trivial logging facility. More... over 14 years ago
Improved docs. Fixed minor mistakes in library initialization from settings. More... over 14 years ago
Improved exception support throughout the library. Whenever an exception is thrown by the library, it now contains information on the place in source code, where it originates from. Formatters and filters now throw exceptions if the requested attribute value is not fount in the record. In order to retain the old behavior one can pass std::nothrow as the last parameter of the filter/formatter placeholder. Parsed filters and formatters still don't throw exceptions. More... over 14 years ago
Simplified filter and formatter parsers More... over 14 years ago
Fixed compilation under Linux. More... over 14 years ago
Made examples to automatically compile as a part of testing process. More... over 14 years ago
Removed a useless mutable modifier. More... over 14 years ago
Added a workaround for Intel compiler. More... over 14 years ago