VTK 5.0.3

| | Comments (0) | TrackBacks (0)

Some observations about VTK compilation

MD and MDd

First, we change the output library names to follow our format: suffixes: -MD and -MDd. This is mainly because VTK made no difference between release and debug libraries.

Code changes

Analizying the version 5.0.2 I notice several changes in several files

  • Wrapping/Python/vtk/qt/QVTKRenderWindowInteractor.py
  • Wrapping/Tcl/vtkDetermineTkResources.cmake
  • OCommon/vtkStringArray.cxx
  • Graphics/vtkClipDataSet.cxx
  • Graphics/vtkCutter.cxx

The following files were not modified because the version 5.0.3 made changes in it:

  • Filtering/vtkOrderedTriangulator.cxx
  • Graphics/vtkCountourGrid.cxx

Categories

Leave a comment