- 15 Apr, 2012 4 commits
-
-
Marcus D. Hanwell authored
eed2d396 Removed debug output from test CMakeLists 124660c2 Fixed up some GLSL test logic 6f5d37ed Fixed a few segfaults in tests
-
Marcus D. Hanwell authored
53b98a74 add default data selection behavior back for backward compatability
-
Bill Lorensen authored
2feedc5f BUG: Restore ImageReader2Factory
-
Kitware Robot authored
-
- 14 Apr, 2012 7 commits
-
-
ImageReader2Factory was commented out. ImageReader2Factory needed IO/MINC, but introducing that dependency caused circular dependencies. This patch removes MINC from ImageReader2Factory. A MINC solution will appear in a subsequent patch. Change-Id: I42f56cd507495e3da899866f473a93bc518fd91d
-
Yuanxin Liu authored
Change-Id: I19006a431662377e9ee856643a4aff95c0805859
-
David Gobbi authored
ddd0485b COMP: Trying to fix java parallel build hiccups in modular.
-
Marcus D. Hanwell authored
Change-Id: I4b23466d28154b8e393cb97bdf2e1e8bdb440f65
-
Marcus D. Hanwell authored
The old test name does not exist (thanks Goodwin Lawlor), and these tests should always be enabled (for now at least). Change-Id: I28ef68ba6bf6d7bc5abf936b1be99ef457aad605
-
Marcus D. Hanwell authored
Some of these tests needed the factory overrides restoring. The TestDistancePolyDataFilter and ImageBSplineCoefficients tests were both failing due to null mappers. Change-Id: I3a9bed81abc4c7be45fc91094c7d2f67cdab9737
-
Kitware Robot authored
-
- 13 Apr, 2012 6 commits
-
-
David Gobbi authored
This is a follow-up to pre-modular commit 875f8232, which was a temporary fix to the java parallel build failure. When the build fails, errors of the form "class file contains wrong class" are seen. This patch reorganizes and comments the cmake code for clarity. It will probably not fix the problem, but it should at least assist in determining the cause. This commit also puts vtkBuildAllDriver.class back in java/vtk, the modularization commit 0c1471f1 moved it from the java/vtk dir to the java dir. Change-Id: Icee402497f2d64a4dd6314a2f31e05c4e0805b91
-
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 23 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
-