- Feb 12, 2025
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
- Feb 10, 2025
- Feb 07, 2025
-
-
Mathieu Westphal (Kitware) authored
Deprecate vtkXMLMultiGroupDataReader and remove mentions
-
- Feb 05, 2025
-
-
Dan Lipsa authored
-
- Feb 03, 2025
-
-
Cory Quammen authored
On the Intel oneAPI 2021 compilers, this call was leading to compilation error due to an ambiguous call to __is_path_src: bits/fs_path.h:119:16: error: call to '__is_path_src' is ambiguous : decltype(__is_path_src(std::declval<_Source>(), 0)) Resolved by statically casting the string to a std::string
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Feb 02, 2025
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Jan 31, 2025
-
-
Sankhesh Jhaveri authored
This makes the vtkResourceStream header available for vtkGLTFImporter
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
- Jan 29, 2025
-
-
Louis Gombert authored
-
Louis Gombert authored
3D vectors are much better handled by VTK and ParaView, especially for the glyph filter. Now, all 2D vector fields are read as 3D, with a null 3rd component. This behavior was already implemented in the legacy exodus reader.
-
- Jan 28, 2025
-
-
Mickael PHILIT authored
-
Mickael PHILIT authored
-
Mickael PHILIT authored
-
- Jan 27, 2025
-
-
Mickael PHILIT authored
-
- Jan 24, 2025
-
-
David Gobbi authored
Use of vector<uint8_t> with nlohmann::json::from_msgpack() caused the following error with clang 19: implicit instantiation of undefined template 'std::char_traits<unsigned char>' because the standard only defines std::char_traits<T> for char, wchar_t, char8_t, char16_t, and char32_t. The error goes away if <char> is used in place of <uint_8>.
-
Mathieu Westphal (Kitware) authored
- vtkHierarchicalBoxDataSet - vtkHierarchicalBoxDataSetAlgorithm - vtkHierarchicalDataSetGeometryFilter - vtkXMLHierarchicalBoxDataReader - vtkXMLHierarchicalBoxDataWriter - vtkXMLHierarchicalDataReader - vtkXMLPHierarchicalBoxDataWriter
-
Jaswant Panchumarti (Kitware) authored
This reverts commit 056f9670, reversing changes made to 28e93202.
-
- Jan 22, 2025
-
-
Spiros Tsalikis authored
-
- Jan 20, 2025