- May 26, 2017
-
-
Sean McBride authored
-
- May 19, 2017
-
-
Robert Maynard authored
-
David E. DeMarle authored
-
- May 18, 2017
-
-
David E. DeMarle authored
-
Aron Helser authored
.pyc files are now in a __pycache__ directory, and include the python version and interpreter in the filename. Use a glob to copy them during install.
-
- May 14, 2017
-
-
Sean McBride authored
Fixed or suppressed various cppcheck warnings.
-
- May 05, 2017
-
-
David Gobbi authored
Static builds of vtkpython must include code to initialize all of the VTK modules. The code that does this had not been updated to work with Python 3.
-
- May 03, 2017
-
-
Jean-Christophe Fillion-Robin authored
This commit simplifies the logic checking if builttool target should be added by adding the variable VTK_COMPILE_TOOLS_IMPORTED.
-
Jean-Christophe Fillion-Robin authored
This commit updates the build systems to allow cross-compiling VTK using toolchain defining CMAKE_CROSSCOMPILING_EMULATOR. It simplifies the cross-compilation removing the need to independently compile the "VTKCompileTools". See https://cmake.org/cmake/help/v3.8/variable/CMAKE_CROSSCOMPILING_EMULATOR.html#variable:CMAKE_CROSSCOMPILING_EMULATOR
-
- May 02, 2017
-
-
Ben Boeckel authored
For netcdfc++, we use the NetCDF find module with different components.
-
- May 01, 2017
-
-
Ben Boeckel authored
-
David C. Lonie authored
-
David C. Lonie authored
The existing cmake code for testing GL2PS exports expects a postscript file to be written alongside the pdf. Modify the code so that only a pdf is tested.
-
David C. Lonie authored
-
- Apr 25, 2017
-
-
David C. Lonie authored
-
- Apr 13, 2017
-
-
Sean McBride authored
Types of warnings: - mismatch between parameters names in declaration vs definition - make certain parameters references, or const references - checking array index after its use - prefer preincrement - change return type of operator= There are some very minor API chages here (const/reference).
-
Sean McBride authored
These are already informally commented as legacy, this just allows them to be truly compiled-away. Will help totally removing them one day, which is desirable because they violate C++ naming rules by having 2 or more adjacent underscores.
-
- Apr 12, 2017
-
-
David C. Lonie authored
We have some new volume rendering tests depend on runtime state, and we cannot know whether or not the required support will be there during configure time. This patch adds a new symbolic constant, VTK_SKIP_RETURN_CODE that uses the SKIP_RETURN_CODE cmake test property, which allows us to skip the test at runtime when invalid configurations are detected. The value of 125 was chosen to match git rebase's skip value.
-
Max Smolens authored
-
- Apr 06, 2017
-
-
David E. DeMarle authored
starting in ospray 1.2, embree is no longer packaged and you must build it separately. This change fixes the "build vtk with ospray's build directory" option. The "build vtk with ospray's install directory" option appears to work as is, at least in the case I've tested where both ospray and embree are installed in the same place.
-
- Apr 05, 2017
-
-
Berk Geveci authored
These filters were contributed by Hamish Carr's team from University of Leeds. See the class files for more information on what the filters do.
-
- Apr 04, 2017
-
-
Ben Boeckel authored
Since 4be3ce91, the build-tree `VTKConfig` file includes an empty `Targets.cmake` file.
-
- Mar 29, 2017
-
-
Max Smolens authored
-
- Mar 22, 2017
-
-
Chuck Atkins authored
-
- Mar 21, 2017
-
-
Ben Boeckel authored
-
- Mar 20, 2017
-
-
Ben Boeckel authored
If you don't want them, don't use them. This sync's with CMake's version of the module as of 3.9.
-
David E. DeMarle authored
-
- Mar 17, 2017
-
-
David E. DeMarle authored
The change simply conditionally uses the argument depending on whether cmake version supports it.
-
- Mar 14, 2017
-
-
doxy and misc. typos pt2
-
fixes some doxy typos fixes misc. comment typos
-
- Mar 10, 2017
-
-
Utkarsh Ayachit authored
This reverts commit 6389bedf.
-
- Mar 07, 2017
-
-
Tim Thirion authored
-
- Feb 22, 2017
-
-
Matthew Woehlke authored
Update FindLIBPROJ4.cmake to find proj library and include names as of proj 4.7 (and later).
-
- Feb 21, 2017
-
-
Dan Lipsa authored
Alignment used to work only for TextAsPath true. Now it works for TextAsPath false as well.
-
- Feb 17, 2017
-
-
Berk Geveci authored
These filters were contributed by Hamish Carr's team from University of Leeds. See the class files for more information on what the filters do.
-
- Feb 06, 2017
-
-
Alexis Girault authored
1) Fix #16969 by using GL_UNPACK_IMAGE_HEIGHT instead of the extension in vtkVolumeTexture 2) Remove duplicates from architecture list 3) Ensure we have at least one architecture to compile for 4) Add missing modules to toolchain: vtkIOXML & vtkRenderingVolumeOpenGL2 5) Add additional module for LOD actors:vtkRenderingLOD 6) Correct check to set VTK_RENDERING_BACKEND to OpenGL2 7) Do not cross-compile for simulators if none are defined 8) Get rid of VTK_DEVICE_LIBS and VTK_SIMULATOR_LIBS to directly populate VTK_GLOB_LIBS based on what libraries are being built 9) Replace VTK_DEVICE_DEPENDS by IOS_ARCHITECTURES and populate based on what libraries are being built 10) Replace hardcoded vtk-ios-device-arm64 by first ios architecture in the architecture list to copy existing headers 11) Use list instead of set when possible (not for files in VTK_GLOB_LIBS since items should not be separated by ; to run the GLOB) 12) Correct comments in MakeFramework.cmake.in
-
- Jan 23, 2017
-
-
Alvaro Sanchez authored
vtkMultiBlockVolumeMapper renders vtkMultiBlockDataSet instances containing vtkImageData blocks. Bounds containing the full set of blocks are computed so that vtkRenderer can adjust the clipping planes appropriately. At render time, blocks are sorted back-to-front and each block is rendered independently. The mapper defers actual rendering to its internal vtkSmartVolumeMapper.
-
Ken Martin authored
getting a CMP_0011 warning
-
- Jan 19, 2017
-
-
Robert Maynard authored
We now provide a nice error message earlier when we detect a sufficient old compiler that VTK doesn't support.
-
Ken Martin authored
shut up warnings on mun
-