- Jan 04, 2024
-
-
Ryan Krattiger authored
-
- Dec 27, 2023
-
-
Ryan Krattiger authored
-
Kitware Robot authored
-
- Dec 26, 2023
-
-
b9cd8721 BorderWidget: Leaving the viewport should unselect Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
Jessica Marquis <jessica.marquis@bluequartz.net> Acked-by:
Jessica Marquis <jessica.marquis@bluequartz.net> Merge-request: !10775
-
8fabe910 vtkDataSetAttributes: Fixing ghost array setup when copying Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Merge-request: !10780
-
Kitware Robot authored
-
- Dec 25, 2023
-
-
Kitware Robot authored
-
- Dec 24, 2023
-
-
Kitware Robot authored
-
- Dec 23, 2023
-
-
Kitware Robot authored
-
- Dec 22, 2023
-
-
Yohann Bearzi (Kitware) authored
-
f868a667 vtkGLSLModCamera: initialize boolean members Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Sean McBride <sean@rogue-research.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !10777
-
a28aff7c ValueRange: Add optional value type for vtkDataArray specialization 567751a6 GetAPIType: Add optional value type for vtkDataArray specialization Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !10768
-
Kitware Robot authored
-
- Dec 21, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- in the unit test, the newly added template parameter allows exercising the optional value type template parameter for value range of a generic data array. It is tested using a `MockDataArray` which is neither AoS nor SoA in order for vtkDataArray code paths to kick in.
-
Jaswant Panchumarti (Kitware) authored
-
Ben Boeckel authored
POD types do not get explicitly initialized and can be junk values. This triggers UBSan when the value is a `bool` and the value is not 0 or 1.
-
Kitware Robot authored
-
- Dec 20, 2023
-
-
ebd20474 gitlab-ci: add EGL builds for Linux 52bf95b7 CTestCustom: ignore GCC 12 warnings 7b590aa1 ci: add script to download EGL SDK for wheels 4655b313 ci: add a container to build Mesa EGL for Python wheels dd4fcdd3 ci: add missing OSMesa wheel job entries e567b93a ci: add missing Windows wheel external VTK tests 22a0f85f ci: sort CDash job entries 517dfbdd ci: fix source group names for existing CDash entries ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10761
-
3d0bcd89 Added missing semi on vtkLog() to fix compilation error Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10774
-
Sankhesh Jhaveri authored
This fixes the issue where a selected widget can never be de-selected or re-selected if the de-selection is done outside the viewport.
-
c1bce681 vtkTextureObject: Fix compiler error -Werror=undef Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10760
-
Sean McBride authored
Also fixed funny formatting.
-
386b28cd Changed a bunch of macros to not masquerade as function-like 5d9aea09 Use do{}while(0) idiom to make function-like macros more function-like f1cac5de Fixed some -Wextra-semi-stmt warnings with VTK_REQUIRE statements 5e49eee8 Fixed several trivial clang -Wextra-semi-stmt warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10674
-
2e4c0285 vtkOpenVDBReader: Fix a FileName leak Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !10772
-
Ben Boeckel authored
-
Ben Boeckel authored
There's a warning from VTK-m's vendored DIY that can be suppressed, but seems to be an optimizer-induced warning. Just ignore them.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Mainly by putting the entries on single lines.
-
Ben Boeckel authored
Probably a false positive, but simpler code is better anyways.
-
Ben Boeckel authored
GCC warns about out-of-bounds reads on `quality` for some reason.
-
Ben Boeckel authored
This doesn't confuse GCC in warning about memory issues.
-
Ben Boeckel authored
For some reason, GCC 12 thinks that the `resize` call copied uninitialized memory. Avoid it by allocating a new `vector` and moving out of it.
-
4a5decad Remove trailing . from headings for consistency 37477747 Fix a relative path to be from VTK root directory 5dd71e53 Remove leading "./" in the paths 37676a7b Fix wrong braces and add 1st line for consistency Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Acked-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !10765
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-