boostorg / boost

Super-project for modularized Boost
https://github.com/boostorg/wiki/wiki/Getting-Started%3A-Overview
Boost Software License 1.0
7.02k stars 1.73k forks source link

Add support for modular build structure. #853

Closed grafikrobot closed 7 months ago

grafikrobot commented 7 months ago

This adds the minimal set of declarations to make it possible to have both legacy non-modular building work with new modular building. It allows incremental addition in libraries to get them ready for modular building.

This is a temporary state though. After all libraries, tools, and testing build in this mixed mode another version of the jamroot will be needed to remove the legacy build handling.

pdimov commented 7 months ago

This PR should target develop.

grafikrobot commented 7 months ago

This PR should target develop.

Do'h :-(