Skip to content
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

Merged
merged 11 commits into from
Aug 20, 2024

Conversation

grafikrobot
Copy link
Member

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:

@vinniefalco
Copy link
Member

Can I merge this or do we have to wait?

@grafikrobot
Copy link
Member Author

grafikrobot commented May 1, 2024

We have to wait until the PR referenced is merged. I'll change this from Draft to Ready when you can merge.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html

Copy link
Member

@grisumbras grisumbras left a 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?

build.jam Outdated Show resolved Hide resolved
@grafikrobot
Copy link
Member Author

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.

@grafikrobot
Copy link
Member Author

@grisumbras okay, I added the test project to the all target. So, yes, you can delete the Jamfile once the build.jam is in.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html

1 similar comment
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html

@grafikrobot
Copy link
Member Author

@grisumbras okay, I added the test project to the all target. So, yes, you can delete the Jamfile once the build.jam is in.

NM.. I deleted it as part of this PR. Should be good to merge, again.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://143.docca.prtest.cppalliance.org/tools/docca/example/html/index.html

@grisumbras grisumbras merged commit a89ee8d into boostorg:develop Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants