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

[vtk] Unify include spelling, add comments, fix deps #20024

Merged

Commits on Aug 21, 2023

  1. [vtk] Unify include spelling, add comments, fix deps

    VTK splits its code into libraries, but doesn't use subdir include
    paths to reflect the which library has which header. This makes it
    difficult to properly update BUILD files as the include statements
    evolve. For clarity, we now mark all VTK includes with the library
    they come from. We can also add some missing deps now as a result.
    jwnimmer-tri committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    495a1bf View commit details
    Browse the repository at this point in the history