- Oct 28, 2024
-
-
David Gobbi authored
This is for correctly sorting names that have numeric components without leading zeros, e.g. [f.0, f.10, f.5] -> [f.0, f.5, f.10].
-
- Oct 23, 2024
-
-
3a11d94a Enable multiple X RWI Start() calls without closing window Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !11495
-
e58e89b9 Add missing vtkDelimitedTextCodec header Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11578
-
69c3d7e4 ci: python-wheels ensure required packages are installed Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11579
-
- Oct 22, 2024
-
-
David Gobbi authored
The cctype header is needed for std::isspace().
-
Christos Tsolakis authored
Fixes ModuleNotFoundError: No module named 'setuptools' during the /bin/python setup.py bdist_wheel step
-
- Oct 21, 2024
-
-
ccc43d10 Add missing method definition SetDefaultTimeout() 409ab0fd Add EnsureDisplay() to vtkXWebGPURenderWindow Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Acked-by:
clintonstimpson <cjstimp@sandia.gov> Merge-request: !11573
-
- Oct 18, 2024
-
-
David Gobbi authored
The header vtkWebGPUConfiguration.h declared this method, but the definition was missing.
-
David Gobbi authored
This method was added to vtkXOpenGLRenderWindow to simplify the X Display connection code, and is also needed in WebGPU for vtkXWebGPURenderWindow to work with vtkXRenderWindowInteractor.
-
83fccea5 gitlab-ci: remove usage of the `large-memory` tag Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11552
-
ef08a3d0 gitlab-ci: restore `auditwheel repair` command Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Reviewed-by:
Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !11571
-
- Oct 17, 2024
-
-
Ben Boeckel authored
This command was removed by 3b68fa8d (ci: pull osmesa and egl in test stage, 2024-08-13) from !11367 and since then our wheels lacked a `manylinux` tag. PyPI rejects such uploads. Restore the command so that PyPI uploads can proceed.
-
- Oct 16, 2024
-
-
b2cae1fe vtkHDFReader: fix deprecation for vtk 9.4.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !11561
-
- Oct 15, 2024
-
-
Vicente Bolea authored
-
- Oct 14, 2024
-
-
Lucas Givord authored
Deprecation usage in this class was wrong, we deprecate the variable directly instead of the method. Remove also the deprecation for SetHasTemporalData as it shouldn't be deprecate.
-
700f5d1e vtkGLTFReader: suppress warnings from including `vtkGLTFReader.h` 35c93c98 vtkVectorOperators: remove inclusions 87faceb1 TestMappedGrid*Copy: use `GetSerializedFaces` instead of `GetFaces` 2785acc8 vtkTesting: replace usage of `RegressionTestAndCaptureOutput` 45bb0d8f vtkGeometryFilter: use `GetPolyhedronFaces` instead of `GetFaces` 219b50a4 vtkVRRenderWindow: move get/set of deprecated field to the file 230a3254 vtkHDFReader: fix some grammar in deprecation warning cf3e8667 deprecation: fix macro usage ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11557
-
- Oct 13, 2024
-
-
Ben Boeckel authored
The header has a method which returns a deprecated type. MSVC warns about such usage, so suppress it.
-
Ben Boeckel authored
-
Ben Boeckel authored
The latter is deprecated.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This avoids deprecation warnings in every TU which includes the header.
-
Ben Boeckel authored
-
Ben Boeckel authored
The macro goes after the `struct` keyword.
-
Ben Boeckel authored
This allows `grep` to find what needs updated when removing deprecated-in-9.4 APIs.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Oct 12, 2024
-
-
5c4687d6 Keep GetFaces as GetSerializedCellFaces for legacy vtkUnstructuredGridWriter Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11558
-
- Oct 11, 2024
-
-
Mickael PHILIT authored
-
316c1a9f Merge branch 'upstream-ioss' into update-ioss-fmt-11 1ab7c9ca ioss 2024-10-09 (8469d11c) d90908c2 ioss: update.sh Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11550
-
39d90847 Exclude TestArrayRenderer on macos_x86_64 920a82cb vtkImageMathematics: Fix operations with 1 input 978e6046 vtkImageMathematics: Use math function from std 94a8fe73 Update tests that render lines along with their baselines 7eb9aa3f TestArrayRenderer: Add processCmdLine() to locate files a875471a Use LOOSE_VALID for TestPointInterpolator2D d085e516 Add extra baselines for some macos tests 6d920d6d TestHyperTreeGridTernary2dMaterial's baseline has been updated ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11531
-
- Oct 10, 2024
-
-
254cdae3 python: run black in data_model.py 2272a71a python: add rectilinear grid override Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !11546
-
Spiros Tsalikis authored
# By Seacas Upstream * upstream-ioss: ioss 2024-10-09 (8469d11c)
-
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit 8469d11cf63a086d2b723a182df8922a7118252a (ioss/for/vtk-20241009-v2024-06-27).
-
Spiros Tsalikis authored
Missing some fmt 11 includes
-
- Oct 09, 2024
-
-
Ben Boeckel authored
Surveying the CI machines shows that `large-memory` is not actually more memory per-core in pracitice as it was intended to be. Remove the tag so that it can eventually be phased out completely.
-
- Oct 08, 2024
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
When an operation supports only 1 input, but many inputs have been provided, we make sure that only the first is used.
-
Spiros Tsalikis authored
Also add anonymous namespace
-