- Dec 12, 2024
-
-
Ben Boeckel authored
(cherry picked from commit ee16c509)
-
Ben Boeckel authored
(cherry picked from commit 45b5fbb3)
-
Ben Boeckel authored
(cherry picked from commit 23c47aa0)
-
Ben Boeckel authored
(cherry picked from commit 5f574baf)
-
Ben Boeckel authored
(cherry picked from commit 9da16ff1)
-
Ben Boeckel authored
Clang (rightly) detects that the `PyCFunction` cast is between invalid function pointer types. Ignore the warning in-code because we know it is fine due to the `METH_KEYWORDS` flag for the method. (cherry picked from commit e83f01c9)
-
Ben Boeckel authored
Found with Xcode 15.4 as a warning. (cherry picked from commit 03b9afcd)
-
- Dec 07, 2024
-
-
d7ff50a9 Fix #19552. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !11739
-
This also forces all inclusions of the `Singleton.h` header to use angle brackets (since in theory third-party libraries may be in system paths and even when provided by VTK should use `-isystem` instead of `-I`). (cherry picked from commit 615c9f21)
-
- Dec 04, 2024
-
-
9eb732a5 gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11721
-
93abfb56 vtkSocket: fix win32 error handling cd00a057 vtkHyperTreeGridAxisCut: add test with coincident plane ffbe4bd9 vtkHyperTreeGridAxisCut: fix floating point number comparison 1fa1ebf3 TableBasedClipDataSet add test 1fcd274d TableBasedClipDataSet scalars deleted array fix 9ec20c8a ScatterPlot: Fix an issue with active plot not updating de5bd541 vtkConduitToDataObject: accept all numbers as time values dabeeb0d fix: add QEvent::HoverMove event to interaction Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviwed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11704
-
- Dec 03, 2024
-
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
- Nov 29, 2024
-
-
27afa562 vtkHDFReader: fix the ovelappingAMR regarding array naming 3a34dba4 fix(VTKHDF data): version of the overlappingAMR was incorrect 1f8d1201 VTKHDF: bump minor version to 2.3 for temporal OverlappingAMR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Merge-request: !11701
-
Lucas Givord authored
Previously when encountering an error during a Receive() call, server hangs indefinitely as only WSAENOBUFS was checked. For WSAECONNABORTED we cannot know if the disconnection is expected or not so we don't output an error but log a trace for debugging purpose. (cherry picked from commit c86e3aaa)
-
(cherry picked from commit 8ec1d44d)
-
Fix a bug where the cut plane wasn't considered as intersecting HTG cells due to precision loss during floating point comparison. (cherry picked from commit 08a5f4aa)
-
(cherry picked from commit e6f61ea5)
-
(cherry picked from commit facca32c)
-
(cherry picked from commit 0692322c)
-
Previously, only float values were accepted as time values, preventing "time" or "TimeValue" nodes with dtype of double or int from being used to define time. Fixed by checking that an that the dtype is a number instead. (cherry picked from commit eab43cc0)
-
(cherry picked from commit 2617ad04)
-
- Nov 28, 2024
-
-
Lucas Givord authored
The VTKHDF File Format contains a bug and has been bump to 2.3. The vtkHDFReader has been updated to fix this issue too.
-
Lucas Givord authored
The VTKHDF spec allows temporal overlappingAMR since 2.2. This dataset has a version of 2.1, updated to follow correctly the spec
-
Lucas Givord authored
Few datasets name are inconsistents between temporal OverlappingAMR and other vtk datasets as we miss an 's' for the plural. It concerns: - NumberOfBox -> NumberOfBoxes - AMRBoxOffset -> AMRBoxOffsets - Point/Cell/FieldDataOffset -> Point/Cell/FieldDataOffsets Its fix in the VTKHDF File Format version 2.3.
-
- Nov 27, 2024
-
-
a49d1f5a MeshQuality: Test empty mesh f1a5bf7a vtkMeshQuality: Fix empty mesh crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
Christos Tsolakis <christos.tsolakis@kitware.com> Merge-request: !11697
-
- Nov 26, 2024
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
-
- Nov 25, 2024
-
-
13e5abe2 Add changelog 8291c99b Merge branch 'upstream-netcdf' into update-netcdf 832b2075 netcdf 2024-11-22 (5ebf5132) af14dd90 netcdf: update to for/vtk-20241123-4.9.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11655
-
- Nov 23, 2024
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
# By netcdf Upstream * upstream-netcdf: netcdf 2024-11-22 (5ebf5132)
-
Code extracted from: https://gitlab.kitware.com/third-party/netcdf.git at commit 5ebf5132707659fb83c8d0df730a7c6538abc15a (for/vtk-20241123-4.9.2).
-
Spiros Tsalikis authored
-
- Nov 13, 2024
-
-
9a86acb2 ci: remove executable permissions from `.ps1` scripts 3a273781 ci: use JSON to transfer environment variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11612
-
- Nov 12, 2024
-
-
Ben Boeckel authored
PowerShell scripts are not inherently executable and therefore should not have the executable bit set.
-
Ben Boeckel authored
The `set` command in `cmd` has terrible properties in that there's no real structure to it. Sensitive sequences in values or variable names that are escaping sequences can be interpreted at the wrong time or things like newlines in values are not escaped at all and cause ambiguities in parsing. Avoid all of that and use PowerShell to use JSON as a communication mechanism.
-
34209c1f ci: exclude TestCellGridRange universally until vtk/vtk!11452 lands 9256a35f Exclude TestCellGridPointProbe on windows 131df7b8 ci: python-wheels ensure required packages are installed 048bb4e0 Prevent vtkAbstractTransform ModifiedEvent deadlock 56f2d27d Memory leak in vtkRemoveDuplicatePolys.cpp, the variable "polyPoints" 5d7af024 Use vtkErrorMacro 491d1806 Improve reporting of CGNS opening failure 42bdb0fd vtkContour3DLinearGrid: quiet an INFO message ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11651
-
(cherry picked from commit f75ae398)
-
(cherry picked from commit ed7fb678)
-
- Nov 08, 2024
-
-
Fixes ModuleNotFoundError: No module named 'setuptools' during the /bin/python setup.py bdist_wheel step (cherry picked from commit 69c3d7e4)
-
The Update() method of vtkAbstractTransform uses a mutex lock, and calls virtual methods during the lock which are implemented by subclasses. Those methods can trigger callbacks that cause Update() to be called again, resulting in a deadlock. By ensuring that calls to Modified() during Update() do not invoke ModifiedEvent, we can avoid at least some of these deadlocks. (cherry picked from commit 0dbd7a9c)
-