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

#include cleanup #231

Merged
merged 2 commits into from
Nov 23, 2024
Merged

Conversation

cmazakas
Copy link
Member

Update library header files to be fully self-contained so tools like clangd can work with the b2-generated compile commands database.

Also update CI to run for feature/** branches.

To handle circular #includes to make tooling happy, we defer to #pragma once when appropriate. The code here is a little over-engineered and can theoretically just be #pragma once but I wasn't sure how Regex was used in the wild.

@cmazakas
Copy link
Member Author

@jzmaddock any thoughts on this?

@jzmaddock jzmaddock merged commit f0afa5d into boostorg:develop Nov 23, 2024
38 checks passed
@cmazakas cmazakas deleted the feature/include-cleanup branch November 25, 2024 15:51
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.

2 participants