2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-19 16:32:09 +00:00
Andrey Semashev b3ffed4ec2 Disable building boost_log_setup when settings parsers are disabled.
Check the BOOST_LOG_WITHOUT_SETTINGS_PARSERS macro in the Jamfile and
suppress building boost_log_setup if it is defined. The built library
is empty in this case, and MSVC linker even produces no library,
which later breaks installation.

Fixes https://github.com/boostorg/log/issues/164.
Closes https://github.com/boostorg/log/pull/165.
Blocked by https://github.com/bfgroup/b2/issues/104.
2023-06-13 19:53:07 +03:00
2013-04-13 12:30:25 +00:00

Boost.Log

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

Build status

Branch GitHub Actions AppVeyor Test Matrix Dependencies
master GitHub Actions AppVeyor Tests Dependencies
develop GitHub Actions AppVeyor Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.

Description
Mirrored via gitea-mirror
Readme 3.9 MiB
Languages
C++ 99%
CMake 1%