- Feb 16, 2015
-
-
Dave DeMarle authored
Change-Id: I5714e954dcc7bafadc4c8b295107b556abbe1271
-
Dave DeMarle authored
Change-Id: Ib37991f95f11fbbbbf793e03fc2ac9c28a2c7730
-
Dave DeMarle authored
Change-Id: I0bb2bc8c0434c3bfb3d09b96c5f834e0e6e52c86
-
Dave DeMarle authored
Change-Id: I0c6a1cbb390e83556dbe15a6e3c2059e528f4439
-
Dave DeMarle authored
Change-Id: I6e275d949631802b1a17d9e426bad5886c185432
-
- Feb 15, 2015
-
-
David Gobbi authored
There was a simple mistake in the code that builds the "ArgCheck" string that the wrappers use for argument type checking. As a result, the "argument check" was not distinguishing between const reference args and non-const reference args. A "const reference" arg type can satisfied via implicit conversion from another type, while a non-const reference arg cannot. The new test specifically tests for this. Change-Id: I59725536496dd6d80b64ace09403161ccd89c9b4
-
- Feb 12, 2015
-
-
Ben Boeckel authored
It is only used if methods exist. Change-Id: Id9bd3568096cbfa177bafb4f080301f1df62575a
-
Ben Boeckel authored
Change-Id: If625f69914513507151659a3a6161d987ad84591
-
Ben Boeckel authored
Change-Id: I1035010ffed5cbc484a0b953b7319c3d17c4245d
-
- Feb 11, 2015
-
-
John Tourtellott authored
Change-Id: Ib7f373cdea1558b8b6cc02fe49a2fefbec8daae1
-
Ben Boeckel authored
0f7244b1 vtkModuleTop: handle UsrMove-like setups
-
Ben Boeckel authored
The problem is that when the package is found via a directory with a symlink which points into the install prefix, we should use the configured install prefix. Example: /usr (install prefix) /usr/lib/cmake/vtk-6.2 (configuration's path) /lib -> /usr/lib (UsrMove) /lib/cmake/vtk-6.2 (path VTK was found by) The problem here is that when we traverse up the 3 components to try and find '/usr', we end up finding '/' instead. To fix this, we detect this by resolving the found path and the expected path to remove all symlinks. If these are the same, use the configured path, otherwise go up the tree the correct number of components. Still unsupported is finding VTK by a path with a symlink into the prefix and VTK has been relocated since being installed. Fixes #15065. Change-Id: I181a126382941eb7e33304d426719abd5769048b
-
Ken Martin authored
96c61c1c Made Point Gaussian mapper handle scale arrays not in dataset 9d090aa5 Fix triangle size for sprites with radius > 1 25e578b0 Add an option to set default radius of point gaussian
-
Aashish Chaudhary authored
7b2091ae Allow the initial GL2PS buffer size to be set.
-
Aashish Chaudhary authored
ed363610 Silenced compiler warnings
-
Ken Martin authored
3943313e Update to a cleaner way of solving the issue f77c1ff9 Fix an issue with mapper requiring a polydata input
-
- Feb 10, 2015
-
-
Aashish Chaudhary authored
Change-Id: Id9d1b02b7752c6b25f1708760f38cc587a1d3b99
-
John Tourtellott authored
Change-Id: If5c635da83fd57a2bcc16d928200deb25222e21a
-
John Tourtellott authored
* Omit vtkGDAL.h from standard header testing * Remove vertical flip logic Change-Id: I52ba2638760588212d0f17925a429e6e14981b8c
-
Ben Boeckel authored
3d5063da doxygen: add an option to disable CHM files 200c23e5 doxygen: remove obsolete options be21c187 examples: add shebang lines 59b38c86 wrapping: find superclasses that are templates 5a49848a wxVTKRenderWindow: support wxPython 3.0 8384af62 java: add an option to set the target for java compiles 2028be3d cmake: reformat java compilation commands b06009ab netcdf: support a system netcdf 27c0ec48 install: install missing module-related files
-
Dave DeMarle authored
95b3d503 per bug 14826 make find_package vtk more lenient
-
Jean-Christophe Fillion-Robin authored
find_package(VTK 6) has an implied .0 which is counterintuitive and find_package(VTK 6.0 REQUIRED) won't accept vtk 6.1, 6.2 etc. This change makes the minor version at least more lenient. Change-Id: Ic435f1dc78f47682baefc62da927b4f04ea78ff0
-
Ben Boeckel authored
5cc298e4 python: don't export Python modules as targets
-
- Feb 09, 2015
-
-
Ben Boeckel authored
eb1ab4b0 metaio: remove stray reject file
-
Ben Boeckel authored
3af86a2c maint: ignore css files for ctags as well b6e726ad maint: use "git checkout" rather than reset
-
Ben Boeckel authored
Change-Id: Ia8aa8be0db0dc0f2c896ac45786b0fe7f2b2ed08
-
Ben Boeckel authored
ded5ebe4 IOXdmf3: remove excess MPI stuff
-
Ben Boeckel authored
Change-Id: Ib799f8302569e4022d6a988d246e644baa2f0ee4
-
Ben Boeckel authored
Not doing this makes the two ctags files the same. Change-Id: Iccfc6f3c08328ae7c931e8c1ef3cd495694ab854
-
Ben Boeckel authored
Change-Id: I29c3c38d8b9071b51bfab3cc1cc71fc189cb9090
-
Ben Boeckel authored
6286f0c0 release: add scripts for release maintenance
-
Dan Lipsa authored
Change-Id: I496db669083fa5dc050877f27b97f33e94f82c44
-
Ken Martin authored
425fc480 Add one-pass Android build 39229f71 Update Android toolchain file (now support NDKs r5 through r10d)
-
Ben Boeckel authored
Change-Id: Iab1bbdfd17919857358540e7d6a7cc55a3d53d72
-
Aashish Chaudhary authored
24361f8b Fixed errors found using valgrind leak check
-
Ken Martin authored
And fix what woudl have been a problem with multiple pieces sharing the same color coordinates. Change-Id: I8cf207aefbe2b7ad3e2c58031394eab46ebd7bb0
-
David C. Lonie authored
3b07940f Fix warning in vtkLabeledContourMapper.cxx
-
Ken Martin authored
Added in a signature where you can pass in the input. For composite mappers GetInput can fail as it looks for polydata. Left in the old signature even though nothing in VTK calls it just to be safe. Change-Id: I0b1c2d29bca2877adb2d1be87acced77d851192d
-
Aashish Chaudhary authored
Change-Id: I15a29b33d80db920366573e4fc12c4188cf46f8f
-