boostorg / boost

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

Simplify for modular building. #890

Open grafikrobot opened 4 months ago

grafikrobot commented 4 months ago

Modular building delegates, and normalizes, the building of tools inside the tools themselves. This makes it possible to avoid a bunch of code at this level. This change also adds default building for all current tools.

NOTE: This depends on all the tools adjusting to the modular building first. Hence this is marked as WIP until then.