- 08 Feb, 2016 1 commit
-
-
David C. Lonie authored
-
- 05 Feb, 2016 2 commits
-
-
Berk Geveci authored
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
-
-
David Gobbi authored
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
-
Utkarsh Ayachit authored
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
-
Berk Geveci authored
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.
-
Ken Martin authored
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
-
Ken Martin authored
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
-
Joachim Pouderoux authored
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
-
Will Schroeder authored
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 14 commits
-
-
Aashish Chaudhary authored
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
-
Andrew Bauer authored
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
-
Berk Geveci authored
0929b16b Extend doxyfile to add support for processing markdown files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1174
-
Sujin Philip authored
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
-
Utkarsh Ayachit authored
-
Ken Martin authored
480822bf reduce opengl2 module dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1166
-
Andrew Bauer authored
186f3cb1 removing vtkTensor 40e05b6a vtkCellDerivatives nows returns tensor components in row Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1121
-
Ken Martin authored
dececfb4 cleanup and expose some options for ios android Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1168
-
Ben Boeckel authored
3167c4cd Documentation: mention backport strategies 64ed7e23 Documentation: mention old release branches Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1161
-
Ken Martin authored
Reduce opengl2 dependencies in two ways first move a class that renderingcore depends on from filterExtraction to FiltersGeneral. FiltersExtraction pulls in a lot of other modules where FiltersGeneral does not. FiltersExtraction already depends on filtersGeneral so it should be backwards compatible. The second change is a new feature to allow a back implementation to be required or not. In this case gl2ps was originally required by OpenGl2 now it is optional. This required adding an option to the module code to specify when a backend implementation is required.
-
Ken Martin authored
14caf226 freetype was not compiling on ios Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !1170
-
Ben Boeckel authored
Both rebase and cherry-pick are the normal ways.
-
Will Schroeder authored
-
- 02 Feb, 2016 4 commits
-
-
Ken Martin authored
needed some ifdefs for freetype to compile on ios
-
Utkarsh Ayachit authored
a16a303c Handle empty directories (regression introduced by 69c6f7e4). Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1164
-
Ken Martin authored
remove some old code expose a couple options andmake the compile tools build into a different directory as it does not need to be wiped as often. Also remove the install step for the compile tools as it is not needed.
-
Sujin Philip authored
* upstream-diy2: diy2 2016-01-22 (8c89e567)
-