- 07 May, 2010 1 commit
-
-
François Bertel authored
-
- 18 Feb, 2010 1 commit
-
-
Francois Bertel authored
COMP:typo in VTK/Rendering/CMakeLists.txt (KIT_SRCS when it should be Kit_SRCS) prevented compiling GPUInfo files. Report VTK_USE_DIRECTX, VTK_USE_CORE_GRAPHICS and VTK_USE_NVCONTROL in VTK/vtkToolkits.h.in (might be changed to vtkConfigure.h.in if anybody complain).
-
- 23 Jan, 2010 1 commit
-
-
David Gobbi authored
COMP: move VTK_NO_PYTHON_THREADS and VTK_WINDOWS_PYTHON_DEBUGGABLE from vtkToolkits.h to vtkConfigure.h, partly to avoid avoid recompilation of the python wrapprs whenever vtkToolkits.h changes, but also because these are not user-configurable so they fit better in vtkConfigure.h.
-
- 01 Dec, 2009 1 commit
-
-
Dave Demarle authored
ENH: Add interface to ogg/theora video encoding to VTK and ParaView. Thanks to Michael Wild for the contribution.
-
- 10 Jul, 2009 1 commit
-
-
Jason Shepherd authored
ENH: Adding the initial version of a TextAnalysis kit to VTK. Requires Boost and NWay Arrays to be on in CMake, as well as VTK_USE_TEXT_ANALYSIS. Credit goes to Tim Shead and many of the other SNL developers.
-
- 10 Feb, 2009 1 commit
-
-
Andy Wilson authored
-
- 18 Dec, 2008 1 commit
-
-
Eric Stanton authored
BUG: Mangle VTK_USE_ODBC cmake option. Previously it wasn't being recognized as defined in c++ even if it was turned on in cmake.
-
- 07 Nov, 2008 1 commit
-
-
Jeff Baumes authored
to Utilities. Updating the architecture of the geospatial views. All multi-resolution sources are now subclasses of vtkGeoSource. Each source has its own worker thread for fetching refined images or geometry. On the 3D side, vtkGeoGlobeSource is an appropriate source for vtkGeoTerrain, and vtkGeoAlignedImageSource is an appropriate source for vtkGeoAlignedImageRepresentation. On the 2D side, vtkGeoProjectionSource is an appropriate source for vtkGeoTerrain2D, and the image source is the same.
-
- 23 Sep, 2008 1 commit
-
-
Timothy M. Shead authored
-
- 27 Jun, 2008 1 commit
-
-
Clinton Stimpson authored
ENH: Revert commit allowing an exclusion of verdict from the build.
-
- 26 Jun, 2008 1 commit
-
-
Clinton Stimpson authored
ENH: Allow excluding verdict from the build.
-
- 04 Jun, 2008 1 commit
-
-
Ken Martin authored
-
- 13 May, 2008 2 commits
-
-
Sebastien Barre authored
ENH: fix MetaIO in VTK; MetaIO: headers were installed in /include/vtk-5.2/Utilities/MetaIO for VTK and in /include/InsightToolkit/Utilities/MetaIO for ITK. While this seems OK for ITK, this not for VTK; the support libs found in VTK's Utilities install their headers in /include/vtk-5.2 (the extra 'Utilities' subdir would prevent them from being found). The metaIOConfig.h header was not installed. Furthermore, headers were installed in "/MetaIO" instead of "/vtkmetaio", which seems to be the required syntax (as implemented in a few VTK's classes: #include "vtkmetaio/metaTypes.h"). MetaIO is also missing support for a system's MetaIO vs. a VTK's MetaIO (as demonstrated by VTK's expat, freetype, jpeg, tiff, etc): I'll leave that to MetaIO people. Finally, VTK_USE_METAIO was not exported at all: since this is an option, people could link against an installed VTK and expect MetaIO, whereas it was never built.... Considering that MetaIO is not as widely used as PNG, or JPEG, I didn't tackle the support for a system's MetaIO library.
-
Sebastien Barre authored
ENH: fix MetaIO in VTK; MetaIO: headers were installed in /include/vtk-5.2/Utilities/MetaIO for VTK and in /include/InsightToolkit/Utilities/MetaIO for ITK. While this seems OK for ITK, this not for VTK; the support libs found in VTK's Utilities install their headers in /include/vtk-5.2 (the extra 'Utilities' subdir would prevent them from being found). The metaIOConfig.h header was not installed. Furthermore, headers were installed in "/MetaIO" instead of "/vtkmetaio", which seems to be the required syntax (as implemented in a few VTK's classes: #include "vtkmetaio/metaTypes.h"). MetaIO is also missing support for a system's MetaIO vs. a VTK's MetaIO (as demonstrated by VTK's expat, freetype, jpeg, tiff, etc): I'll leave that to MetaIO people. Finally, VTK_USE_METAIO was not exported at all: since this is an option, people could link against an installed VTK and expect MetaIO, whereas it was never built.... Considering that MetaIO is not as widely used as PNG, or JPEG, I didn't tackle the support for a system's MetaIO library.
-
- 11 Dec, 2007 1 commit
-
-
Philippe Pebay authored
implementations, and which did not fit the new URL-based model. Note that this also eliminated a COMP issue. ENH: completed implementation of the PostgreSQL back end ENH: updated the SQL tests accordingly COMP: modified/fixed SQL compilation options
-
- 06 Dec, 2007 2 commits
-
-
Philippe Pebay authored
-
Philippe Pebay authored
VTK, as was discussed earlier.
-
- 14 Aug, 2007 1 commit
-
-
Jeff Baumes authored
ENH: Adding new Views kit, to contain vtkView and subclasses. They are larger granularity application objects which combine a pipeline and renderer.
-
- 31 Jul, 2007 1 commit
-
-
Alexander Neundorf authored
COMP: configure a value into vtkToolkits.h to determine whether to support multithreading in the python wrappers or not Alex
-
- 25 Jul, 2007 1 commit
-
-
Alexander Neundorf authored
COMP: prepare VTK for crosscompiling -fix some problems if no development packages for tcl or tk are installed -prefer the own cmake modules over the ones provided by cmake -fix build of vtkSocket for systems which don't have SO_REUSEADDR (e.g. BlueGene) -add a RenderWindow which uses OSMesa only, i.e. no X at all -support build on platforms without shared libs -use ADD_SUBDIRECTORY() instead of SUBDIRS() in VTK/CMakeLists.txt, otherwise GET_TARGET_PROPERTY(LOCATION) doesn't work, since the targets haven't been created yet -add FindPythonLibs, FindTCL and FindPackageHandleStandardArgs from current cmake cvs tested with cmake cvs on Linux and BlueGene and cmake 2.4.6 on Linux Alex
-
- 25 Apr, 2007 1 commit
-
-
Brad King authored
-
- 29 Jan, 2007 1 commit
-
-
David Cole authored
-
- 25 Jan, 2007 1 commit
-
-
Berk Geveci authored
-
- 24 Jan, 2007 1 commit
-
-
David Cole authored
ENH: Remove building the MPEG2 library from VTK's build instructions. This library has patents associated with it, so it should not be *included* in VTK. Make it available separately for clients who are willing to accept using patented code. Change use of the MPEG2 library to be based on a CMake configure-time option: VTK_USE_MPEG2_ENCODER. This set of changes is to conform with VTK's "patent free" policy which prohibits including patented code in the VTK source tree.
-
- 17 Oct, 2006 1 commit
-
-
Jeff Baumes authored
BUG: Made infovis PrintSelf methods handle NULLs more nicely.
-
- 17 Jul, 2006 1 commit
-
-
Amy Squillacote authored
-
- 17 Feb, 2006 1 commit
-
-
Amy Squillacote authored
-
- 14 Feb, 2006 1 commit
-
-
Berk Geveci authored
-
- 06 Oct, 2005 1 commit
-
-
Gary J. Templet authored
-
- 29 Aug, 2005 2 commits
-
-
David Cole authored
ENH: Automatically set default value for VTK_USE_VIDEO_FOR_WINDOWS based on the result of a TRY_COMPILE if it has never been set in the cache. Add new internal only VTK_VFW_SUPPORTS_CAPTURE flag; if the video capture routines of vfw32 are supported, vtkWin32VideoSource is included. If VTK_USE_VIDEO_FOR_WINDOWS is OFF, vfw32 is not linked in, and neither the vtkAVIWriter nor the vtkWin32VideoSource class is available. Activate/add tests for recently added MPEG2Writer and AVIWriter classes. (Cross fingers for those other platforms...)
-
Andy Cedilnik authored
ENH: Add support for building without Tk. Add option VTK_USE_TK which is ON by default. On cocoa disable this. Also, this way you can do off-screen only testing. Add an option to do off screen testing called VTK_USE_OFFSCREEN
-
- 23 Aug, 2005 1 commit
-
-
Utkarsh Ayachit authored
ENH: Added Sandia Painter and Shader support. Painters are fully incorporated, shader support is in-progress.
-
- 14 Jul, 2005 1 commit
-
-
David Cole authored
BUG: Percolate VTK_USE_DISPLAY through vtkToolkits.h and then use it to avoid creating the vtkWin32OutputWindow when VTK_USE_DISPLAY is OFF.
-
- 07 Jul, 2005 1 commit
-
-
Brad King authored
BUG: Restored availability of VTK_USE_HYBRID and VTK_USE_VOLUMERENDERING to outside projects in both CMake and C++ code. Their values are now copied from VTK_USE_RENDERING.
-
- 05 Jul, 2005 1 commit
-
-
Will Schroeder authored
-
- 24 Jun, 2005 1 commit
-
-
Sebastien Barre authored
-
- 09 Jun, 2005 1 commit
-
-
Ken Martin authored
-
- 07 May, 2005 1 commit
-
-
Mathieu Malaterre authored
ENH: Add a new option: VTK_USE_SYSTEM_FREETYPE. This allow fixing problem when building VTK and having include file being in the path, this also fix issue: http://bugs.debian.org/277602 when two different freetype libs where loaded
-
- 05 Apr, 2005 1 commit
-
-
Lisa Avila authored
-
- 25 Feb, 2005 1 commit
-
-
Ken Martin authored
-