- 30 Apr, 2010 1 commit
-
-
David Partyka authored
-
- 27 Apr, 2010 2 commits
-
-
David Partyka authored
-
David Partyka authored
When using older ffmpeg on the Mac the try_compiles are failing because a link error and thus were not producing accurate configuration results.
-
- 13 Apr, 2010 2 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- 26 Mar, 2010 3 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
- 25 Mar, 2010 2 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- 24 Mar, 2010 5 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
- 12 Mar, 2010 2 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- 11 Mar, 2010 2 commits
-
-
Marcus Hanwell authored
After talking with Brad King it is clear that the visibility support is also useful for static linking.
-
Marcus Hanwell authored
Added the option to turn on stricter compiler flags (GCC only right now), default to off. The flags are quite safe in VTK, but can cause hundreds of warnings in some other projects code bases.
-
- 01 Mar, 2010 1 commit
-
-
Kenneth Moreland authored
ENH: If compiling with OSMesa ON, make compiling with X optional. It is not uncommon to use OSMesa in place of X11.
-
- 25 Feb, 2010 1 commit
-
-
Dave Partyka authored
-
- 18 Feb, 2010 1 commit
-
-
Lisa Avila authored
-
- 17 Feb, 2010 2 commits
-
-
Pat Marion authored
-
Marcus Hanwell authored
Sync the VTK copy of the FindPythonLibs module with CVS head. Main change is a patch from Pat Marion to improve the Python modules macro.
-
- 16 Feb, 2010 1 commit
-
-
Wes Turner authored
ENH: Automatically setting the R_HOME environment variable to the value calculated by CMake at configuration time. This will be overridden by the environment variable if present. This may need further work for installed systems.
-
- 09 Feb, 2010 1 commit
-
-
Dave Partyka authored
-
- 02 Feb, 2010 2 commits
-
-
Arnaud Gelas authored
ENH: When using FFMPEG encoder, it first check if you are using a recent version of FFMPEG (or an old one as it was required previously for vtk). Then vtkFFMPEGWriter uses either the older API or the new one. See http://www.vtk.org/pipermail/vtk-developers/2009-December/006522.html. Original solution provided by Berk Geveci and improved by Nicolas Rannou.
-
Wes Turner authored
-
- 01 Feb, 2010 1 commit
-
-
Wes Turner authored
-
- 29 Jan, 2010 1 commit
-
-
Thomas Otahal authored
-
- 28 Jan, 2010 1 commit
-
-
Marcus Hanwell authored
-
- 27 Jan, 2010 3 commits
-
-
Marcus Hanwell authored
After discussions with Brad King silencing the MSVC warning in this case. See the comments in the source file, the symbols should be available at link time.
-
Marcus Hanwell authored
Turned off GCC visibility support by default. It seems that vtkImageIterator and vtkArrayIteratorTemplate are declared in such a way that their symbols are not exported correctly when using GCC visibility (they are members of other classes), but removing the include seems to be causing issues with MSVC finding the template implementation.
-
Marcus Hanwell authored
This flag causes GCC to fail with an error when a non-void function does not return, but it is not present on all versions of GCC.
-
- 26 Jan, 2010 1 commit
-
-
Marcus Hanwell authored
If VTK is being built standalone then support for GCC visibility is enabled for the VTK kits. Additionally some GCC flags are added for Debug and RelWithDebInfo builds to enable extra warnings and error when a non-void function does not return anything.
-
- 25 Jan, 2010 1 commit
-
-
Marcus Hanwell authored
-
- 19 Jan, 2010 1 commit
-
-
Bill Lorensen authored
-
- 13 Jan, 2010 1 commit
-
-
Thomas Otahal authored
ENH: Added full paths to Matlab libraries for linking with external projects.
-
- 12 Jan, 2010 2 commits
-
-
Francois Bertel authored
-
Francois Bertel authored
-