Skip to content

VTK: Bump to get bug fixes

Spiros Tsalikis requested to merge spiros.tsalikis/paraview:bump-vtk into master
  • Mathieu Westphal: 'ospray private link'
  • Spiros Tsalikis: 'fix modified bsp tree'
  • Spiros Tsalikis: 'fix non fast mode geometry filter'
    • d5857852e2 vtkGeometryFilter: Fix ijk assignment for non fast-mode
    • Merge-request: vtk/vtk!9884 (merged)
  • Caitlin Ross: 'fides data source property fix'
  • David Gobbi: 'reduce NO RT requirement'
    • 7784551f3c Remove NO_RT marker from tests that don't need it
    • f9eb65f77e Remove NO_RT requirement for Python vtkTest
    • Merge-request: vtk/vtk!9883 (merged)
  • David Gobbi: 'AZ/qvtk'
  • Dan Lipsa: 'add parallel nek5000reader'
    • 55a915bbab Wrong module
    • 84b7ebf392 Add copyright header and reformat comments to VTK style
    • f76943462b Ignore tidy warning
    • bee035600b Make clang-tidy happy
    • 1b82999274 Ignore header for HeaderTest as it needs vtkSmartPointer
    • 31bc314453 Update with latest ParaView filters
    • c0e78884e4 int vs size_t conversion and sprintf warnings
    • 453b746748 Address sprintf warnings and variables not used in release
    • ...
    • Merge-request: vtk/vtk!9873 (merged)
  • Spiros Tsalikis: 'clip poly line'
    • c6efd9afd2 Add TestClipPolyLine
    • 23f3ccd279 Add changelog
    • f6da317939 vtkPolyLine: Clip now generates polylines whenever possible
    • Merge-request: vtk/vtk!9844 (merged)
  • Mathieu Westphal: 'add missing tests'
  • David Gobbi: 'python test cleanup'
    • b126645cdf Remove obsolete numpy URLs from Python tests
    • 17c687b7ee Clean up additional Tcl-to-Python mess in scripts
    • df09bf60e9 Remove superfluous "pass" from Python scripts
    • c326658459 Fix odd usage of VTK_DATA_ROOT in Python tests
    • 0578108bde Ensure that all Python tests set VTK_DATA_ROOT
    • Merge-request: vtk/vtk!9864 (merged)
  • Jaswant Panchumarti: 'support texture buffers gles'
  • Scott Wittenburg: 'remove broken offaxis stereo baselines'
  • Yohann Bearzi: 'callback futures'
    • 8aa5611008 vtkThreadedCallbackQueue: introducing vtkCallbackTokens
    • ca6cdaa402 vtkThreadedCallbackQueue: removing vtkInternalController
    • Merge-request: vtk/vtk!9859 (merged)
  • Mathieu Westphal: 'fix lpt inegration model init'
    • 1958e70a92 Fix vtkLagrangianParticleTracker members initialization
    • Merge-request: vtk/vtk!9856 (merged)
  • Cory Quammen: '18784 typo conduit source'
  • Julien Fausty: 'add pickle support'
    • 4719ebcce8 vtkPython: add changelog for pickling support
    • 66e6c6d4d8 vtkPython: add testing for pickle support of data objects
    • a35df10e70 vtkPython: add pickle support module for vtkDataObjects
    • Merge-request: vtk/vtk!9862 (merged)
  • Julien Fausty: 'field mapping quadric decimation'
    • 3bbe379810 vtkQuadricDecimation: add map point data changelog
    • 4d606e133f vtkQuadricDecimation: add test for point data mapping
    • d6900fa805 vtkQuadricDecimation: add point data mapping during decimation
    • Merge-request: vtk/vtk!9855 (merged)
  • David Thompson: 'ioss cells'
  • David Gobbi: '18786 remove trampoline'
  • Scott Wittenburg: 'fix cave head tracking'
    • e17867dfd1 vtkCamera: Various improvements to head tracking in CAVE
    • Merge-request: vtk/vtk!9654 (merged)
  • Mathieu Westphal: 'fix tidy'
  • Spiros Tsalikis: 'handle invalid numvals selection'
    • 2cbae33de1 Add Test for Selections without values.
    • a1a5ded9cd vtkSelection: Check if numVals != -1
    • Merge-request: vtk/vtk!9851 (merged)
  • Thomas Galland: 'addTriangulateFaces'
  • David Gobbi: 'remove vtkTclTest2Py'
    • d94e3b9546 Remove the Utilities/vtkTclTest2Py directory
    • de09db1b01 Move rtImageTest.py to vtkmodules.test.rtImageTest
    • b92dac0152 Remove some Tcl-isms from Python tests
    • Merge-request: vtk/vtk!9847 (merged)
  • David Gobbi: '18739 python typed'

Merge request reports