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

support locations relative to search paths #809

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

alandefreitas
Copy link
Collaborator

#feat

fix #798

Most symbols are filtered out regardless of the file location. This commit creates a FileInfo cache and only builds the FileInfo when necessary. The search paths are also lazily iterated to find the best matches.

#perf
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://809.mrdocs.prtest2.cppalliance.org/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://809.mrdocs.prtest2.cppalliance.org/index.html

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://809.mrdocs.prtest2.cppalliance.org/index.html

Location objects only contained the full path and the path relative to the search directories. This commit includes a new field for the source path, which contains the path relative to the `source-root`.

#feat

fix cppalliance#798
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://809.mrdocs.prtest2.cppalliance.org/index.html

@alandefreitas alandefreitas merged commit 3630623 into cppalliance:develop Jan 17, 2025
11 checks passed
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.

Wrong relative paths in Boost.URL
2 participants