-
Notifications
You must be signed in to change notification settings - Fork 22
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. #143
Conversation
Can I merge this or do we have to wait? |
We have to wait until the PR referenced is merged. I'll change this from Draft to Ready when you can merge. |
An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html |
An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html |
An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds build.jam, and leaves Jamfile unchanged. Can I remove Jamfile and put its contents into build.jam instead?
Hm.. Looks like I missed that there was a Jamfile. I'll incorporate the equivalent into the build.jam. |
@grisumbras okay, I added the test project to the all target. So, yes, you can delete the Jamfile once the build.jam is in. |
An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html |
1 similar comment
An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html |
An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html |
NM.. I deleted it as part of this PR. Should be good to merge, again. |
An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html |
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: