Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 487 Bytes

README.kitware.md

File metadata and controls

10 lines (8 loc) · 487 Bytes

zlib fork for VTK

This branch contains changes required to embed zlib into VTK. This includes changes made primarily to the build system to allow it to be embedded into another source tree as well as a header to facilitate mangling of the symbols to avoid conflicts with other copies of the library within a single process.

  • Ignore whitespace problems for VTK's commit checks.
  • Integration with VTK's module system.
  • Mangle all exported symbols to have a vtkzlib_ prefix.