- 14 Apr, 2012 1 commit
-
-
Kitware Robot authored
-
- 13 Apr, 2012 5 commits
-
-
Yuanxin Liu authored
9e54949c add back one more test and clean up the existing one
-
Yuanxin Liu authored
Change-Id: Iaa39be29ad3c836d212c129ad988e84072380973
-
Dave DeMarle authored
8977cc9c COMP: No buffer lookahead space for wrapper-parser include directives.
-
Chris Harris authored
2b57d792 Use per-target include directories when available
-
Kitware Robot authored
-
- 12 Apr, 2012 24 commits
-
-
Marcus D. Hanwell authored
If CMake supports per-target include directories make use of them, otherwise default to directoy scope include directories (as has been used before). Also made a few minor improvements to CMake wrapping code. Change-Id: I86790eb9999b56ce8cf8c24e82793123159d8f23
-
George Zagaris authored
f590ca78 fix build error and warnings for interpolated velocity field
-
Yuanxin Liu authored
Change-Id: Iaf96de1450822fb87b4d9856459cb03eae235dbd
-
Chris Harris authored
4db20f4a Fixed more errors that crept in with header installs
-
Marcus D. Hanwell authored
Wrap the constants defined in the headers again Change-Id: Ie09285b629989bd6b9c6691a5db0b272f33e9e75
-
Yuanxin Liu authored
86b1bff1 modify stream tracer to allow AMR input
-
Marcus D. Hanwell authored
f095f7ee Added in some Tcl rendering tests
-
Chris Harris authored
24b9c30d Added Geovis to Views group
-
Marcus D. Hanwell authored
ViewsGeovis depends on ViewsInfovis, removed ViewsCore and ViewsContext2D from the StandAlone group as they would bring in rendering. Change-Id: Icd5ae63bd315e5b3d7a266e8db66c9adad558a26
-
Marcus D. Hanwell authored
59a7a77c Remove boost dependence from vtkViewsInfovis
-
Jeff Baumes authored
Change-Id: I1f937ae67dbb47695adcaac95fbe56f874466ddd
-
David Gobbi authored
The wrapper's C++ preprocessor has its own code for parsing header files. Its file buffer did not have any reserve for lookahead chars. Lookahead is done whenever a backslash appears in the file, so when a backslash was the last character in the buffer, an invalid read occurred. This patch reserves two chars at the end of the buffer for lookahead. Change-Id: I9456e3e8b8e587e5fd92947e9a73acfd39ff3bae
-
Marcus D. Hanwell authored
These tests render, and all but two pass locally. It was necessary to add a new require package vtk call in rtImageTest.tcl in order to get vtkObject etc. Change-Id: I9df7b2cfa4c8ddbcc1604a19cea515926308ddab
-
Robert Maynard authored
2f02fa58 Change __APPLE__ to __clang__ for Clang visibilty fix
-
Chris Harris authored
The visibility issue fixed by 6d8a5f6e is also seen with Clang on other platforms. Also moved the exports to existing forward declarations. The Clang bug in question is: http://llvm.org/bugs/show_bug.cgi?id=10113 Change-Id: I32592d8e8c4169925006185aaf7f027b588697f0
-
Brad King authored
Include <string> before using std::string. Change-Id: Idfec89311e52e1fed4016d7d1d46ed6f443d9895
-
Chris Harris authored
91857f1a Add CMakeLists.txt for IO/Export/Testing/Python/
-
Marcus D. Hanwell authored
5b41812a Ensure we never auto initialize anything twice
-
Marcus D. Hanwell authored
4a3f42a4 Changed RenderingHybridOpenGL export macros I missed
-
Chris Harris authored
Change-Id: Ib79fa1b0a10a75d79bf53564bb161c1cdd3507aa
-
Brad King authored
List vtkgl.h as a module header to ensure it is installed. List both vtkgl.cxx and vtkgl.h as outputs of the custom command that generates them. Drop the explicit GENERATED property because add_custom_command automatically marks its outputs as generated. Drop the OBJECT_DEPENDS property because it has not been needed since sometime before CMake 2.6. Change-Id: If1b3b9ec69c38e1f19dcf746fa12fa216c8fc001
-
Kitware Robot authored
-
- 11 Apr, 2012 10 commits
-
-
Marcus D. Hanwell authored
These were causing link issues on Windows. Change-Id: I3ee8fcbfc3db2deba6a50fe48a4ae6909bc02bea
-
Marcus D. Hanwell authored
This will cause duplicate symbol declarations and a compile failure. Change-Id: I765db8ce0abf2f11770d42b979a0eaa4ab3f83f9
-
David Gobbi authored
d979cfa1 Fix export visibility for vtkImageStencilIterator
-
Chris Harris authored
6d8a5f6e Fix vtkArrayIteratorTemplate<vtkStdString|vtkVariant> visibility
-
Chris Harris authored
As Imaging/Core has been split into mutliple modules classes need access to iterator outside Imaging/Core Change-Id: I0a096b87625060309d1390f29854bfe1ef1d1074
-
Chris Harris authored
55e51081 COMP: On OS X, vtkRenderWindowJava must have ".mm" extension.
-
David Gobbi authored
098bb19a COMP: Remove unused vtkEllipsoidSource header from vtkImageConvolve.
-
David Gobbi authored
7fed22d1 ENH: Remove ComputationalGeometry dependency from ImagingCore.
-
Marcus D. Hanwell authored
b46ce11c Remove FiltersParallelImaging from Imaging group
-