- Mar 01, 2025
-
-
Jaswant Panchumarti (Kitware) authored
-
- Feb 28, 2025
-
-
Jaswant Panchumarti (Kitware) authored
-
- Feb 26, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- with asyncify, the python server always got an exit code of `1` because `main` implicitly returned 1. - as a result, exit code is specially handled so that `ctest` can decide whether the test failed or passed.
-
- Feb 17, 2025
-
-
Jaswant Panchumarti (Kitware) authored
-
- Feb 14, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Feb 13, 2025
-
-
Timothée Couble authored
The material ID was only set for the starting cell. It is now correctly assigned to the first cell and all next ones.
-
- Feb 12, 2025
-
-
Spiros Tsalikis authored
-
- Feb 11, 2025
-
-
Jean Fechter authored
-
- Feb 03, 2025
-
-
Nicolas Vuaille authored
With previous behavior, one boundary face was not extracted so we saw the "interior" of the mesh. Thus coloring backface makes the failure obvious.
-
- Jan 29, 2025
-
-
Louis Gombert authored
-
- Jan 23, 2025
-
-
-
- These headers are no longer required as tests run on main thread.
-
- On windows, sigint didn't get caught because the `httpd` thread could not see the exception.
-
- 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.
-
- Jan 16, 2025
-
-
Spiros Tsalikis authored
Upon the introduction of the new image testing framework, this variable should have changed like the default threshold of vtkRegressionTestImage changed.
-
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
- Dec 31, 2024
-
-
Dave Allured authored
-
- Dec 13, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
When SSIM returns a negative value, the histogram bucketing ends up writing to out-of-bounds memory. Don't do that and instead shift the buckets to account for the full range of values that are possible. Finally, add commentary on the code. See commit cd75f4b9 which applied this to `master` and `release`. Co-authored-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com>
-
Ben Boeckel authored
-
Ben Boeckel authored
`newFileName` is deleted using `delete[]`, so allocate it with `new[]`.
-
- Dec 07, 2024
-
-
Ben Boeckel authored
(cherry picked from commit 4250a4d9)
-
Ben Boeckel authored
`newFileName` is deleted using `delete[]`, so allocate it with `new[]`. (cherry picked from commit 058ac71c)
-
- Nov 29, 2024
-
-
(cherry picked from commit 8ec1d44d)
-
- Nov 28, 2024
-
-
Lucas Givord authored
The VTKHDF spec allows temporal overlappingAMR since 2.2. This dataset has a version of 2.1, updated to follow correctly the spec
-
- Nov 22, 2024
-
-
Jean Fechter authored
-
- Nov 20, 2024
-
-
Nicolas Vuaille authored
-
- Nov 18, 2024
-
-
Thomas Galland authored
-
Jean Fechter authored
-
- Nov 08, 2024
- Nov 07, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- dynamically construct the arguments for recognized engines, like chrome/chromium.
-
- Nov 04, 2024
-
-
Mathieu Westphal (Kitware) authored
-
- Oct 24, 2024
-
-
Lucas Givord authored
Make sure to test temporal overlappingAMR for the version 2.2 and 2.3
-
Lucas Givord authored
The VTKHDF spec allows temporal overlappingAMR since 2.2. This dataset has a version of 2.1, updated to follow correctly the spec
-
- Oct 13, 2024
-
-
Ben Boeckel authored
-