- 08 Feb, 2016 5 commits
-
-
Ben Boeckel authored
This should be done so that any attributes for ignoring certain files when exporting can be appended to the file during the extraction step, but ignored in the actual import. Necessary for importing the gitsetup repository.
-
17d7c1ef Use valid pointer in vtkLookupTable::BuildSpecialColors. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1196
-
David C. Lonie authored
The call to ResizeTableForSpecialColors resizes the Table array, invalidating the pointers 'table' and 'tptr', leading to crashes: https://open.cdash.org/testDetails.php?test=414805862&build=4211477
-
cb596fce Marked image as dirty when set use cache to false Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1193
-
Mathieu Westphal authored
-
- 07 Feb, 2016 1 commit
-
-
8eb13121 vtkProbeFilter now sets active attributes when passing point and cell arrays Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1191
-
- 06 Feb, 2016 1 commit
-
-
b9fc3a81 add missing include to fix compiler error Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1192
-
- 05 Feb, 2016 9 commits
-
-
Ken Martin authored
need to have algorithm to use std::max apparently
-
Cory Quammen authored
Active attributes were not being set in the output to match the active attributes in the input. This patch fixes that and adds a test to see that attribute activation in point data works as expected.
-
35b29336 Fixed buffer overrun by rewriting Decode() method to be safer Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1124
-
686d980d ThirdParty: Add license notice to `update-common.sh` Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1190
-
Brad King authored
Our Git infrastructure scripts use the "Apache License 2.0".
-
e08424da ThirdParty: remove empty directories as well Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1163
-
Sean McBride authored
Created new DecodeSafely() method that takes buffer lengths, which means we can be sure not to overrun any buffer. Under ASan, we see that the vtkWebCorePython-TestDataEncoder test does indeed overrun a buffer with the old method. Deprecated the old method.
-
00d9111d Added pragma to disable warning. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1188
-
Berk Geveci authored
Warning about deprecated methods coming from deprecated methods is unnecessary. Disabled.
-
- 04 Feb, 2016 19 commits
-
-
d94d511d Fix a memory overrun in vtkImagePointDataIterator. 544d6963 Put back the cxx file for vtkImageStencilIterator. e80a8e00 Merge commit '3dae091d' into stencil-iterator-overrun b65f64d3 Test vtkImageStencilIterator with various extents. dcd024ed Merge branch 'stencil-iterator-overrun-6.3' into stencil-iterator-overrun 2a652eb4 Fix a memory overrun in vtkImageStencilIterator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1167
-
5c536c90 Disabled deprecation warning. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !1182
-
David Gobbi authored
If the stencil extent was smaller than the image extent, then the code incremented the span list pointer upon reaching the first voxel within the stencil extent, even though the pointer was already at the correct location for the first voxel in the stencil extent. The extra increment could lead to a buffer overrun and unpredicable behavior resulting in random crashes.
-
David Gobbi authored
It turns out that this is necessary for explicit template instantiation on Windows. Without it, there are link errors for shared builds.
-
David Gobbi authored
Conflicts: Imaging/Core/vtkImageStencilIterator.txx Resolve by removing Imaging/Core/vtkImageStencilIterator.txx
-
560fc1a6 Enabled and fixed parallel examples. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1181
-
David Gobbi authored
The program logic is fairly complicated for handling a stencil extent that is different from the image extent, or that is different from the execution extent used by the iterator. Testing was insufficient before.
-
David Gobbi authored
-
David Gobbi authored
If the stencil extent was smaller than the image extent, then the code incremented the span list pointer upon reaching the first voxel within the stencil extent, even though the pointer was already at the correct location for the first voxel in the stencil extent. The extra increment could lead to a buffer overrun and unpredicable behavior resulting in random crashes.
-
17da8720 fix up how the compile tools are build for android ios Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1178
-
63417cca make the opengl2 module required for the backend Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1177
-
73999adf Add modifier to translate center of the cylinder along the cylinder axis. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !1179
-
Berk Geveci authored
Deprecated methods calling deprecated methods was causing warnings. Disabled until we remove the deprecated methods.
-
Berk Geveci authored
It looks like parallel examples have been disabled since modularization. Fixed.
-
Joachim Pouderoux authored
A new interaction state "TranslatingCenter" is added in order to offer the possibility to translate the center of the axis along the current axis. Use case: set the cylinder so it passes at one position, move the center to it, then change the rotation axis to set the second axis 'end-point'. To use this feature, the user must select the center 'sphere' representation then move the move while pressing CTRL key.
-
Ken Martin authored
Make standalone on as we only compile the vtkCompileTools target
-
Ken Martin authored
the domainschemistryopengl2 module is lightweight so make it on by default if domains chem is on
-
4689eea1 Addressing remote repository access 4684c71d Extended static point locator API to support querying buckets for points a68d44ff Remote module for point cloud processing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1137
-
Will Schroeder authored
-
- 03 Feb, 2016 5 commits
-
-
16ba654c Fixed volume rendering not working for cell data Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !1157
-
e8531c19 Updating changes to vtkCellDerivatives for v7.1. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1176
-
Andrew Bauer authored
-
0929b16b Extend doxyfile to add support for processing markdown files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1174
-
9165c84e Merge branch 'upstream-diy2' into fix-diy2-include-logic 75937411 diy2 2016-01-22 (8c89e567) 22fac4aa Fix Diy2 include logic Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1165
-