Version 5 (modified by 10 years ago) ( diff ) | ,
---|
Modular Boost Conversion Frequently Asked Questions
What is the role, if any, of Ryppl and CMake in the Boost modularisation plan?
None. Modularization + the move to Git is a big enough change to be done separately and to stand on its own merits.
What role, if any, does the old Boost sandbox play in modular Boost?
None. The whole need for the sandbox as a part of the boost repository goes away. Proposed libraries that used to go in the sandbox now just go in their own public repositories. They are typically hosted on GitHub, but any public host will do. ExtractSandbox shows how to move a library from the old sandbox to GitHub. StartModDev shows how a repository for a proposed library would work.
Is it possible to checkout only library A and its prerequisites?
Not automatically. Automatic dependency resolution is planned for the future, but not as a part of the conversion to Git and modular Boost.