- Jul 07, 2014
-
-
Ben Boeckel authored
Change-Id: I4fcd40fdfb1b714c26486562d49715015445ea8f
-
Ben Boeckel authored
ParaView doesn't care about vtkpython and when a static python build is used, plumbing the required extra libraries down to vtkpython would also require a magic variable for ParaView to set. Change-Id: Iff6db1f3a6e897b92ddd215c293ae7d7281602af
-
- Jul 04, 2014
-
-
Sebastien Jourdain authored
4937ef84 Allow arbitrary WebSocket endpoint
-
Sebastien Jourdain authored
Change-Id: I4324ea92366f09decb7153e81131aedc88b78d78
-
- Jul 03, 2014
-
-
Chris Harris authored
175d3ddd vtkWeb: Fix calls to old VGL API 7b0dae91 vtkWeb: Propagate mouse events to VGL 59681720 vtkWeb: Don't reset viewer to null on updateViewer(...)
-
Chris Harris authored
Looks like this code was not being run. Fix up typos and API calls. Change-Id: I6eafda86ae3cbb2361592a394f5d17816dc62aa7
-
Chris Harris authored
Rather than replacing the document event handlers bind a new event handler than will propagate the mouse events to the VGL viewer. Change-Id: If6a10243dab167d03072d3dad31543435b0a9986
-
Chris Harris authored
Only set m_viewer when updateViewer(...) return a new viewer. This is necessary so that the m_viewer can be used for propagation mouse interaction events. Change-Id: I2d6186b97fbd8d44a43b83b2dc9bf93304fc50ad
-
- Jul 02, 2014
-
-
Berk Geveci authored
a4ee6414 PERF: Removed unnecessary garbage collection.
-
- Jul 01, 2014
-
-
Berk Geveci authored
Information iterators increment/decrement the reference of their information object by default. This leads to lots of garbage collection passes, which when not necessary cause performance degradation. Used a weak reference instead. In these cases, we know for sure that someone else has a reference to the information objects (the executive). Change-Id: I9bc0f6a09b96c726b5d2a3bb7e78f3f7c67152b2
-
- Jun 30, 2014
-
-
Brad King authored
Use vtk_third_party_warning_suppress to disable warnings when compiling third-party C code in the mpi4py module. Without this, there may be many warnings with -Wunused-parameter. To avoid modifying third-party code, simply suppress them. Change-Id: I216f8dae9e9001d22d5c5dd06aeb597e48baf836
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I3c7b9e96c8cf25f10debde58228f0171fbd0d941
-
fb5cbb59 Merge topic 'opengl2-wrapping' into master 82e6876d TCL doesn't like numbers in module names e5f42177 More exclusions, avoid setting ABSTRACT twice 05d80de2 Merge topic 'mpi4py-communicator' into master 6ab475b4 Merge topic 'bar-chart-selection' into master f387e678 Merge topic 'opengl2-wrapping' into master 94288eee Remove the wrap exclusion at the module level 4940fde0 Added a test to exercise bar graph selection 4666a708 Removed sorts as the inputs were already sorted 3c35743b STYLE: Some basic style fixes 45185724 BUG: Make selections more permanent, linked to object 56575199 Merge topic 'add_new_cmake_module_keyword' into master 7a631b99 Merge topic 'doc_update_vtkParametricRandomHills' into master 6f8c2201 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD f81d4d33 Merge topic 'fix-tests' into master 740db878 Merge topic '14713-lsdyna' into master ...
- Jun 26, 2014
-
-
Marcus D. Hanwell authored
82e6876d TCL doesn't like numbers in module names e5f42177 More exclusions, avoid setting ABSTRACT twice
-
Marcus D. Hanwell authored
Modify both OpenGL2 modules to match Rendering/Context2D's naming convention. If we want to enforce this perhaps we should just replace numbers with numerals automatically in future? Change-Id: I3395927b2a5af1796fc38615db0a1d1ff5704a2d
-
Marcus D. Hanwell authored
Change-Id: I600493edf893734330953cd995d754836f7b3b52
-
Ben Boeckel authored
8e09aec2 wrapping: check for Tcl wrapping exclusion for warnings 09edf3fd mpi4py: add a class to convert communicators
-
- Jun 25, 2014
-
-
Marcus D. Hanwell authored
4940fde0 Added a test to exercise bar graph selection 4666a708 Removed sorts as the inputs were already sorted 3c35743b STYLE: Some basic style fixes 45185724 BUG: Make selections more permanent, linked to object
-
Marcus D. Hanwell authored
94288eee Remove the wrap exclusion at the module level
-
Marcus D. Hanwell authored
The wrapped languages need to wrap the implmentation modules to get some of the auto initialization in order to get the overrides. The majority of the module shouldn't be wrapped, but adding it as an easy path to get overrides working for wrapped languages. Change-Id: I34ee6b293b29f03b88e037a6a12a546b16a3e4ab
-
Marcus D. Hanwell authored
Change-Id: Id90e98ae40559ef6076e9b9323824f47a08395f1
-
Marcus D. Hanwell authored
Change-Id: I7810ef3e0a96ddce33ef17bff22247a1834530db
-
Marcus D. Hanwell authored
Missing braces, whitespace. Change-Id: I4cf767816b4fc68211bc58fecc34d387f2d4a204
-
Marcus D. Hanwell authored
The bar charts selection was quite fragile, being attached to objects that are deleted and recreated on any given update to the bar object. This adds the selection directly to the selection array, and instead of changing the color overpaints a bar blending with the original colors, making it easier to see multiple different colored bars that are selected. Change-Id: I84b1128c26af5743af9868adc72e0da038ea775c
-
- Jun 24, 2014
-
-
Andrew Maclean authored
e6ac3bf0 BUG: Fix by adding a new keyword.
-
Andrew Maclean authored
728b6a6b DOC: Update vtkRandomHills documentation.
-
Sebastien Jourdain authored
Change-Id: Ie16dd82cbf97e655633ccf4ce9de6ba6e2123389
-
2d1df149 Replace an import which disappeared and broke all dashboard web tests. 4c98d894 Fix python for vtkweb cb1f8939 Merge topic 'extent-initialized-fix' into master c986b179 Merge topic 'optimize-geojson' into master fb83f58a Merge topic 'add-mpi4py-third-party' 647b8907 mpi4py: add module information f39c1284 Merge branch 'mpi4py-upstream' into add-mpi4py-third-party 8c0040fa Executive was setting update extent initialized falsely. 6a07c1ac Merge topic 'fix-msvc-warnings' into master 5acb2307 vtkStructuredImplicitConnectivity: fix msvc warnings 961b63ba Merge topic 'vtkweb-update-to-WAMP-v2' into master 82a4d418 Update Web applications to support new protocol API 9793f84e Update VTK Web Python code to handle WAMP v2 06aaa805 Update Autobahn/JS library version e165c74f Merge topic 'fix_ParametricHills_for_ParaView' into master d7a0e9de Add SixPython module for Autobahn dependency ...
-
7f92da11 Changed to make tests run serially, async nature was causing collisions.
-
Marcus D. Hanwell authored
5328c487 Move device adapter initialization to the OpenGL module 2a672626 Reduce the number of renders (avoid time outs) 70e078b8 Must be marked WRAP_EXCLUDE too for Tcl smoke tests
-
David Thompson authored
d5c39876 Add a regression test for bug 14713. e4061e5f Bug 14713: Read LS-Dyna point coordinates properly.
-
Ben Boeckel authored
Don't warn if the module isn't wrapped for Tcl explicitly. Change-Id: Iba520319f810938e6e60ff39475cbde736543786
-
Ben Boeckel authored
This will allow mpi4py and VTK to use each others MPI communication sets. Change-Id: I7b9d297ec833b71507b92aac374335e6271f1f59
-
Ben Boeckel authored
103bcc0b testing: skip test executables with no tests
-
Ben Boeckel authored
118eecae IOVPIC: include MPI headers as SYSTEM headers
-
Ben Boeckel authored
a6ccb14d cmake: set policy 0053 in thirdparty cmake d510cc54 cmake: set policy 0053 if available
-
Marcus D. Hanwell authored
The dashboards mark a test as failing when an override is not found, and the message is not relevant when using the OpenGL2 backend that does not implement the painter API. Moved the initialization to the OpenGL 1 variant of vtkOpenGLRenderWindow, and set NULL in the parent class. Change-Id: Ibc5bad78c9d9d286b93437ff1400dc163d1940e4
-
Marcus D. Hanwell authored
This test is taking too long with OpenGL backends, and failing with time outs. Reduced the number of renders, and simply use vtkNew for the timer that was added. Change-Id: I43d1a969346f6f9d4032032b34cd62437c81def0
-
Marcus D. Hanwell authored
These classes are experimental, and are not necessary to be wrapped. The Tcl tests may need some modification for OpenGL2 backends though where not all interface classes have overrides. Change-Id: If62aace5f1a41930112a589004e5cffbdbad5468
-