- 24 Apr, 2012 4 commits
-
-
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
-
Utkarsh Ayachit authored
fc93e3fc Merge remote branch 'origin/master' into HEAD 54832f74 Updating comment. 1d674588 BUG #13101. STL ascii reader was report failures prematurely.
-
Dave DeMarle authored
Change-Id: I324f9c1f362fafcf5e422a754228e3ba311b5d2c
-
- 23 Apr, 2012 21 commits
-
-
Marcus D. Hanwell authored
Just use a string, and removed inline from the protected methods - should be private if we want to inline them. Change-Id: I72b03b417e009862574e5ef27506dec64f73455f
-
Kyle Lutz authored
This fixes a compilation error in which the Qt headers required by the OpenQube headers could not be found because the Qt include directories were not setup when compiling VTK/Chemistry. Change-Id: I60a38ca2d95b62571955c6498421eeeceb6aa3b8
-
Utkarsh Ayachit authored
* origin/master: (325 commits) BUG #13118. Fix segfault due to dangling pointers. COMP: Fix python wrapping of GUISupport/Qt classes in release. Eliminated a (shadowed declaration) warning from HT grid Do not build (but yet retain) a currently problematic test. Restored header file of vtk hyper tree source that got lost Fix for MFC compatibility issue with bad_alloc BUG 12810: Fix for int overflows in volume rendering module replace deprecated cmake remove command Remove vtkHyperTreeFractalSource.cxx from build Refactor VTK version handling Re-enable a unit test that was disabled by the modular changes. Enable Parallel Stream Tracer test Tab fix asdfasdfasdf Add support for polygonal selection for charts KWSys Nightly Date Stamp Geometry fitler and changes in vtkHyperTreeGrid to support it. Created a new type of data set for hyper tree grids Running the tests with a hyper tree grid SOURCE now Had included a debug test by error Removed debug Print() statement ... Conflicts: IO/vtkSTLReader.cxx Change-Id: Ie6f1ee8ef057a10ea6e7eb5da171865206ebdfea
-
Marcus D. Hanwell authored
a0d8c06d Merge branch 'master' into 13118_fix_charts_segfault-vtkmaster 6761eda5 BUG #13118. Fix segfault due to dangling pointers.
-
Dave DeMarle authored
Change-Id: I5bb55a2847b0f4077cbf5dc4a9d58345f59077e8
-
Utkarsh Ayachit authored
Change-Id: I61114423e394561e6838e8ab262f0045892ac2c5
-
Utkarsh Ayachit authored
* master: (270 commits) Eliminated a (shadowed declaration) warning from HT grid Do not build (but yet retain) a currently problematic test. Restored header file of vtk hyper tree source that got lost Fix for MFC compatibility issue with bad_alloc BUG 12810: Fix for int overflows in volume rendering module replace deprecated cmake remove command Remove vtkHyperTreeFractalSource.cxx from build Refactor VTK version handling Re-enable a unit test that was disabled by the modular changes. Enable Parallel Stream Tracer test Tab fix asdfasdfasdf Add support for polygonal selection for charts KWSys Nightly Date Stamp Geometry fitler and changes in vtkHyperTreeGrid to support it. Created a new type of data set for hyper tree grids Running the tests with a hyper tree grid SOURCE now Had included a debug test by error Removed debug Print() statement A new hyper tree grid source Added a vtkHyperTreeGridAlgorithm ... Conflicts: Charts/vtkContextInteractorStyle.h Change-Id: Ib31a58e24c2a65a4dbd161721ee708a285f79578
-
Utkarsh Ayachit authored
Avoid dangling pointers in vtkContextInteractorStyle by using vtkWeakPointer. This fixes a segfault that showed up on Windows due to the order in which the objects were getting deleted on exit in ParaView. Change-Id: Ib606bd8583d96a52dbe04be7997713155c0f79b9
-
David Gobbi authored
A modification to GUISupport/Qt/CMakeLists.txt in commit 7aaf1d8e, meant to enhance the wrapping QVTKInteractor, had some serious side effects on the wrapping in this directory. These were undetected because this directory is only wrapped if VTK_WRAP_PYTHON_SIP is ON. This commit reverts the changes of commit 7aaf1d8e and instead fixes the QVTKInteractor issue by hard-coding its name into vtkWrapPython.c. After this is merged, the hard-coded class name will be removed from vtkWrapPython.c in the master branch. Change-Id: I1dd2f6227997e9df62710e76459361de4c7b2459
-
Kyle Lutz authored
This adds an export for the TIFFSetTagExtender symbol for the vtktiff third party library. Change-Id: Ic3ef9f4744d4c02be5b08770afd50bc2e463a5ea
-
Dave DeMarle authored
Change-Id: Id9ffab84985116f173aeab39390f19d24443eb2f
-
Philippe Pébay authored
Change-Id: I85c632c47cb4e41a3b76699d5bd268e26e78c4e3
-
Philippe Pébay authored
NB: This test will be restored later after having merged from a more advanced topic branch. Change-Id: Ic59e63f193c70cbf4ea47b6db12264fa302f5e64
-
Philippe Pébay authored
Change-Id: Ic9e122db6ba80f6a50c0e7de5c0a5438b67f0fdf
-
Dave DeMarle authored
Change-Id: I0c28ac07fa0c62ba20fc91f89b58f423f6691faf
-
Dave DeMarle authored
Change-Id: Iad003a0d6fb9b85dd1abccdbd8adb4a7636b55a6
-
Dave DeMarle authored
Change-Id: I1005acf98e18eaf98593aa0c97b386ef7f04fd04
-
Pavel Pokutnev authored
To be able to catch allocation failures, when VTK is running in the context of other framework (e.g. MFC), we should use (...) in the catch handler instead of std::bad_alloc. If hosting framework implements its own operator new, it's possible that it will throw own defined exception and not the standard std::bad_alloc! In the case of MFC this is CMemoryException, so it would not be handled correctly and crash. BUG ID 0013018: http://vtk.org/Bug/view.php?id=13018 Change-Id: Ic47b1666116a4299d85e9b86a5d1b13a72822a94
-
David Gobbi authored
Change-Id: Ib160d59a69d103501de97a5899dac5b89bfb77ae
-
Dave DeMarle authored
Change-Id: I337eabe2854293fec60391af0ba7a8ef09b22541
-
- 20 Apr, 2012 15 commits
-
-
David Cole authored
f9eaa4a0 Remove vtkHyperTreeFractalSource.cxx from build
-
David Cole authored
ebf6777d Refactor VTK version handling
-
Brad King authored
Move VTK_(MAJOR|MINOR|BUILD)_VERSION out of "CMakeLists.txt" into dedicated file "CMake/vtkVersion.cmake". Move the preprocessor macros from "vtkConfigure.h" to new configured header "vtkVersionMacros.h". This avoids rebuilding everything when the version number changes. Include the new header from the old location to provide the macros for compatibility unless VTK_LEGACY_REMOVE is ON. Define the BUILD version to be a date during development and the patch level for releases (or during preparation of one as we are currently). The CMake package version file (VTKConfigVersion.cmake) already does this so make the C++-presented version consistent with it. Add a "CMake/vtkVersion.bash" script to help a nightly robot update the build version when it is a date. This replaces KWSys DateStamp for VTK. Compile the wrapping parser with only the major and minor version number components instead of the full version number. This avoids causing a full rebuild of all wrappers whenever the build version component changes. The wrapper only needs the version to provide its --version option anyway. Teach the documentation generation scripts to extract the VTK version numbers from the new version file. Drop the separate revision file infrastructure because everything is now in one version file. Also remove unused file CMake/VTKVersionMacros.cmake. Change-Id: If988b32c738e6161237f7e3edaff49e75cb15b25
-
Philippe Pébay authored
94b3cf69 Tab fix asdfasdfasdf 4ebd4cf0 Geometry fitler and changes in vtkHyperTreeGrid to support it. 94ce141b Created a new type of data set for hyper tree grids ee2e3202 Running the tests with a hyper tree grid SOURCE now 9009026f Had included a debug test by error a4e1ccbb Removed debug Print() statement 6a3fdf51 A new hyper tree grid source 25979675 Added a vtkHyperTreeGridAlgorithm e1c255fa Moved HyperTreeGrid to Common/DataModel
-
Chris Harris authored
0a5dbb0d Re-enable a unit test that was disabled by the modular changes.
-
Yuanxin Liu authored
Change-Id: I75d6fdbc9508373b89aaeea6f6f090ab6141fc10
-
Chris Harris authored
63e4963b Enable Parallel Stream Tracer test
-
Yuanxin Liu authored
Change-Id: Ie0cdd47e7a579853a75f7619e0c2256a0989719c
-
Utkarsh Ayachit authored
* pv-master:
-
121b0efe Added new event when the active plot changes c4ecfc05 Removed warning macro for no input fc4c570a Merge topic 'fix-volume-rendering-int-overflow2' into master e3618b86 Merge topic 'fix-clang-encoding-warnings' into master ce3bd79f Merge topic 'amr-plane-cutter' into master e72902dc Merge topic 'move-test-4-modularization' into master 9f3b9031 Merge branch 'release' ee48a555 Renaming file to fix possible modularization conflict. 3af266f8 Merge topic 'delete-unused-tests' into master 3206aa37 Merge topic 'delete-duplicate-tests' into master 958fe0cf Deleting duplicate test. 8b3d93bf Merge branch 'fix-python-vtk-inputs-r-rel' into release 68b73f89 Merge branch 'example-python-module-suffix-rel' into release e179bdbc Deleting unused tests ef41e283 Merge topic 'add-child-info-check-to-amr' into master 9cb34f54 Add a function to check whether there exists parent child information ...
-
Marcus D. Hanwell authored
Change-Id: I3d2ca96bc41a865531bdd01d7c6132b20d207e42
-
Marcus D. Hanwell authored
490fd984 Add support for polygonal selection for charts
-
Charles Law authored
Change-Id: If0c0031d30f2b4a96d3e085861ed515110664b33
-