- Nov 14, 2023
-
-
Michael Migliore authored
-
6513b045 Added the bts reader class Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10659
-
-
-
-
99bd602b Fix link issues with "ImplicitBackends" Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10701
-
Emanuel Cesconeto authored
-
Alexy Pellegrini authored
Linker complained that a symbol was redefined when using these classes in a target while also linking against CommonCore: LNK2005 "vtkConstantImplicitBackend<char>" already defined in vtkToImplicitRamerDouglasPeuckerStrategy.obj This was caused by an explicit instanciation without proper extern template declaration.
-
Kitware Robot authored
-
- Nov 13, 2023
-
-
110ca18c Close the file after parsing the contents dff70286 Fix more wrap executable memory leaks a42b02b2 Free the wrapper executable options at exit ac0fb52e Make the string cache for argv expansion a global 6bb27cd2 Wrapper tool exit code for finalization Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10677
-
7ecee7b0 docs: fix links in CONTRIBUTING.md Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Acked-by:
Stephen McDowell <stephen.mcdowell@kitware.com> Merge-request: !10699
-
David Gobbi authored
-
David Gobbi authored
This fixes items found with the following valgrind options: valgrind --leak-check=full --show-leak-kinds=all
-
David Gobbi authored
This makes it easier to track leaks in valgrind.
-
David Gobbi authored
The string cache is used to hold args read from response files. Previously, vtkParse_MainMulti would return it, and the caller would free it during finalization. Now it is freed in the main finalization function, instead.
-
David Gobbi authored
Now the main finalization function takes an exit code in addition to returning one. If given a nonzero exit code, the finalization function will just free all resources and then return the code. If given a zero exit code, then the finalization function might perform additional actions (for example, write a dependency file) and will return 0 if those actions succeed or 1 if they fail.
-
1920a2ed Doc: fix bad username for mathieu 370338e3 Doc: remove former keu employees from the list of reviewer Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !10700
-
2040ca5c Sanitize some OpenGL rendering classes 52db68e9 Fix pop up layout with tone mapping crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10697
-
Lucas Givord authored
-
Lucas Givord authored
-
Kitware Robot authored
-
- Nov 12, 2023
-
-
Kitware Robot authored
-
- Nov 11, 2023
-
-
Christos Tsolakis authored
Moving the files in !10281 caused the links in the CONTRIBUTING.md document to break. This commit updates them based on the current paths.
-
129e3b91 Fixed various clang -Wmissing-variable-declarations warnings b5db7b46 Fixed Wstrict-prototypes warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10695
-
Kitware Robot authored
-
- Nov 10, 2023
-
-
7b0666af Add changelog 5b99d774 vtkContourFilter: Remove ghosts fot vtkImageData if possible 7110dd81 vtkDataSet: Avoid calling local for every cell id dce93152 vtk*3DLinearGrid*: Support empty cell c9ccea8a vtkIOSSModel: Simplify using implicit structures 51bc9159 vtkCutter: Use vtkAppendDataSets only with more than 1 contour value d40d1de8 vtkStructuredDataPlaneCutter: Simplify using implicit structures 4174efe2 vtkStructuredDataPlaneCutter: Remove ghosts after FlyingEdges if possible ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10037
-
Sean McBride authored
-
Sean McBride authored
-
Thomas Galland authored
-
25359913 Merge branch 'upstream-metaio' into metaio-2023-11-09 77aebaad metaio 2023-07-16 (556864f5) Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10693
-
fb10adb7 Parameter not used warning b005a8fd Add CanReadFile to Cesium3DTilesReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10678
-
Thomas Galland authored
Fix crash when popping out a layout with tone mapping enabled. When popping out the layout, the render window releases its ressources, and the shader cache is deleted. Any used FXAA filter should also releases there internal ressources. It wasn't done by the FXAA pass used by tone mapping, leaving the vtkOpenGLQuadHelper used by vtkOpenGLFXAAFilter in a dirty state, leading to a crash du to invalid pointer (this->Program).
-
1995c65b Allow volumes to write to the depth buffer 5b03dffe clang-tidy: mask warnings about excessively padded structs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Tested-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10642
-
500e6ffe cmake: enable FILE_SET usage e3ea4895 vtkModule: add a way to control FILE_SET usage Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10691
-
Kitware Robot authored
-
- Nov 09, 2023
-
-
93001e8b vtkRedistributeDataSetFilter: fixing handling of ghost points and cells Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10687
-
-
-
-
e6b4879a Make Filters/ParallelDIY2 module MPI independent 63bfcb2b Make Filters/ParallelVerdict module MPI independent 6c66636e Make IO/ParallelLSDyna module MPI independent f55be4ed Make Filters/ParallelStatistics module MPI independent Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10685
-