0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
An experimental implementation of the call once concept that allows for inline initializers. More... almost 14 years ago
Fixed compilation on Windows More... almost 14 years ago
Extracted simplistic logger into a separate header. More... almost 14 years ago
Disabled an MSVC warning. More... almost 14 years ago
Removed <locale> header from the library public header to speedup compilation. More... almost 14 years ago
Replaced Boost.Function with a lighter alternative to speedup compilation. More... almost 14 years ago
Updated changelog. More... almost 14 years ago
Lightened logger feature composition to speedup compilation. More... almost 14 years ago
Comment update. More... almost 14 years ago
Separated attribute_value class definition and some of its methods to reduce dependency on some heavy headers. More... almost 14 years ago
Moved Boost.Thread-based implementation of light_rw_mutex into the library binary. The implementation will also try to detect NT6 API in runtime even if it was compiled in NT5 mode. More... almost 14 years ago
Minor docs fix. More... almost 14 years ago
Extracted an example of building your own logger feature. More... almost 14 years ago
Fixed the macro if explicit operators are supported. More... almost 14 years ago
Renamed the added example. More... almost 14 years ago
Added an example of custom formatter registration for the settings file parser. More... almost 14 years ago
Silenced a few warnings from MSVC. Changed the global logger declaration macros so that it is now possible to separate the logger declaration and its initialization. More... almost 14 years ago
Added template keyword in the dispatching map initializer. May fix compilation on some compilers. More... almost 14 years ago
Changed to shared lock for the get_global_attributes method. More... almost 14 years ago
Minor modifications. More... almost 14 years ago
Added a comment. More... almost 14 years ago
Removed dependency on Boost.Thread in some public headers to reduce compilation times. Exposed the thread_access_mode_of trait. More... almost 14 years ago
Suppressed a warning on MSVC. More... almost 14 years ago
The use of compiler intrinsics for TLS is now disabled by default. The BOOST_LOG_NO_COMPILER_TLS macro is replaced with BOOST_LOG_USE_COMPILER_TLS, with the opposite meaning. More... almost 14 years ago
Extracted the default filter factory implementation into a separate TU to fix compilation with MSVC. More... almost 14 years ago
Added a TODO about providing headers with forward declarations. More... almost 14 years ago
[no comment] More... almost 14 years ago
[no comment] More... almost 14 years ago
[no comment] More... almost 14 years ago
[no comment] More... almost 14 years ago