- Jan 28, 2016
-
-
Ben Boeckel authored
Merge remote-tracking branches 'gl/dgobbi/15934-meta-writer-update' and 'gl/dgobbi/zlib-mangle-z_errmsg' into release * gl/dgobbi/15934-meta-writer-update: Bug 15934: vtkMetaImageWriter incorrect voxel spacing and origin * gl/dgobbi/zlib-mangle-z_errmsg: zlib 2016-01-20 (bfc811e0) Merge branch 'upstream-zlib' into update-zlib
-
- Jan 20, 2016
-
-
David Gobbi authored
* upstream-zlib: zlib 2016-01-20 (bfc811e0)
-
Code extracted from: https://gitlab.kitware.com/third-party/zlib.git at commit bfc811e0f5fe40c8f9e22ca98b8623c93d89b3e8 (for/vtk).
-
Ben Boeckel authored
* upstream-zlib: zlib 2016-01-08 (5a2db714)
-
- Jan 15, 2016
-
-
b80ecbf0 Fix errors related to missing PyInt_AsLong and PyString_AsString on Python 3 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1082
-
- Jan 14, 2016
-
-
Gregory Lee authored
use _PyUnicode_AsString for Python 3.0-3.2
-
- Jan 13, 2016
-
-
David Gobbi authored
The vtkMetaImageWriter's Write() method was getting the spacing and origin from the input's data object before updating the data object. As a result, an incorrect spacing and origin was written to the file header.
-
- Jan 11, 2016
-
-
Chuck Atkins authored
Merge branches 'deprecate-classes', 'zlib-soversion', 'unlink-agl', 'osmesa_32', 'matrix-cleanup2', 'solveleastsquares-memory-leak', 'python3_vtk_qt_fixes', '15914-reslice-mapper', 'release_splat_memory', 'km_coverity1', 'fix-cxx11-cmake-warning', 'fix-for-special-chars-in-dir' and 'ios-9.2-vtk7' into release * deprecate-classes: Deprecating vtkVolumeRaycastMapper and vtkVolumeTextureMapper2D/3D. * zlib-soversion: zlib 2015-12-14 (751703ae) zlib: remove zlib1.rc from the list of used files. zlib 2015-12-09 (acc12639) ThirdParty: Improve update script default merge message behavior ThirdParty: Teach update script to find upstream hash in commit message ThirdParty: Teach update script to store upstream hash in commit message metaio 2015-11-23 (4c85a18e) jsoncpp 2015-10-01 (eb1ddde0) png 2015-12-07 (63adbb10) zlib 2015-11-18 (0abb295c) * unlink-agl: Remove AGL.framework from OS X OPENGL_LIBRARIES. * osmesa_32: get a 3.2 context from OS mesa using new funcs * matrix-cleanup2: Change deprecation warning to "VTK 7.0". Synchronize vtkMatrix3x3 with vtkMatrix4x4. Remove warning about deprecated method usage. Eliminate C-style casts from vtkMatrix4x4. Rename Element parameter to element. Mark legacy methods as "legacy". Remove the legacy BTX/ETX markers. Move some comments so they become visible to doxygen. * solveleastsquares-memory-leak: Fix memory leak in vtkMath::SolveLeastSquares. * python3_vtk_qt_fixes: Fixes QTVTKRenderWindowInteractor for python3 * 15914-reslice-mapper: BUG 15914: Fix corrupt image from vtkImageResliceMapper * release_splat_memory: Free up memory in the point gaussian * km_coverity1: Fix some coverity issues * fix-cxx11-cmake-warning: fix a cmake warning for users of VTK * fix-for-special-chars-in-dir: Fix CMake error if in directory with ++ in name. * ios-9.2-vtk7: ios: fix newline-at-end-of-file update for newer versions of iOS
-
Ben Boeckel authored
-
stick in a few more versions of iOS (cherry picked from commit 7a7eb4e1)
-
- Jan 08, 2016
-
-
Dave DeMarle authored
See http://www.vtk.org/Bug/view.php?id=15908
-
If ${VTK_SOURCE_DIR} contains "++", the following error is produced by CMake: > RegularExpression::compile(): Nested *?+. > RegularExpression::compile(): Error in compile. Use STREQUAL instead of MATCHES to compare strings.
-
- Jan 07, 2016
-
-
David Gobbi authored
Ever since commit 263583d1, the IBO used by this mapper was no longer being updated when the geometry changed. For example, when the oblique slice shape changed from a quadrilateral to a hexagon or vice-versa, the rendered image became corrupted. Adding a Modified() call to the cell array fixed the issue.
-
Ken Martin authored
Fix a bunch of issues reported by coverity that seemed fairly stright forward and related to rendering
-
Ken Martin authored
The point gaussian was holding onto the VBO memory
-
Fabian Wenzel authored
-
- Dec 21, 2015
-
-
T.J. Corona authored
This fix is in reference to issue #0002698. During the execution of method vtkMath::SolveLeastSquares, if a matrix inversion failed then the method would exit without dealocating locally allocated memory. This Fix corrects this behavior. Reviewed-by and Acked-by copied by hand due to a rebase. Reviewed-by: @utkarsh.ayachit Acked-by: @ben.boeckel Acked-by: @robertmaynard
-
- Dec 15, 2015
-
-
Ken Martin authored
Working with Brian Paul to get a 3.2 osmesa context requires changes to VTK and 11.2 mesa changes to work
-
- Dec 14, 2015
-
-
David Gobbi authored
* upstream-zlib: zlib 2015-12-14 (751703ae)
-
Code extracted from: https://gitlab.kitware.com/third-party/zlib.git at commit 751703ae60a155ab26392bb7eb4c937c73edb28e (for/vtk).
-
David Gobbi authored
-
David Gobbi authored
-
David Gobbi authored
The AGL framework for Carbon is deprecated by VTK and by OS X itself. Linking to it causes forward compatibility problems because Apple has removed it from the Xcode 10.10 SDK. This framework is added to the OPENGL_LIBRARIES by FindOpenGL.cmake for CMake 3.4 and earlier, and must be removed by vtkOpenGL.cmake.
-
- Dec 13, 2015
-
-
David Gobbi authored
The vtkMatrix3x3 is a copy-paste of the vtkMatrix4x4, and a lot of what was copied from vtkMatrix4x4 was cruft. Now that vtkMatrix4x4 has been cleaned up, the same is needed for vtkMatrix3x3.
-
David Gobbi authored
One deprecated method was calling another deprecated method, which was resulting in a compile-time deprecation warning for gcc-4.6.3.
-
- Dec 10, 2015
-
-
David Gobbi authored
* upstream-zlib: zlib 2015-12-09 (acc12639)
-
Code extracted from: https://gitlab.kitware.com/third-party/zlib.git at commit acc126394651d3d54e4fc69805baf6b24ec691b2 (for/vtk).
-
Dave DeMarle authored
-
David Gobbi authored
These casts can cause difficulty for the compiler's optimizer, and it is becoming more common for compilers to warn about C-style casts.
-
David Gobbi authored
The use of the Element parameter causes the member variable of the same name to be shadowed. Also, VTK parameters and local variables should begin with a lower-case letter, according to the guidelines.
-
David Gobbi authored
These methods are undocumented and many of them, such as the ones that take a pass-by-reference vtkMatrix4x4 parameter, are very much out of place in VTK.
-
- Dec 09, 2015
-
-
Brad King authored
Add a log of the merged update to the commit message. Also suppress the commit message editor by default. Users can always `git commit --amend` to update it.
-
David Gobbi authored
-
David Gobbi authored
-
3c52a0ba Remove unused import that was creating circular dependency Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !990
-
Brad King authored
The upstream commit sha1 is now stored in the upstream snapshot commit message. Find the most recent matching commit to use as the basehash instead of asking the script to provide it.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-