Merge branches 'deprecate-classes', 'zlib-soversion', 'unlink-agl',...
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
parents
bfbdc62b
bc6c71ea
d9d26ba4
4a1fbefe
e7e71c4e
1cb28ce7
9d952e92
5146150e
46a54e5a
fff73094
69bafcd8
0a566675
a8495801
60d6c9ac
Showing
- CMake/VTKConfig.cmake.in 2 additions, 1 deletionCMake/VTKConfig.cmake.in
- CMake/ios.device.toolchain.cmake.in 7 additions, 1 deletionCMake/ios.device.toolchain.cmake.in
- CMake/ios.simulator.toolchain.cmake 7 additions, 1 deletionCMake/ios.simulator.toolchain.cmake
- CMake/vtkOpenGL.cmake 15 additions, 0 deletionsCMake/vtkOpenGL.cmake
- Common/Core/vtkMath.cxx 13 additions, 14 deletionsCommon/Core/vtkMath.cxx
- Common/Math/Testing/Cxx/TestMatrix3x3.cxx 7 additions, 19 deletionsCommon/Math/Testing/Cxx/TestMatrix3x3.cxx
- Common/Math/vtkMatrix3x3.cxx 159 additions, 83 deletionsCommon/Math/vtkMatrix3x3.cxx
- Common/Math/vtkMatrix3x3.h 25 additions, 83 deletionsCommon/Math/vtkMatrix3x3.h
- Common/Math/vtkMatrix4x4.cxx 141 additions, 105 deletionsCommon/Math/vtkMatrix4x4.cxx
- Common/Math/vtkMatrix4x4.h 38 additions, 75 deletionsCommon/Math/vtkMatrix4x4.h
- Examples/Medical/Cxx/CMakeLists.txt 10 additions, 0 deletionsExamples/Medical/Cxx/CMakeLists.txt
- Interaction/Widgets/Testing/Cxx/CMakeLists.txt 6 additions, 1 deletionInteraction/Widgets/Testing/Cxx/CMakeLists.txt
- Interaction/Widgets/vtkBrokenLineWidget.cxx 13 additions, 7 deletionsInteraction/Widgets/vtkBrokenLineWidget.cxx
- Interaction/Widgets/vtkCurveRepresentation.cxx 14 additions, 8 deletionsInteraction/Widgets/vtkCurveRepresentation.cxx
- Interaction/Widgets/vtkPolygonalHandleRepresentation3D.cxx 5 additions, 3 deletionsInteraction/Widgets/vtkPolygonalHandleRepresentation3D.cxx
- Rendering/Core/vtkRenderWindow.cxx 6 additions, 3 deletionsRendering/Core/vtkRenderWindow.cxx
- Rendering/Core/vtkTextMapper.cxx 2 additions, 0 deletionsRendering/Core/vtkTextMapper.cxx
- Rendering/OpenGL2/Testing/Cxx/TestUserShader2.cxx 15 additions, 12 deletionsRendering/OpenGL2/Testing/Cxx/TestUserShader2.cxx
- Rendering/OpenGL2/vtkCompositePolyDataMapper2.cxx 3 additions, 0 deletionsRendering/OpenGL2/vtkCompositePolyDataMapper2.cxx
- Rendering/OpenGL2/vtkDepthPeelingPass.cxx 7 additions, 1 deletionRendering/OpenGL2/vtkDepthPeelingPass.cxx
Loading
Please register or sign in to comment