- Apr 22, 2024
-
-
Kitware Robot authored
-
- Apr 21, 2024
-
-
e6c4bbec vtkFFMPEGVideoSource: fix version check for `coded_side_data` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11074
-
Kitware Robot authored
-
- Apr 20, 2024
-
-
Ben Boeckel authored
It was added to `AVCodecContext` in the prior check, not `AVCodecParameters`.
-
Kitware Robot authored
-
- Apr 19, 2024
-
-
57bf3a47 Testing/External: use VTK's main `CTestCustom.cmake` file 38c27ac9 clang-tidy: ignore new warnings d26d81c6 CTestCustom: ignore KWIML `clang-tidy` warnings 3cac1732 CTestCustom: ignore Boost C++14 requirement warnings fd49a739 CTestCustom: ignore a vtkPolyhedron doxygen waring 3c11b8c7 CTestCustom: ignore a vtkInherits documentation warning abd9d694 CTestCustom: suppress a doxygen warning from QQuickVTKRenderWindow 8ab778e5 CTestCustom: ignore warnings from the stdlib ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9204
-
-
45db681a vtkGradientFilter: Fix thread-safety issue Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !11058
-
45db681a vtkGradientFilter: Fix thread-safety issue Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !11058
-
Kitware Robot authored
-
- Apr 18, 2024
-
-
7a234239 Eliminated data race found by TSan Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11054
-
Ben Boeckel authored
This allows excluding warnings from this project as well.
-
Ben Boeckel authored
Though a sweep of fixing some of the new lints should be done someday.
-
Ben Boeckel authored
These are intended to be C-compatible, so `void` is required.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
These warnings require deeper dives into the source. Ignore for now so that CI can move forward.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
All configurations report a failure when calling `MPI_comm_free` but it doesn't happen locally or in `gdb`. Exclude for now.
-
Ben Boeckel authored
The widget renders underneath the image.
-
Ben Boeckel authored
It takes a lot of time pretty consistently; needs investigation (as it works fine on a local Fedora 37 installation).
-
Ben Boeckel authored
This creates a duplicate TBB library which triggers configure warnings.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Split CUDA into a its own container as it doesn't always have repositories available when we update the main image.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
`clang-tidy` fires a `clang-analyzer-cplusplus.StringChecker` lint on the `std::string` assignment. If a `nullptr` would reach it, instead return an empty string.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
It is in an anonymous namespace already.
-
Ben Boeckel authored
-