- Mar 23, 2023
-
-
Timothée Couble authored
-
- Mar 08, 2023
-
-
0df7abfe Add a test 9c11e911 Fix an incorrect usage of vtkDataAssembly::MakeValidNodeName Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10023
-
- Mar 02, 2023
-
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
vtkDataAssembly::MakeValidNodeName do not accept an empty string, so make sure that vtkDataAssemblyUtilities do not pass one.
-
- Mar 01, 2023
-
-
da8ac8a9 vtkWin32Header: mask the `STRICT` preprocessor token Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9615
-
- Feb 28, 2023
-
-
It messes up in libproj where an enumeration has a `STRICT` variant.
-
- Feb 27, 2023
-
-
7601512d Imporove vtkPolyData::RemoveGhostCells testing c5636edd Fix vtkPolyData::RemoveGhostCells field data shallow copy Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !10009
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
- Feb 25, 2023
-
-
5046f148 Merge branch 'upstream-ioss' into ioss-wundef-instances-release 1fb52afd ioss 2023-02-25 (7e8e02e8) 0fbd662a ioss: update for -Wundef errors Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !9999
-
bb10c463 TreeInformation: avoid `using namespace nlohmann` eadc639a TreeInformation: sort via `const&` parameters d880e014 TreeInformation: use the proper enum type for selection fields 57639029 TreeInformation: use the proper enum type for InputType Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10001
-
Ben Boeckel authored
# By Seacas Upstream * upstream-ioss: ioss 2023-02-25 (7e8e02e8)
-
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit 7e8e02e8d3495c0aa7a33a1cab3219b824c8968f (ioss/for/vtk-20230225-master-gef9593ca93).
-
Ben Boeckel authored
Fixes: #18798
-
Ben Boeckel authored
This introduces comparison operators that conflict with the builtins and causes ambiguous lookup when comparing enum types with integers. Just avoid the `using namespace` as it is only needed in a few places anyways.
-
Ben Boeckel authored
GCC 4.8.5 complains, but it feels actually more correct as the ability to modify already-sorted items probably causes all kinds of fun behaviors in the sort algorithm. Fixes: #18833
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Feb 24, 2023
-
-
890f7574 More #include <cstdint> to compile with gcc13 b1a09529 Add #include <cstdint> to compile with gcc13 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !9996
-
- Feb 23, 2023
-
-
Mathieu Westphal (Kitware) authored
-
The `vtkSEPReader` was introduced by MRs !4909 (from my former collaborator Maxime) and !4938. Then it was highly modified by !7516. The later MR is the one that introduced the uses of `std::uint8_t` and `std::uint32_t`. Those types needs the inclusion of `<cstdint>`.
-
3be8d5cd Increase Celltree Locator Max Depth Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !9994
-
Charly Bollinger authored
32 may not be enough at some point. 64 should never be reached. Refer to paper.
-
- Feb 22, 2023
-
-
f52ae3f6 vtkExprTkFunctionParser: Remove regex usage Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9988
-
- Feb 21, 2023
-
-
Spiros Tsalikis authored
-
- Feb 20, 2023
-
-
4a91ce86 Fix MetaIO ElementSpacing precision mismatch Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9980
-
32efedfc Make FindExprTk more robust Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Acked-by:
Arash Partow <partow@gmail.com> Merge-request: !9981
-
- Feb 19, 2023
-
-
David Gobbi authored
The previous version of this module failed due to trivial changes in the way the "version" variable was declared in exprtk.hpp. Add a fallback so that, if exprtk is found, the reported version is never less than 2.7.
-
- Feb 17, 2023
-
-
David Gobbi authored
Between the VTK 8 release and the VTK 9 release, the MetaIO library changed the ElementSpacing type from float to double. However, the vtkMetaImageWriter was not changed to match. Instead, it rounded the vtkImageData spacing from double to float, and then the MetaIO API converted it back to double before printing the file header. Also note that the MetaIO file header changed from using 6 decimal digits of precision for spacing in VTK 8, to 17 decimal digits of precision for VTK 9.
-
7c3353e8 QQuickVTKInteractorAdapter: support Qt 5.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9972
-
3408bd78 vtkUnstructuredGrid: remove deprecation of GetCellTypes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !9965
-
- Feb 16, 2023
-
-
5951ba68 gitlab-ci: upload all wheel sdks 4fb4df97 gitlab-ci: also save OSMesa wheel SDKs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Bane Sullivan <bane.sullivan@kitware.com> Merge-request: !9960
-
Ben Boeckel authored
The used signature is new in Qt 5.12. Since it's such a small change, preserve 5.9 compatibility.
-
- Feb 15, 2023
-
-
76de3fb0 Update vtk-m alongside release-1.8 branch Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !9952
-
This API is also present in `vtkDataSet`. It was not deprecated there, and it is a core API. It is just better to rewind this deprecation.
-
- Feb 14, 2023
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Mathieu Westphal (Kitware) authored
Update vtk-m alongside release-1.8 branch to get fixes for TBB detection.
-
- Feb 13, 2023
-
- Feb 10, 2023
-
-
73202272 Fix a small issue in the LPT regarding max nSteps Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !9941
-