- May 11, 2021
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Fixes: #18208
-
9388bcdd vtkModule: improve an error message for why a module was expected Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7963
-
a9730c40 Refactor the Python CustomMethods method Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7965
-
f83cd0f6 Fix declarations not allowed in C90 code 1a59465b C++ comments in C code Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7944
-
05f6c98b ci: add non-Linux wheel builders to the `latest-master` group 574ac5df gitlab-ci: give macOS wheel builders more time Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7960
-
Ben Boeckel authored
-
28b351c9 Fix a segfault with ESG surf and improve ESG doc Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Acked-by:
Paul Lafoix <paul.lafoix@kitware.com> Merge-request: !7961
-
30b483ed Support variable number of atoms Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !7954
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Ben Boeckel authored
-
Ben Boeckel authored
One hour isn't enough in general.
-
Kitware Robot authored
-
- May 10, 2021
-
-
-
6110dacd diy fix in vtkOverlappingCellsDetector 29b94db3 Implementation change in vtkDIYUtilities::Link Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !7958
-
48b98df0 GUISupportQtQuick: Issue with transparent background 4acdb9c4 GUISupportQtQuick: Fix qmldir for multiconfig generators 7368d878 GUISupportQtQuick: Guard Qt6 API with a Qt version check ed55b8a1 CI: Remove a text exclusion from fedora CI b1de1258 GUISupportQtQuick: Check graphics backend 12319cf3 GUISupportQtQuick: Setup graphics backend bb59932f GUISupportQtQuick: Add a dummy renderer to QQuickVTKRenderWindow 186543ce GUISupportQtQuick: Split the frame render stage ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !7909
-
Yohann Bearzi (Kitware) authored
The way block linking was handled didn't quite scale up. Non symmetrical link maps could be produced. The code has been cleaned and now relies on the more robust / easy-to-use vtkDIYUtilities::Link to link relevant blocks together. The map was also storing `nullptr` ugs when blocks were not to be linked. It was adding unnecessary complexity. Now, the filter doesn't allocate anything, and relies on the existance or not of an ug for block at given global id. (cherry picked from commit 915a72b9)
-
Yohann Bearzi (Kitware) authored
The all_to_all communication in this method is unnecessary because when the link map is being generated, it should be symmetric by construction, so all the information is already present. The signature of the method is also changed. It now uses polymorphism when possible, and the `BlockT` template parameter is not relevant anymore. 2 versions are written: one taking a std::set<int> as a parameter, and the other taking a std::map<int, DummyT>. This gives a little flexibility on the type of this link map, and allows to use an already initialize map if the user needed to carry extra data when generating the link map. (cherry picked from commit 8400ec38)
-
915a72b9 diy fix in vtkOverlappingCellsDetector 15ff938e Updating deprecated call GetDataSets in generate gid Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !7956
-
Yohann Bearzi (Kitware) authored
The way block linking was handled didn't quite scale up. Non symmetrical link maps could be produced. The code has been cleaned and now relies on the more robust / easy-to-use vtkDIYUtilities::Link to link relevant blocks together. The map was also storing `nullptr` ugs when blocks were not to be linked. It was adding unnecessary complexity. Now, the filter doesn't allocate anything, and relies on the existance or not of an ug for block at given global id.
-
Yohann Bearzi (Kitware) authored
vtkDIYUtilities::GetDataSets has been moved to vtkCompositeDataSet
-
787ddbf6 Restore wrapping of generated headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7915
-
6330b8df Move VTK_VERSION_FULL macro into its own header Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !7952
-
2cafded9 Fix vtkSMPThreadLocal<LocalDataType> pointer init (vtkGeometryFilter) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !7948
-
Kitware Robot authored
-
- May 09, 2021
-
-
Kitware Robot authored
-
- May 08, 2021
-
-
David Gobbi authored
In VTK 9.0 and earlier, the generated headers in CommonCore were wrapped in order to make defined constants like VTK_VERSION available in Python. This commit reverts 7ba8adf2 to restore the wrapping of these headers.
-
58c49c54 Merge branch 'upstream-png' 324ae8ea png 2021-05-07 (15f842bb) aa9371c8 New PNG tag to update symbol name mangling Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7945
-
Kitware Robot authored
-
- May 07, 2021
-
-
David Gobbi authored
This macro contains part of the git commit hash, and changes every time a config occurs after the commit tree changes. In order to reduce rebuild times, the change must been seen by as few source files as possible, ideally only by vtkVersion.cxx.
-
Sankhesh Jhaveri authored
The default surface format sets the alpha buffer size to 8 which makes the background transparent for a QQuickView.
-
2f3b3bd8 Rendering/OpenGL2: simplify Xcursor detection f60e31dd vtkModuleTesting: use `$<TARGET_EXISTS>` for optional depend defines 0bb18b17 vtkModule: use `$<TARGET_EXISTS>` for optiona dependency definitions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7943
-
348e65ba Added the ability to project one surface onto another. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !7949
-
Dženan Zukić authored
* upstream-png: png 2021-05-07 (15f842bb)
-
Code extracted from: https://gitlab.kitware.com/third-party/png.git at commit 15f842bb594572639ca94fc618623e7efb23d0b5 (for/vtk-20210507-1.6.37).
-
32b3f795 gitlab-ci: hide older Python wheels from MRs d948e2e2 gitlab-ci: ensure that merged_only rules don't run for MRs 78025a90 vtkWheelPreparation: manually create the macOS wheel layout 51d54089 gitlab-ci: capture wheel building output into a file 4185d2cd docs: add a release note b406d442 gitlab-ci: add wheel builds for Windows 8603fe82 ci: add a script to prepare Python on Windows 417bc8df gitlab-ci: add macOS wheel jobs ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7898
-
Dženan Zukić authored
This avoids link errors in applications which depend on libPNG aside from the one in VTK, for example as bundled with OpenCV.
-