- 09 Apr, 2012 28 commits
-
-
Marcus D. Hanwell authored
Change-Id: Ia55a79d983dfd9c22ac26cc17d1b9914f259f7b9
-
Marcus D. Hanwell authored
Change-Id: I26c895d45e8fc6546b54e3fa40e1453cc8ff1bc0
-
Marcus D. Hanwell authored
Change-Id: I28daa893e75923fe6f1d70ecc5d998f67f10861a
-
Marcus D. Hanwell authored
Change-Id: Ifb3efeff37e2e588f55a54ce028660d7770f227c
-
Marcus D. Hanwell authored
This was causing CMake to be backwards compatible to that version. Change-Id: I95ceb31e87776656c0e3c7a7554261177897198d
-
Chris Harris authored
64e4888f ENH: Ensure the cell type constants are wrapped.
-
Marcus D. Hanwell authored
Thanks to Leo for spotting the missing cell types. Change-Id: I1da48575dcbaeabb504bb1bf9eae8c46efcb295a
-
Marcus D. Hanwell authored
11ae6959 ENH: Restore GCC visibility support
-
Marcus D. Hanwell authored
This now uses the generate export header logic that is integrated into CMake. Some minor changes were necessary in the Python and Java core modules to correctly export all symbols on non-Windows platforms. Change-Id: Ib0f0fa7aedecbd4ae6d54e32c52df70c9de658e6
-
Brad King authored
Teach vtk_module_library to add a <module>.HeaderTest test. Teach HeaderTesting.py to exclude headers containing a special comment like those added by the parent commit. Exclude GUISupport/Qt* and Views/Qt because the modules have headers that are not expected to follow VTK conventions. Temporarily exclude the Chemistry/Core module until its headers are fixed or marked as excluded (they came from the Chemistry kit in monolithic VTK which had no header test). Change-Id: Ib6e1313a866db154f7b0e94aa340a10b16f8b9ca
-
Brad King authored
Add a comment to the bottom of each header that used to be excluded from kit HeaderTesting tests in monolithic VTK. Format the comment in a way that cannot be accidentally copied into another header without modification. This comment will tell HeaderTesting.py to exclude a header from testing so we do not have to separately list every excluded header in every module. Change-Id: I9d7ae607125459a6527843c8c15ac463a20f6812
-
Brad King authored
Fix Common/DataModel/vtkAbstractElectronicData.h "not implemented" comments for copy constructor and assignment operator. Comment Testing/Rendering/vtkTestingInteractor.h extra header inclusion. Change-Id: I92cdcaae470f64f5ca41d722e0ccdb978b704a68
-
Marcus D. Hanwell authored
b77f5498 ENH: Added build system for RenderingVolumeOpenGL fae19f6b ENH: Moved the OpenGL components into separate module
-
Chris Harris authored
13405a5d BUG: Removed vtkRenderingParallel from StandAlone.
-
Marcus D. Hanwell authored
This was introducing an MPI dependency from the StandAlone group. Change-Id: I00392390c67fee4242ec8e72567a9b7c2bb3e00d
-
Marcus D. Hanwell authored
722293a7 ENH: Move back to main VTK project for CTest submission
-
Marcus D. Hanwell authored
Removed the hard coded object factory, and use the standard mechanism. Make the tests depend on vtkRenderingVolumeOpenGL, kept them in the vtkRenderingVolume module as they do not use the OpenGL classes. Change-Id: Ie70b18058aafd56ea0a338ca5c7c7019cced3f9a
-
Marcus D. Hanwell authored
This moves all of the OpenGL specific volume rendering code into its own discrete module, the next commit will bring in the build system updates to make this work and use the generic object factory code. Change-Id: I92f5c395c5629d0fa475234dc1cc76d12335f59a
-
Marcus D. Hanwell authored
Change-Id: If8ae82e20adcc3c7329e1b3f82694ba1130ea392
-
Marcus D. Hanwell authored
a975b849 Disallow vtk_module argument "DEFAULT"
-
Brad King authored
Reject accidental use of the DEFAULT keyword argument. All module request variables default to OFF. Some modules may be built by default through group variables that default to ON. Change-Id: I303968fa8a9fa77ad7d4d68e8168c97aa9e49b09
-
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>
-
Include the module-wide header from every header in each module. Reference the export/visibility macro for the module. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@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>
-
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. 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>
-
The modular VTK build system completely replaces the old monolithic CMake code. 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>
-
Kitware Robot authored
-
- 08 Apr, 2012 1 commit
-
-
Kitware Robot authored
-
- 07 Apr, 2012 1 commit
-
-
Kitware Robot authored
-
- 06 Apr, 2012 10 commits
-
-
Marcus D. Hanwell authored
a3feef0d BUG 12810: Fix for int overflows in volume rendering module
-
Marcus D. Hanwell authored
c5ff1723 recent clang started warning when seeing non-UTF8, fixed.
-
Marcus D. Hanwell authored
18933dd7 COMP: Resolve warning for converting to int from double c02557d2 ENH: Add GetParticleName to internal flash reader 3e456945 ENH: Remove vtkPlane from class ivars 5bfba542 ENH: Use vtkUnstructuredGrid in CutAMRBlock 2c911dc4 ENH: Implement extraction of cells on plane 9ee40558 COMP: Fix compiler warnings c4941ad9 ENH: Use octree point locator to extract cells e30124f5 ENH: Remove vtkContourValues and use endl b5a58633 ENH: Use vtkOverlappingAMR + style changes
-
Chris Harris authored
ee48a555 Renaming file to fix possible modularization conflict.
-
Dave DeMarle authored
Change-Id: Ie6e3f3c87c1ac285eaa1113d84104d81810daeaf
-
Nikhil Shetty authored
Another file with the name TestGraph.cxx is also present in Infovis/Testing/Cxx. Change-Id: I51e95142cb248a8200adced2ab0863542496e54f
-
Marcus D. Hanwell authored
e179bdbc Deleting unused tests
-
Marcus D. Hanwell authored
958fe0cf Deleting duplicate test.
-
Nikhil Shetty authored
This test has been moved to /Common/Testing/Cxx a long time ago but the code still lingered around. Change-Id: I137b92530d157f2e96b366c49ea4ad080e5c9537
-
Dave DeMarle authored
Change-Id: I31e5f285ab373253bc3558ae29a76a4d57cf2b6f
-