-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for modular build structure. #318
Conversation
…rying to refer to mangled names for them. And hence failing to find them.
…ndom location based on where one runs tests from.
…a source in install targets.
Please review and merge this PR at your earliest convenience. |
…t is already handled by conditional rule.
If there's more work pending, please convert it to a draft until it is ready for review. |
If you are asking about the new update.. Once in a while I need to merge/rebase the change to ensure any new changes in filesystem do not break this patch. But otherwise, the patch is ready to be applied. As you can see from all the checks passing. |
Thanks. |
This is part of the effort to make the Boost libraries "modular" for build and consumption. See https://lists.boost.org/Archives/boost/2024/01/255704.php and https://github.com/grafikrobot/boost-b2-modular/blob/b2-modular/README.adoc for more information.
This PR depends on the following other PRs being merged to both develop and master branches of the respective repos:
This PR will be changed to ready for review, i.e. not draft, when the above are merged. Do not merge this one until that time.