- 10 Apr, 2012 22 commits
-
-
Brad King authored
Replace all references to ${VTK_BINARY_DIR}/Testing/Temporary with ${VTK_TEST_OUTPUT_DIR} and set the variable accordingly. The latter is shorter and will also be useful to build module tests as an external application that does not have VTK_BINARY_DIR available. Change-Id: I5159077c10dd2eab23365e9ac917bc6cbd806589
-
Chris Harris authored
85fa0738 Move classes from Filters/Parallel into appropriate modules
-
Marcus D. Hanwell authored
e0459af0 More changes to get rid of C++11 compiler warnings.
-
Marcus D. Hanwell authored
This module was created mainly for the LIC2D rendering classes, which are OpenGL dependent. The TestImageDataLIC2D segfaults, but was segfaulting before. It looks like an issue introduced with the backward compatibility changes. Change-Id: Ia5de33a94136bf244fb1644d5b5cd2517b435d6a
-
Marcus D. Hanwell authored
The widgets should not use OpenGL directly, all tests continue to pass after this patch is applied. If this behavior should be maintained a WidgetsOpenGL module would need to be created that would override this class using the object factory mechanism. Change-Id: I4182d91eaa899fcc6f0b9e8d5b7751e3b333242f
-
Chris Harris authored
Several classes in Filters/Parallel directory where not being compile. Move to modules that satisfy the dependencies. Change-Id: Iade612ead6e60e5eacbe40f9abd3b0bc4715e4ff
-
Marcus D. Hanwell authored
The FiltersHybrid module needs RenderingCore for vtkCamera. The GeovisCore module has a hard dependency on RenderingOpenGL for the vtkOpenGLHardwareSupprt class, and other things, this also means it must be removed from the StandAlone group due to the GL dependency. The InteractionWidgets module had a few dependencies that were not clear, and has an OpenGL dependency for one of the widgets that looks like it can be factored out. Change-Id: Ibe14692c952f76bdf9cd8b13a25b63c158598693
-
Chris Harris authored
cfb74385 Add Auto init registration for ODBC
-
Marcus D. Hanwell authored
Change-Id: I7cb4e606aa3f22984024de0bb5c593f8597b0222
-
Chris Harris authored
caa0949f FIX: Add configured headers for SQL test URL's
-
Chris Harris authored
The ODBC database code was using the old registration method. Update to use current auto init method. Change-Id: Id1c7f7e81f32531e6690c8f885a056934e35e729
-
Chris Harris authored
The connection URL's for the SQL tests have been removed from the toolkit header so they need to be moved to individual headers for each test. Change-Id: I4b6f3948e89342f868a621f22d3c5983238daa11
-
Marcus D. Hanwell authored
This removes the hard OpenGL dependency from the FiltersHybrid module. Change-Id: I5bffaa07d2ef69be99ce05b8c8ab31833f34d7d0
-
Yuanxin Liu authored
e8ecdf97 ENH: Add Filters/Tracers and Filters/ParallelTracers
-
Marcus D. Hanwell authored
15005ffa Fixed some annotation tests. a1afa61d Split out the FreeType OpenGL rendering code
-
Brad King authored
Use add_library instead of vtk_add_library to create this target because it does not follow the normal VTK library conventions. It should not have the "vtk" prefix or version number suffix and we have a special install rule for it. Change-Id: I780bc341ab35c63557358e603d61ba77e8847b46
-
Marcus D. Hanwell authored
It seems that is is mainly the old style charts that rely on the FreeTypeTextMapper. Change-Id: If7368a450f214b1f74a3a472c797f112af9f27fa
-
Marcus D. Hanwell authored
This breaks the additional dependency RenderingOpenGL had on FreeType. Change-Id: Id94b2de67656a267c628c6191310c3e1d7eb2019
-
Marcus D. Hanwell authored
edffc381 The Qt string rendering is not really needed d8f98c51 Removed MySQL, PostgreSQL ifdefs 2cad2031 Removed Boost, R, QT and N-Way from vtkConfigure.h
-
Kitware Robot authored
-
- 09 Apr, 2012 18 commits
-
-
Marcus D. Hanwell authored
If we want to retain it then the object factory could be used. Change-Id: Ic305dd5b3beb3ca46baf9dfdeb952fc461a8c760
-
Marcus D. Hanwell authored
The URL logic probably needs moving into the relevant modules. Change-Id: I38df0c41995ee56ed5c9ebed3eb4e8ce4fe757a5
-
Marcus D. Hanwell authored
The defines belong in the individual modules, N_WAY_ARRAYS isn't needed any longer. The Boost variable is only used in Infovis classes, Qt is in a few places that must be fixed and R is only in one module. Change-Id: Ib61d21629473882f67df6c64c3190605a45e6597
-
Chris Harris authored
478cd6ff Remove rendering modules from StandAlone bc37d223 Make StandAlone default to ON too
-
Marcus D. Hanwell authored
These should be in the Rendering group, but not StandAlone as they depend on OpenGL. We could possibly reintroduce the non-OpenGL modules at some point in the future if desired. Change-Id: I619be3fc3b3b48e8e0d9534cdb66bf1e329b9756
-
Marcus D. Hanwell authored
This will give a default of StandAlone and Rendering on. Change-Id: I4a5e5a8fb8d551f650a4ebbd913883d703fc3f01
-
Chris Harris authored
697419e5 VTK_BUILD_ALL_MODULES is an advanced variable d1d562ce Marked Mac OS X specific variables as advanced e67e514a Mark HDF5 cache variable as advanced. 295be8a4 Mark VTK_MATERIALS_DIRS as advanced 0c9a2346 Mark some verdict options as advanced cache variables aaf3e86a Removed references to CMake 2.4
-
Marcus D. Hanwell authored
Change-Id: Ifd977628794a1aaf4cadd841bd07a1a4724b7c88
-
Marcus D. Hanwell authored
Change-Id: Ia55a79d983dfd9c22ac26cc17d1b9914f259f7b9
-
Marcus D. Hanwell authored
Change-Id: I26c895d45e8fc6546b54e3fa40e1453cc8ff1bc0
-
Chris Harris authored
Move some of the currently uncompiled classes from Filters/General and Filters/Parallel into two new "leaf" modules. Change-Id: I28ba2ee293f2f89c518ab72e087fae0c8cf4d2f5
-
Marcus D. Hanwell authored
Change-Id: I28daa893e75923fe6f1d70ecc5d998f67f10861a
-
Marcus D. Hanwell authored
Change-Id: Ifb3efeff37e2e588f55a54ce028660d7770f227c
-
Marcus D. Hanwell authored
This was causing CMake to be backwards compatible to that version. Change-Id: I95ceb31e87776656c0e3c7a7554261177897198d
-
Chris Harris authored
64e4888f ENH: Ensure the cell type constants are wrapped.
-
Marcus D. Hanwell authored
Thanks to Leo for spotting the missing cell types. Change-Id: I1da48575dcbaeabb504bb1bf9eae8c46efcb295a
-
Marcus D. Hanwell authored
11ae6959 ENH: Restore GCC visibility support
-
Andrew Bauer authored
Change-Id: I4b313c1eb53cc03d9665d2b111b5e58b0859a428
-