- Jun 13, 2022
-
-
Ryan Krattiger authored
-
Ryan Krattiger authored
Turning VTK_GROUP_ENABLE_MPI=YES when VTK_USE_MPI=ON disallows valid configurations where only some of the MPI based modules are wanted, such as when VTK_GROUP_ENABLE_RENDERING=NO. DEFAULT is now WANT if VTK_USE_MPI=YES when VTK_GROUP_ENABLE_MPI is not explicitly set.
-
95fc193f Merge branch 'upstream-ioss' into update_ioss_2022_06_09 85358e6b ioss 2022-06-09 (afa82fe1) 5a9ffc8e Update tag to vtk-20220609-master-gef9593ca93 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9261
-
02ce0edd jsoncpp is not needed, nlohmannjson is used instead. 8f0d6783 Cesium3DTiles causes a circular dependency when added to the IO Kit. fca8fb2b We add glb after merge. 876779e5 Use json iterator instead of indexing. 3ec5a059 Replace jsoncpp with nlohmannjson 72feccce vtkGLTFWriter always has a multiblock as input. 4d194a25 Change from error to warning if texture is not valid. 67db95da Add texture splitting for mesh input. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9030
-
0b106fc1 Fix source typo in pointer name Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9251
-
fcaed533 Hide a QML related cmake warning on cdash d28a6b7d Fix a vtkm related cmake warning 95bd8be5 Fix a CI configuration warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !9247
-
Kitware Robot authored
-
- Jun 12, 2022
-
-
Kitware Robot authored
-
- Jun 11, 2022
-
-
Kitware Robot authored
-
- Jun 10, 2022
-
-
2f4ed208 vtkFieldData: reinitializing GhostArray to nullptr 2ca2949a vtkGhostCellsGenerator: exchanging ghost values at interfaces Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !9208
-
a067071a Approximately 15% speed up by eliminating expensive tests in inner loop aead1088 Changed initialization of KernelSize from 1 to 0, so all classes match 04ed44e1 Replaced mixed UPDATE_EXTENT/WHOLE_EXTENT 2c143be7 Eliminate unnecessary and slightly lossy double -> float -> double conversion 2fe04888 Code review, reduced variable scopes, added some consts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9238
-
7a2c71e4 VRInteractorStyle code refactoring ca4441c8 Desunite ground movement and elevation in VR 587d6744 Add new movement style for VR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Merge-request: !9157
-
Mathieu Westphal (Kitware) authored
Hide this warning on cdash: -- Performing Test CHECK_HAVE_STAT64_STRUCT - Success CMake Warning (dev) at GUISupport/QtQuick/qml/CMakeLists.txt:100 (message): Qt5 is configured in both Debug and Release modes. Due to Qt issue 47774 (https://bugreports.qt.io/browse/QTBUG-47774), skipping generation of qmltypes file. Using the one provided with the source tree instead. This warning is for project developers. Use -Wno-dev to suppress it.
-
Mathieu Westphal (Kitware) authored
Fix the following warning: ``` CMake Warning (dev) at .gitlab/cmake/share/cmake-3.21/Modules/CTest.cmake:50 (option): Policy CMP0077 is not set: option() honors normal variables. Run "cmake --help-policy CMP0077" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For compatibility with older versions of CMake, option is clearing the normal variable 'BUILD_TESTING'. Call Stack (most recent call first): ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/CMakeLists.txt:229 (include) This warning is for project developers. Use -Wno-dev to suppress it. ``` by setting the CMP0077 policy before adding vtkm subdir
-
Mathieu Westphal (Kitware) authored
Fix the following warning in CI, by hiding this type of warnings ``` CMake Warning: Manually-specified variables were not used by the project: VTK_USE_LARGE_DATA ```
-
849311a6 Fix undefined vtkOpenXRManager::GetRecommendedImageRectSize Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !9258
-
Kitware Robot authored
-
- Jun 09, 2022
-
-
1b825bbf Merge branch 'upstream-fmt' into intel-compiler-fix e0624e9b fmt 2022-06-08 (5b9fdcc5) 637a5673 Updating fmt to make it compile with icc 19.1.3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !9256
-
Jaswant Panchumarti (Kitware) authored
# By Seacas Upstream * upstream-ioss: ioss 2022-06-09 (afa82fe1)
-
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit afa82fe132f824ce9aec5864e5869bae81f6dfba (ioss/for/vtk-20220609-master-gef9593ca93).
-
Jaswant Panchumarti (Kitware) authored
-
e5dab6a0 Update HDF test data with Type attribute. dfe0a5da Add Type attribute length check. e1021d84 Remove commented code. 9932bda6 Remove legacy file format, the Type attribute is now mandatory. 79d5dd20 Update comment about fortran order of memory space. d7022361 Put Scoped macro in a namespace. 45b175bf Fix Header Test Failure with vtkHDF5ScopedHandle.h 1b1fe9e0 Move vtkHDF5ScopedHandle.h out of the ThirdParty folder. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> ack-by:
Mathieu Westphal <mathieu.westphal@kitware.com> ack-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !9065
-
Yohann Bearzi (Kitware) authored
# By {fmt} Upstream * upstream-fmt: fmt 2022-06-08 (5b9fdcc5)
-
Code extracted from: https://gitlab.kitware.com/third-party/fmt.git at commit 5b9fdcc59741b0d8ec0179f053da44031a8b7c8e (for/vtk-20220607-8.1.1).
-
Yohann Bearzi (Kitware) authored
Adresses paraview/paraview#21374
-
b8c6d85c Add scattering model for shadow rays Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !9231
-
Lucas Gandel authored
3a63d3ed fixes typo in GetRecommendedImageRectSize but did not change the function name where it was used.
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-
Francois Mazen authored
-