- Feb 26, 2025
-
-
Ben Boeckel authored
`char` is unsigned on aarch64.
-
Ben Boeckel authored
`char` on aarch64 is `unsigned` and the negative variants for `PointClassification` end up leaking out when compared with literals where promotion occurs (as `int`). While `CellClassification` lacks negative variants, using its enum name helps to keep usage consistent. Assign the `int8_t` storage size for these `enum` types and store its type explicitly where used.
-
- Feb 24, 2025
-
-
Sean McBride authored
Marked some getters as VTK_FUTURE_CONST. Changed use of [] to .a() since the latter can mutate (inserts the key if it doesn't exist).
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
- Feb 21, 2025
-
-
The __forceinline keyword is now recognized as a form of 'inline' by the wrappers, so it no longer causes a build failure. (cherry picked from commit 452a9324)
-
- Feb 20, 2025
-
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
The HTG GCG now supports PartitionedDataSets, looking for the first non-null partition to process. The output structure should be identical
-
Louis Gombert authored
-
Louis Gombert authored
-
Louis Gombert authored
-
Jean Fechter authored
-
- Feb 19, 2025
-
-
Jean Fechter authored
-
Jean Fechter authored
-
- Feb 18, 2025
-
-
Jean Fechter authored
-
- Feb 17, 2025
-
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
Jean Fechter authored
-
- Feb 14, 2025
-
-
Ben Boeckel authored
-
Jean Fechter authored
-
Jean Fechter authored
-
- Feb 12, 2025
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
- Feb 11, 2025
-
-
Jean Fechter authored
-
Jean Fechter authored
-
- Feb 10, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- this commit is slightly ahead of 3.6.0
-
(cherry picked from commit e641ea55)
-
Clamping in the condition and again in the assignment is just error-prone. Clamp once and store the result. (cherry picked from commit ac81ee5c)
-
- Feb 07, 2025
-
-
Charles Gueunet authored
-