- Jan 17, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- Adds `VTK_WEBASSEMBLY_EXCEPTIONS` cmake setting to enable exceptions at compile+link time with `-fexceptions`. - This setting will allow the C++ unit tests to print additional stack traces when an uncaught exception is thrown, at the expense of greater binary size and slower execution. - The `ENABLE_EXCEPTION_CATCHING` option requires a list of functions from which exceptions may be thrown. This commit allows all functions to throw exception catching with `DISABLE_EXCEPTION_CATCHING=0` as we cannot know all possible functions that could throw exceptions.
-
3060c67e Add the catch for error and format ff35086f Fix for the same issue with Fluent Legacy Format. eac1c665 Fixes for a bug when reading hexahedron tree cell structure. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11829
-
Kitware Robot authored
-
- Jan 16, 2025
-
-
e3b970f3 ci: Exclude TestMixedGeometryCellScalars for wasm 52863d5f Create VTK::vtkWebAssemblyTestLinkOptions interface target 1c7a4e57 Use extend method to add webgpu flags for linux browsers dac31755 docs: update wasm build and test instructions with current tool versions 3cb20025 TestLabeledDataMappers: skip for GLES due to no geometry shader support 94ab597a TestLabeledDataMappers: Prevent out of order globals init in wasm dfe6482b Add implicit engine args only if engine path is specified Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !11796
-
d2176e74 Remove obsolete PythonInitImpl.cxx file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11838
-
3709dac5 Merge branch 'upstream-sqlite' into tpl-update-sqlite 57d28fd2 sqlite 2025-01-02 (d6edf298) 54259e2f sqlite: update version to 3.47.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11801
-
Jaswant Panchumarti (Kitware) authored
- see vtk/vtk#19580
-
Jaswant Panchumarti (Kitware) authored
- the link options are now centralized in the `VTK::vtkWebAssemblyTestLinkOptions` target with `INTERFACE` visibility. - this leverages the fact that all unit tests link with the `VTK::TestingCore` library. - On emscripten platform, the asyncify link options are separately appended on the vtkRenderingWebGPUCxxTests target.
-
-
Jaswant Panchumarti (Kitware) authored
-
-
-
-
406cceb9 AMReXParticlesReader: handle inexact division of grids among MPI ranks 1d4baf0d AMReXGridReader: Use std::size_t or vtkIdType instead of long where necessary 2715c463 AMReX - continue reading particle file when top level header does not exist 905c2586 Fix vtkPlotBar::GetBounds logic when log scale is enabled 72fb8a68 doc: Fix typo LogScaling -> LogScale in vtkAxis header fefb1764 Fix cell coloring for thick lines on apple silicon Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11834
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Kitware Robot authored
-
- Jan 15, 2025
-
-
48eac350 GLTF document loader caches a default scene Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !11836
-
e1d59512 vtkArcGridActorPrivate.cxx: vector reserve to vector reserve and init Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11840
-
Kitware Robot authored
-
- Jan 14, 2025
-
-
57ac6758 Fix issue with Fides initializing HIP before using Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11821
-
1c3591ce VTK: Remove unexpected trash file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11797
-
Arthur P. authored
-
d239bcfc Documentation note for gltf loader API 45adbcbe GLTF loader can now selectively toggle loading of certain data Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11837
-
Colin authored
on line 85 there is an error when tests are run with libc++ hardness mode with the debug setting on line 82 we reserve space for the vector this does not change n though so when we access it on line 85 there is an error n=0, to fix this we reserve and initalize the vector
-
8bad31f2 Update camera orientation representation handles Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !11819
-
ac11ffc9 Removed a warning 234740db Fixed a bug of copy critical points 1ae572fc Fixed an issue regarding copying critical points 0e82c462 Changed headers to SPDX headers 7bdcb69c Updated The Test File and Resloved the Issues 282f75b8 Updated Test File for AMR Data 942df0ac Fixed a warning about double to longlong conversion 1bbc13f0 Added missing {} ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11394
-
7de061cb JSONSceneExporter: only choose arrays for named actor map Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Jean Fechter <jean.fechter@kitware.com> Merge-request: !11835
-
Kitware Robot authored
-
- Jan 13, 2025
-
-
147500ad Rebuild scalarbar for opacity function updates Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !11817
-
David Gobbi authored
This file was first needed when each Python module was split into an interface module (with the init function) and an implementation library containing the Python.cxx files. For the modern wrappers, The InitImpl.cxx file can be folded into the Init.cxx file.
-
17380f6f Hide the Python module implementation init function 0eae306f Hide the Python wrapper ClassNew, TypeNew functions 332bad11 Hide the Python wrapper AddFile functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11831
-
9a49406c Fix structured grid dimensions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11826
-
87ce1813 Fixed more warnings about extra semi colons Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !11671
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
Model images, keyframes and skin matrices can now be toggled.
-
Sankhesh Jhaveri authored
-
Louis Gombert authored
An oversight in a previous improvement disabled writing data arrays for a JSON scene when not using the named actor map mode, which was not intended, and only tested in ParaView using the animated view export
-
Jaswant Panchumarti (Kitware) authored
- this commit fixes the grid-process assignment logic robust when the number of grids cannot be exactly divided among the number of MPI ranks (pieces in this code) - this commit also adds MPI awareness to an existing unit test. - the unit test TestAMReXParticlesReader is run with MPI, when enabled, on 3 nodes. It passes only when the sum of the number of points across all nodes is equal to a known value. - without the change in vtkAMReXParticlesReader, the unit test will faill with MPI (cherry picked from commit de94dced)
-