- Aug 31, 2023
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
- Aug 30, 2023
-
-
8cd8d807 CONVERGE CFD CGNS Reader: Add test ee0b4903 CONVERGE CFD CGNS Reader: Create reader to read CGNS files with parcel data Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10443
-
Tiffany Chhim authored
-
Tiffany Chhim authored
This reader relies on the CGNS reader to read the main mesh and arrays, then reads parcels in each base and zone along with their own data arrays.
-
-
33be29e1 Remove vtkBandFiltering from release notes 2ddf1f60 Remove (unreleased) DSP module from VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10462
-
33be29e1 Remove vtkBandFiltering from release notes 2ddf1f60 Remove (unreleased) DSP module from VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10462
-
-
8eee1209 OpenXRRemoting: Using XrCheckOutput 6938d685 OpenXR: Downgrade action suggestions to debug output de975060 OpenXR: Generalize XrCheck* into a single method Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !10450
-
8eee1209 OpenXRRemoting: Using XrCheckOutput 6938d685 OpenXR: Downgrade action suggestions to debug output de975060 OpenXR: Generalize XrCheck* into a single method Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !10450
-
Kitware Robot authored
-
- Aug 29, 2023
-
-
-
00eabf3e vtkIOSSReader: When reading ex-timeseries detect related files Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10447
-
00eabf3e vtkIOSSReader: When reading ex-timeseries detect related files Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10447
-
-
603753ec Remove Dispatching for Composite and Indexed arrays 37301a94 vtkAffineImplicitBackend: move implementation into its own file 8fd0d339 CommonCore: move ImplicitArrays in from its own module Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Ben Boeckel (Kitware) <ben.boeckel@kitware.com> Merge-request: !10253
-
603753ec Remove Dispatching for Composite and Indexed arrays 37301a94 vtkAffineImplicitBackend: move implementation into its own file 8fd0d339 CommonCore: move ImplicitArrays in from its own module Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Ben Boeckel (Kitware) <ben.boeckel@kitware.com> Merge-request: !10253
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
c60a3a45 Testing: fixing a compile warning. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis (Kitware) <spiros.tsalikis@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10461
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
- Aug 28, 2023
-
-
f5339551 Adding matmul to Python algorithms for vtkDataArrays Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10433
-
Yohann Bearzi (Kitware) authored
The warning `warning: use '= default' to define a trivial default constructor [modernize-use-equals-default]` was appearing on non-MPI builds in the constructor of `vtkTestingInteractor'. The contructor is not empty anymore when MPI is OFF.
-
Spiros Tsalikis authored
This is removed because a recursive include of backends occurs which can not be solved.
-
This hides it from those just looking for the declaration and accidentally instantiating it.
-
Spiros Tsalikis authored
This is needed so that arrays can be dispatched by value including implicit arrays. Also with this change we don't need to include another header just to dispatch implicit arrays.
-
c6011d73 Adding release notes for loguru 21f648bc Merge branch 'upstream-loguru' into loguru-signal 9b2e0134 loguru 2023-08-22 (b69cac88) 5f459879 vtkLogger: disable loguru signal handlers by default 064468ae vtkLogger: unsafe_signal_handler moved to signal_options struct f34432d8 updating loguru Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10404
-
-
871ffc9f Java: Fix an issue with axes actor API Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10457
-
871ffc9f Java: Fix an issue with axes actor API Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10457
-
179f8f5b vtkHDF: prep MeshMTime compatibility 4d303185 vtkHDF: add changelog 9cfcb0a0 vtkHDF: doc + compile warning fix + better error handling 1086bc7b vtkHDF: refactor unstructured grid cache mechanism 0c1f6c72 vtkHDF: test poly data cache 2b5fc7ab vtkHDF: implement poly data cache 1dc8afff vtkHDF: test cache for unstrucutred grid a22d11ad vtkHDF: add caching for unstructured grid ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10355
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
-
da508d38 OpenXR: Add suffix path to include and bin cmake detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Merge-request: !10451
-
da508d38 OpenXR: Add suffix path to include and bin cmake detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Merge-request: !10451
-
Kitware Robot authored
-