mirror of
https://github.com/boostorg/log.git
synced 2026-02-09 23:22:32 +00:00
89474f4a8097d419493ebe8915db363e668fef5c
Boost.ASIO should not use compiler-based TLS unless it is allowed by the user of Boost.Log, otherwise the Boost.Log config option has no practical effect. As a result, it becomes more probable that Boost.ASIO will be compiled with different config macros in Boost.Log and user's code. As a partial solution use hidden visibility when building Boost.Log shared libs and ensure it uses its local copy of Boost.ASIO. Added a config test to detect support for visibility command line option. Also adjusted project names of other config tests to avoid possible name clashes with other libraries and Boost.Build infrastructure. MSVC warning 4003 is now silenced on all compiler versions as apparently not only MSVC 8 is affected.
Fixed #11106. In some cases inserted attribute set elements could invalidate the existing elements preventing them from being found.
Boost.Log, part of collection of the Boost C++ Libraries, provides tools for adding logging to libraries and applications.
Directories
- build - Boost.Log build scripts
- config - Boost.Log build configuration code and scripts
- doc - QuickBook documentation sources
- example - Boost.Log examples
- include - Interface headers of Boost.Log
- src - Compilable source code of Boost.Log
- test - Boost.Log unit tests
More information
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99%
CMake
1%
