- Aug 25, 2021
-
-
Ben Boeckel authored
ParaView has witnessed that dependency cycles with its Python module loading strategy during static builds where kits are enabled. To avoid having this trip up users, just deny the configuration.
-
204bd67c Fix unused parameter and reading wrong file. bc529121 Add vtkGLTFWriter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8331
-
ce6124e8 vtkModuleWrapPython: support multiple target dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8335
-
3de3d72d Create .gitlab/vtk-mixins.yml 5c42298f Add new entry in cdash for STDThread test 18d1c27c Use existing TBB for STDThread test in Windows CI 06e433ee Use existing TBB build for STDThread test in Macos CI 1da3c652 Use existing TBB build for STDThread test in Linux CI Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8279
-
Kitware Robot authored
-
- Aug 24, 2021
-
-
Ben Boeckel authored
An oversight. Any incorrect usage was mistakenly an error before, so this relaxation is compatible.
-
63438550 FindMPI: backport from CMake 3.22 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8322
-
Dan Lipsa authored
-
17400cce Testing/FunctionParser: fix random API usage 11d46e1c random numbers: add methods to get the next value 044b55cf CTestCustom: ignore warnings about target macOS mismatches e81a19f3 vtkRandomAttributeGenerator: wrap local methods in an anon namespace 6faedcf2 TestCleanPolyData2: remove unused include Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !8318
-
2f20afe9 Add nested parallelism support for vtkSMPTools Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !8281
-
Timothée Couble authored
Create vtk-mixins.yml file with new templates for VTK_SMP_BACKEND_IN_USE and CTEST_NEW_CDASH_SUBMISSION environment variables. Change .gitlab-ci.yml accordingly.
-
Timothée Couble authored
This commit add a new entry in cdash when the backend tested is not the one by default in the build
-
Timothée Couble authored
- Delete STDThread build - Use TBB build for the STDThread ctest - Add kits to STDThread test as TBB build with it
-
Timothée Couble authored
- Delete STDThread build - Use TBB build for STDThread ctest - Add kits to STDThread tests as TBB build with it
-
Timothée Couble authored
-
4810e506 Adding a simple POutlineFilter test 91882186 Cleanup vtkPOutlineFilterInternals 6278f69c Simplify class dd8dd738 Fix an issue with single block multiblock Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !8314
-
Kitware Robot authored
-
- Aug 23, 2021
-
-
4837803d Merge branch 'upstream-ioss' into ioss-mangling bdb16bf5 ioss 2021-08-23 (3d3b2ba2) a51a0c99 ioss: update for mangling fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8333
-
864b607a docs: update docs for vtkSelectionNode/vtkSelection. 15a3352c Add new type of selection to select using block-selectors. e7dce771 vtkDataAssemblyUtilities: improve composite-id to selectors 0b3a83cd vtkConvertSelection: fix convert to block selection from empty 0c1a057a vtkSelectionNode: handle bad arguments. 59eb4d2f cmake: add IOIoss to Standalone group. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8325
-
Utkarsh Ayachit authored
# By Seacas Upstream * upstream-ioss: ioss 2021-08-23 (3d3b2ba2)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit 3d3b2ba2946bd985e2fffc4062d1acbbe71653b5 (ioss/for/vtk-20210823-v2021-05-12).
-
Utkarsh Ayachit authored
addresses paraview/paraview#20905.
-
Dan Lipsa authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
vtkSelectionNode now supports a new content-type to select blocks using block selectors. This makes it possible to use selector expressions to select datasets in a composite dataset.
-
Utkarsh Ayachit authored
Improved logic in vtkDataAssemblyUtilities to selectors. The code now supports PartitionedDatasetCollections and generates selectors comprising of paths chosen nodes.
-
Utkarsh Ayachit authored
When converting to block selection from a selection with no selected items, vtkConvertSelection still ended up creating a non-empty selection! Fixed that.
-
Utkarsh Ayachit authored
vtkSelectionNode now checks the argument passed to methods that convert field type / content type to strings to avoid bad memory access.
-
Utkarsh Ayachit authored
IOIoss is a standalone module (similar to IOExodus) and hence should be in the standalone group.
-
290a029c Link to PySide6 documentation 2566bb7c Add support for PySide6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !8310
-
fdd3b0ef Merge branch 'upstream-xdmf3' into HEAD 0fe82d60 xdmf3 2021-08-22 (5069dea3) 816f038f xdmf3: update for HDF5 1.12 support 7591e63b Merge branch 'upstream-hdf5' into HEAD 18b33862 hdf5 2021-08-22 (ee81ab57) 2ba55193 hdf5: update to 1.12.1 12196f25 Merge branch 'upstream-tiff' into HEAD 75fb3664 tiff 2021-08-02 (3443ca57) ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !8327
-
e40d6805 Fix a potential segfault in Ensight6Reader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !8313
-
Timothée Couble authored
- Delete STDThread build - Use TBB build for the STDThread ctest - Delete shared from STDThread test as TBB one doesn't have it
-
Kitware Robot authored
-
- Aug 22, 2021
-
-
Ben Boeckel authored
# By XDMF Upstream * upstream-xdmf3: xdmf3 2021-08-22 (5069dea3)
-
Code extracted from: https://gitlab.kitware.com/third-party/xdmf.git at commit 5069dea305c437423efb820021be2d9bad2a4b79 (for/vtk-20210822-master-gfe7dd1ca).
-
Ben Boeckel authored
Xdmf3 was trying to forward declare `hid_t`, but 1.12 changed its definition which means this doesn't work anymore.
-
Ben Boeckel authored
# By HDF Upstream * upstream-hdf5: hdf5 2021-08-22 (ee81ab57)
-
Code extracted from: https://gitlab.kitware.com/third-party/hdf5.git at commit ee81ab570524d8e1e0441daeef56a706895550b3 (for/vtk-20210822-1.12.1).
-
Ben Boeckel authored
-