- Feb 12, 2025
-
-
Kitware Robot authored
-
- Feb 11, 2025
-
-
Kitware Robot authored
-
- Feb 10, 2025
-
-
Kitware Robot authored
-
- Feb 09, 2025
-
-
Kitware Robot authored
-
- Feb 08, 2025
-
-
Kitware Robot authored
-
- Feb 07, 2025
-
-
Kitware Robot authored
-
- Feb 06, 2025
-
-
Kitware Robot authored
-
- Feb 05, 2025
-
-
Kitware Robot authored
-
- Feb 04, 2025
-
-
Kitware Robot authored
-
- Feb 03, 2025
-
-
Cory Quammen authored
Spurious warnings about attributes are given by GCC < 9.1. See bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89325
-
Kitware Robot authored
-
- Feb 02, 2025
-
-
Ben Boeckel authored
-
Kitware Robot authored
-
- Feb 01, 2025
-
-
Kitware Robot authored
-
- Jan 31, 2025
-
-
Kitware Robot authored
-
- Jan 30, 2025
-
-
Kitware Robot authored
-
- Jan 29, 2025
-
-
Kitware Robot authored
-
- Jan 28, 2025
-
-
Cory Quammen authored
Raise minimum compiler versions to those that support c++17.
-
Kitware Robot authored
-
- Jan 27, 2025
-
-
Kitware Robot authored
-
- Jan 26, 2025
-
-
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.
-
Kitware Robot authored
-
- Jan 24, 2025
-
-
Kitware Robot authored
-
- Jan 23, 2025
-
-
-
-
Kitware Robot authored
-
- Jan 22, 2025
-
-
Kitware Robot authored
-
- Jan 21, 2025
-
-
Kitware Robot authored
-
- Jan 20, 2025
-
-
Kitware Robot authored
-
- Jan 19, 2025
-
-
Kitware Robot authored
-
- Jan 18, 2025
-
-
Kitware Robot authored
-
- Jan 17, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- Adds `VTK_WEBASSEMBLY_EXCEPTIONS` cmake setting to enable exceptions at compile+link time with `-fexceptions`. - This setting will allow the C++ unit tests to print additional stack traces when an uncaught exception is thrown, at the expense of greater binary size and slower execution. - The `ENABLE_EXCEPTION_CATCHING` option requires a list of functions from which exceptions may be thrown. This commit allows all functions to throw exception catching with `DISABLE_EXCEPTION_CATCHING=0` as we cannot know all possible functions that could throw exceptions.
-
Kitware Robot authored
-
- Jan 16, 2025
-
-
Spiros Tsalikis authored
-
Jaswant Panchumarti (Kitware) authored
- the link options are now centralized in the `VTK::vtkWebAssemblyTestLinkOptions` target with `INTERFACE` visibility. - this leverages the fact that all unit tests link with the `VTK::TestingCore` library. - On emscripten platform, the asyncify link options are separately appended on the vtkRenderingWebGPUCxxTests target.
-
Kitware Robot authored
-
- Jan 15, 2025
-
-
Kitware Robot authored
-
- Jan 14, 2025
-
-
Kitware Robot authored
-
- Jan 13, 2025
-
-
David Gobbi authored
This file was first needed when each Python module was split into an interface module (with the init function) and an implementation library containing the Python.cxx files. For the modern wrappers, The InitImpl.cxx file can be folded into the Init.cxx file.
-