0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 15 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor changes to reduce dependencies on other libraries. More... almost 14 years ago
Exposed the macro for defining explicit conversion operator to bool. More... almost 14 years ago
Updated tests to follow recent changes in the attribute_value interface changes. Remedied silly GCC warnings in string_literal. More... almost 14 years ago
Updated Boost version checks. Added auto-linking for other libraries used by Boost.Log in static builds. Hopefully, this will solve the linking problem on MSVC. More... almost 14 years ago
Changed the interface and the way of handling attribute values. The value is now a pimpl wrapper around the value holder. The attribute_value class in various components of the library is no longer pointed to with shared_ptrs but instead is handled by value. This allowed to simplify attribute value handling in simple cases. More... almost 14 years ago
The library now uses Boost.Xpressive instead of Boost.Regex internally, which makes it unnecessary to build the latter in order to use the library. Boost.Regex is still supported on the user's side. More... almost 14 years ago
Fixed a warning on MSVC. Updated changelog. More... almost 14 years ago
Marked classes involved in global loggers support to be visible in order to be able to work with type info across module boundaries. More... almost 14 years ago
Changed the implementation of type dispatchers to reduce the generated code size and hopefully shorten build times. The interface of static type dispatcher has changed slightly. Attribute value no longer provides the get shorthand method. More... almost 14 years ago
Fixed linking problem with MSVC 9. All types of the constants for syslog and event log have been renamed. More... almost 14 years ago
Fixed a few bugs in the event log sink and its surroundings. Dropped NT6 event log sink. Changed mappings so that they now accept a log record rather than attribute values. Made event log example almost compile. More... almost 14 years ago
Added forgotten file. More... almost 14 years ago
Fixed compilation with MSVC. More... almost 14 years ago
Extracted more code snippets into standalone examples. More... almost 14 years ago
Extracted more code snippets into standalone examples. More... almost 14 years ago
Extracted more code snippets into standalone examples. Fixed a compilation problem with exception handling logger feature. Fixed a bug: the logging core could enter in an infinite loop if an exception is thrown from within push_record, and the global exception handler would not rethrow it. More... almost 14 years ago
Fixed a mistake in the BOOST_LOG_WFUNCTION macro implementation. More... almost 14 years ago
Improved BOOST_LOG_NO_COMPILER_TLS macro description. More... almost 14 years ago
Code samples from the tutorial have been extracted into self-contained examples. More... almost 14 years ago
Set the file properties. More... almost 14 years ago
Fixed the 1.0 release date. More... almost 14 years ago
Reworked time-point file rotation so that the first rotation time point is not skipped. More... almost 14 years ago
Added support for the time point file rotation to the settings parser. More... almost 14 years ago
Added ability to rotate log files at the specified time points More... about 14 years ago
Fixed a bug introduced with the previous commit More... about 14 years ago
Docs updates after the review. More... about 14 years ago
Added a few public accessors and convenience constructors to severity and channel loggers. More... about 14 years ago
Fixed compilation in single threaded builds. Added a note to the docs about address resolving limitation in ST builds. More... about 14 years ago
Improvements for the better support of MinGW and Cygwin. Silenced a few warnings. More... about 14 years ago
Added yet more comments on compiling message files on MinGW and Cygwin. More... about 14 years ago