Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 877
    • Issues 877
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 233
    • Merge requests 233
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Merge requests
  • !10047

install tree: install missing headers and symbol exporting

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ben Boeckel requested to merge ben.boeckel/vtk:vtk-install-tree-fixes into master Mar 12, 2023
  • Overview 1
  • Commits 8
  • Pipelines 3
  • Changes 13

ParaView had been relying on these headers being available from the install tree. This worked because they were exported from the library. Now, hide all vtk_encode_string calls from VTK's libraries except those used by other VTK modules or ParaView. Other classes which had been exported and available anyways are now installed as well.

Cc: @ryan.krattiger1 @Neumann-A

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: vtk-install-tree-fixes