- 24 Apr, 2012 1 commit
-
-
Marcus D. Hanwell authored
Moved the TestMultiBlock test as the Filters/Sources module already depends on Filters/General. This resolves the compile error seen for the vtkOutlineCornerFilter::New() symbol. Change-Id: Ifb3230f8d86b3aeee52b0bd6a06dcb2f306720a0
-
- 17 Apr, 2012 1 commit
-
-
Bill Lorensen authored
OutlineCornerFilter was missing. To avoid dependency issues it has been moved from Filtering/General to Filtering/Sources. Its use was removed from dice.tcl since its presence did not add to the value of the test. Change-Id: I21c092440fe7de4c09c0d3ee2f130a7d17ec4690
-
- 10 Apr, 2012 2 commits
-
-
Brad King authored
Replace references to ${VTK_SOURCE_DIR}/Testing/Rendering with ${vtkTestingRendering_SOURCE_DIR}. The latter is shorter and will also be useful to build module tests as an external application that does not have VTK_SOURCE_DIR available. Change-Id: Ic947470af0dd49f184f902a4c73d3aa665d58164
-
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
-
- 09 Apr, 2012 3 commits
-
-
Chris Harris authored
Move some of the currently uncompiled classes from Filters/General and Filters/Parallel into two new "leaf" modules. Change-Id: I28ba2ee293f2f89c518ab72e087fae0c8cf4d2f5
-
Exclude ThirdParty, Utilities/MetaIO, and Utilities/KWSys as these are maintained outside VTK. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com>
-
Add module.cmake, CMakeLists.txt, and other build system files. The modular VTK build system is not yet mature. The monolithic build files had a lot of infrastructure. The modular build files reproduce much of the functionality but some features will need to be restored later. Document status and tasks in "TODO-Modularization.txt". Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-