- Jan 27, 2025
-
-
Kitware Robot authored
-
- Jan 26, 2025
-
-
1c617ee5 Fix bug with removing and adding a new vtkOrientationMarkerWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11874
-
71b650e7 vtkModuleWrapPython: support depending on modules being wrapped Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !11872
-
Kitware Robot authored
-
- Jan 25, 2025
-
-
Ben Boeckel authored
The `TARGET` argument is an `INTERFACE` library which does not end up in the build graph as something that can be requested of `make` or `ninja` or works as a dependency of a custom target. Instead, make a custom target that can be requested at build time by the user and depended upon by other custom targets in the build.
-
Jaswant Panchumarti (Kitware) authored
- closes vtk/vtk#19592
-
d11630ac include cstdint header for std::uint64_t 19b0ffb3 Reintroduce vtkAbstractArray::PrintValues method without using nlohmannjson 27f2fd11 Document removal of nlohmannjson from CommonCore public API 88656d5e Revert "Merge topic 'serialize-print-vtkabstract-array'" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11854
-
1556cd92 vtkWrapPython: mark more generated functions as `static` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !11870
-
Kitware Robot authored
-
- Jan 24, 2025
-
-
Ben Boeckel authored
-
9b89398b Fixed access violation when accessing bounds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11867
-
Jaswant Panchumarti (Kitware) authored
- fixes undeclared name error with GCC 13.3.1 used in fedora39 runners.
-
Jaswant Panchumarti (Kitware) authored
- also add TestPrintArrayValues.cxx
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
This reverts commit 056f9670, reversing changes made to 28e93202.
-
5e7363dd Add vtkWebGPUPolyDataMapper2D 3ab73008 Update TestComputeTriangulation to use vtkWebGPUCellToPrimitiveConverter 70cd50ac webgpu: Include shader module entry point when creating pipeline hash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11732
-
821114a2 doc: VTK WASM regression test suite architecture a97bed43 add `vtkWebAssemblyTestLinkOptions` target to `_vtk_non_module_components` a3724f5a add `vtkbuild` target to `_vtk_non_module_components` 2b899290 Remove COEP headers from wasm test runner c2dca49c wasm-test: Handle sigint on main thread in the test runner script. 0cfbe778 ci: exclude TestPBRIrradianceHDR in wasm Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11864
-
d66ae4c5 Restore timer priority in win32 interactor Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11863
-
Kitware Robot authored
-
- Jan 23, 2025
-
-
07167c68 Support reading XGC files in Fides format 4e3f400d Update tag for fides 7a536d1c Merge branch 'upstream-fides' into bump-fides 8b4ccee2 fides 2025-01-16 (95b4d0ba) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Caitlin Ross <caitlin.ross@kitware.com> Merge-request: !11857
-
Jens Munk Hansen authored
-
-
-
-
- These headers are no longer required as tests run on main thread.
-
- On windows, sigint didn't get caught because the `httpd` thread could not see the exception.
-
- Add it to the list of PBR tests which are excluded - It doesn't work because in webgl2, GL_RGB32F is non-colorable and non-filterable. This was identified in vtk/vtk@de4ce1be, and handled properly. - Although, back then, the regression test framework used a high threshold. This explains why `TestPBRIrradianceHDR` passed even though the `webgl2` code path used integer textures and no mipmaps.
-
- This commit ensures that WM_TIMER is handled after user input like was the case before vtk/vtk!11811. - closes vtk/vtk#19590 - fixes non responsiveness with joystick style reported in vtk/vtk!11811 (comment 1615687)
-
c9c8d6ff Independent thickness modification with reslice cursor widget Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11851
-
c3ad7ee1 Remove GetInputAs<DataSetType> pattern Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11865
-
2cd051dc Win32RenderWindowInteractor: Use brace initializer Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11859
-
Kitware Robot authored
-
- Jan 22, 2025
-
-
Spiros Tsalikis authored
-
Kitware Robot authored
-
- Jan 21, 2025
-
-
47fc8e85 vtkLabeledDataMapper: Use macros 235b3b6b vtkFastLabeledDataMapper: Add to auto marshal list 2a2f9f31 vtkFastLabeledDataMapper: Fix comments a0bb835f vtkFastLabeledDataMapper: Remove GetInput 5f6eaebb Replace GetInputAsDataSet functions with GetDataSetInput Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Merge-request: !11841
-
Lucas Gandel authored
-
f9c98ead Fix typo 2263e952 Add documentation for removed parameter 13f8ef94 Unused parameter warning 0cac208a Fix unused parameter b6680b44 Use vtkm path only for arrays on a device Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11846
-
670d82d9 Use object factory for vtkPAxisAlignedReflectionFilter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11858
-
Kitware Robot authored
-
- Jan 20, 2025
-
-
Dan Lipsa authored
-