Skip to content

bump(VTK): bug fix for segfault in clip

Julien Fausty requested to merge julien.fausty/paraview:bumpVTK into master
  • Jaswant Panchumarti: 'revert cocoa offscreen change'
  • Dan Lipsa: '3dtiles add glb'
    • 64d99fd7db Remove commented out debugging code
    • 8ccc46791d Fix: On Windows tellg is wrong unless stream is open in binary
    • e651168c88 size_t to uint32_t conversion warning
    • b4625ae050 Fix conversion size_t to uint32_t
    • e9f9024061 Unreferenced formal parameter
    • 4fa8a2d5e8 Fix std::string to char* conversion error
    • 31d8c0585b Add ability to use GLB to save tiles
    • 19f56aece4 Pad so accessor total byteOffset is multiple of componentType length
    • ...
    • Merge-request: vtk/vtk!9664 (merged)
  • David Gobbi: 'contour triangulator bounds tol'
  • Julien Fausty: 'implicitArrays'
    • f490dacb36 build(impArr): break circular dependency with CommonCore
    • 058933c2fe refactor(impArr): value range calculating
    • d729f8b771 review(ImplicitArrays): improve build and test structure + doc
    • 9fb72f8639 review(ImplicitArray): refactor local scopes + doc + add keyword const
    • c1fb50c38d review(implicitArrays): refactor + fix typos + nowrap + doc
    • 295ed1ec9f move(implicitArrays): into its own module
    • 741cc86a95 review(ImplicitArray): general reorganization improvements
    • 62d09ef7c9 test(vtkImplicitArray): ensure behavior through critical filters
    • ...
    • Merge-request: vtk/vtk!9549 (merged)
  • David Gobbi: 'xwindow close display'
    • dcf5ba855b Set Initialized=false in interactor Finalize (X11)
    • 8288016bce Always clear interactor DisplayId in Finalize (X11)
    • 453ca57a45 Always clear window DisplayId in CloseDisplay (X11)
    • Merge-request: vtk/vtk!9686 (merged)
  • Spiros Tsalikis: 'do not shallow copy links'
  • Tiffany Chhim: 'ignoreMissingBasesInCGNSReader'
    • e0d5018a23 vtkCGNSReader: Ignore missing or invalid bases instead of aborting
    • Merge-request: vtk/vtk!9689 (merged)
  • Mathieu Westphal: 'fix undefined type vtkSmoothPoints'
    • 2695958d19 Fixed formatting
    • ac498f2258 Move destructor definition to vtkSmoothPolyDataFilter.cxx
    • Merge-request: vtk/vtk!9679 (merged)
  • Julien Fausty: 'fix extract selection memory issue'
    • c872965ff0 vtkExtractSelection: Fix wrong NewInstance/ShallowCopy introduced in af54b16d
    • Merge-request: vtk/vtk!9682 (merged)
  • Jaswant Panchumarti: 'cocoa thread safety'
  • David Thompson: 'fixingHeaderFormatIssue'
  • Spiros Tsalikis: 'improve cellData to pointData'
    • 78c8e0aab6 Add changelog
    • 7d943089f2 vtkCellDataToPointData: Create local cellLinks with min size if none present
    • e28c54641c vtkAbstractCellLinks: Add ComputeType function based on connectivity size
    • 6adb882209 vtkAbstractCellLinks: Use SetDataSet/BuildLinks instead of BuildLinks(dataset)
    • 7a1061f79a vtkStaticCellLinksTemplate: Slightly improve CountPoints functor
    • fa783c03b1 vtkArrayListTemplate: Support unsigned int and unsigned short ids
    • c451158e71 vtkCellDataToPointData: Fix naming conventions
    • Merge-request: vtk/vtk!9678 (merged)
  • David Thompson: 'addingMissingHeaders'
  • Spiros Tsalikis: 'fix convert selection'
    • 80dd6b5966 vtkConvertSelection: Revert wrong change introduced in 92fec6e4
    • Merge-request: vtk/vtk!9681 (merged)
  • Christos Tsolakis: 'import abort general'
    • 6cecf61e59 Change LastAbortTime from a pointer to a object
    • f6870a02d8 Add CheckAbort function to SMP filters
    • e1c92436ce Add CheckAbort to non SMP General filters
    • Merge-request: vtk/vtk!9626 (merged)
  • Ben Boeckel: 'testing data local copy'
    • 89856b2836 vtkExternalData: use option for bool cache variables
    • 13f474d52c vtkExternalData: use lowercase for local variables
    • 9e5d7f1b7c Documentation/build: document external data cache settings
    • 56c06d45bd cmake: allow testing when forbidding downloads
    • Merge-request: vtk/vtk!9633 (merged)
  • Cory Quammen: 'ioss ghost arrays'
    • a17716a403 TestIOSSGhostArray: add test for IOSS ghost array loading
    • fa2586174c vtkIOSSReader: store ghost arrays as vtkUnsignedCharArray
    • Merge-request: vtk/vtk!9676 (merged)
  • Timothee Chabat: 'improve angle representation behavior'
    • 6684e80072 vtkAngleRepresentation2D: cleanup manual new/delete
    • 1bf5e35016 vtkAngleRepresentation2D: improve rendering behavior
    • Merge-request: vtk/vtk!9649 (merged)
  • Ben Boeckel: 'update ci catalyst'
    • a7b985326d gitlab-ci: use the new CI image
    • e4cd12ac1e ci: disable OpenTURNS testing
    • 84f0ae4123 ci: update catalyst in CI to 2.0.0-rc3
    • Merge-request: vtk/vtk!9672 (merged)
  • Patrick Avery: 'fix mrc reader uint16'
  • Julien Fausty: 'fixClippingCrash'
    • 0304588268 fix(vtkTableBasedClipDataSet): avoid segfault for no cell poly data
    • Merge-request: vtk/vtk!9673 (merged)
  • Ben Boeckel: 'add missing dep'
  • Sean McBride: 'kUTTypeFileURL'
  • Julien Fausty: 'quadricDecimation'
    • db31d20721 review(vtkQuadricDecimation): improve doc + refactor + remove deprecation
    • 709e593cdb add(QuadricDecimation): square boundary weighting for homogeneity
    • a15c21f86a add(test): quadric decimation regularization
    • 5914222277 add(vtkQuadricDecimation): probabilistic quadrics
    • Merge-request: vtk/vtk!9629 (merged)
  • Spiros Tsalikis: 'iossreader new ElementShape'
    • ce69952df5 vtkIOSSUtilities: Add support for ElementShape::SPRING
    • 1fc0998d1f vtkIOSSUtilities: Add support for ElementShape::SPHERE
    • 4c773d1be7 vtkIOSSReader: Add note for debugging
    • Merge-request: vtk/vtk!9670 (merged)
  • Christos Tsolakis: 'vtklogger threadname leak warning'
  • Spiros Tsalikis: 'fix debug compile issue'
    • ae6c4c73e7 vtkSelection: Remove assert statement to avoid debug compile failure
    • Merge-request: vtk/vtk!9668 (merged)
  • Mathieu Westphal: 'fix reslice cursor representation'
  • Spiros Tsalikis: 'geom filter structured grids improvements'
  • Spiros Tsalikis: 'extract selection performance improvements'
    • 2319cd25d5 Add Changelog
    • af54b16d94 vtkExtractSelection: ShallowCopy only when there is a need
    • 5626d73a5b vtkDataObjectTreeIterator: Create custom function to detect dataObjectTrees
    • 9390910efe vtkExtractSelection: Extract range during selection->Evaluate
    • 2f43a3ee5e vtkExtractSelection: Minimize the usage of iterators
    • 34220bb2ab vtkSelection: Use raw pointers to avoid overhead
    • f19d14adfc vtkExtractSelection: Create/Initialize output only when it's needed
    • fc0e6b5e63 vtkExtractSelection: Re-use already instantiated output whenever possible
    • ...
    • Merge-request: vtk/vtk!9659 (merged)
  • Christos Tsolakis: 'release fix vtkwebapplication memory leak'
    • 55f92abd26 vtkDataEncoder: Replace vtkNew with vtkSmartPointer
    • a08f7774b9 vtkWebApplication::StillRender replace raw pointer with vtkSmartPointer
    • 89a1622fa4 vtkWebApplication Add test to expose memory leak
    • 63fe2ed8fd Fix skipped image test in TestDataEncoder.py
    • Merge-request: vtk/vtk!9657 (merged)
  • Aron Helser: 'fix delaunay3D empty input'
    • 4d619c08a7 Fix a crash in vtkDelaunay3D when the input points are zero length.
    • Merge-request: vtk/vtk!9650 (merged)
  • Lucas Gandel: 'openxr action warning'
    • 778eb36f97 Remove "thickcropstart" and "thickcropdirection" actions
    • 55f203f5dc Rename handposehandgrip and bind action for it. Remove it for HTC Vive
    • 7cbb4854b4 Remove squeeze force from VTK OpenXR Actions
    • f02fda79c4 Fix typo in action name for nextcamerapose
    • Merge-request: vtk/vtk!9595 (merged)
Edited by Julien Fausty

Merge request reports