- Jul 01, 2016
-
-
Robert Maynard authored
Kit mode will build vtk as object libraries, which need to be passed the correct visibility properties. Because of this, we need to make sure to only use visibility properties when we have CMake 3.3+
-
2ff1f497 Add '--test' option to vtk_reindent_code.py ccc2eb5d Call reindent() until no further changes occur Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1608
-
David Gobbi authored
If this option is used, then vtk_reindent_code will print a warning for each file with incorrect brace indentation. It will also print the line numbers for the incorrect braces.
-
73fd27a1 Merge branch 'upstream-KWSys' into update-kwsys 2c4e9fa1 KWSys 2016-06-30 (96f06c8e) Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1609
-
Brad King authored
* upstream-KWSys: KWSys 2016-06-30 (96f06c8e)
-
Code extracted from: http://public.kitware.com/KWSys.git at commit 96f06c8e93d2b5e0395c9f413d1649563a2015d8 (master). Upstream Shortlog ----------------- Ben Boeckel (3): 069a6b37 windows: check for _WIN32 rather than WIN32 f6867bb7 SystemTools: flip junction deletion around 3392da1d SystemTools: add buffer around preproc conditions Brad King (1): 96f06c8e Drop the auto_ptr.hxx component of KWSys Felix Geyer (1): b51abb30 SystemInformation: Fix spelling typos in comments Mariusz Pluciński (1): 6b60c184 SystemInformation: Fix compilation on VS Clang/C2 toolset Zack Galbreath (1): 36d8666f Process: Add function to reset the start time of a process
-
e258c73c Use RAII instead of new/delete for wrapper temp array Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1549
-
David Gobbi authored
Six files in the VTK source required vtk_reindent_code.py to be called twice in order for the indentation to be corrected (all other files only required it to be called once). The problem with those six files was nested blocks where all source lines between the beginning of the outer block and the beginning of the inner block were comments. There is probably a way to fix the script so that it properly deals with this situation, but simply re-processing the file until no futher changes occur is a robust solution that gives the correct result.
-
- Jun 30, 2016
-
-
f67eb6c5 Fix module loading for Infovis examples caae2cb5 Fix missing dependencies in infovis examples Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1606
-
Sankhesh Jhaveri authored
The super-directory Examples/Infovis/Cxx was loading required VTK modules and including the VTK_USE_FILE. Once this file is included, CMake prevents any projects from its subdirectories from including it again. This would not let the sub-projects from linking to more modules than the main project.
-
Sankhesh Jhaveri authored
-
7fecf63b Consider QVTK* headers in WhatModulesVTK.py Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !1604
-
a11bde16 Fix Step5 tutorial compile error Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1603
-
351d0a6d HDF5: Update the CMake FindHDF5 module to upstream CMake ceadc32e Ignore nested lists following scalar data in openFOAM lists. 53561216 Correct DualDepthPeeling for RGBA targets. 3fcd1831 Add VTK_USE_LEGACY_DEPTH_PEELING env var handling. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1601
-
Elvis Stansvik authored
Headers installed by the Qt and QtOpenGL modules in GUISupport use this header naming convention. This allows the script to identify that including QVTKWidget.h means you depend on the vtkGUISupportQt module, for instance
-
- Jun 29, 2016
-
-
27d03e34 add window size options to timing test Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1596
-
Sankhesh Jhaveri authored
-
Chuck Atkins authored
The updated FindHDF5 module addresses various issues related to compiler wrappers (i.e. Cray).
-
David C. Lonie authored
vtkOpenFOAMReader would fail to read files if a list of the form: (scalar (scalar scalar) ) was found, as it only supported nested lists to appear before all 'loose' scalars. This patch allows such files to be read by discarding the nested list data and printing a warning, instead of failing to finish reading the file. This is to work around an issue reported on the mailing list where such a list was used in a field that was not needed for visualization.
-
039f7961 Fix bugs&typo in VTK Example folder Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1576
-
44dafc3e Namespace VTK's GenerateExportHeader as it differs from CMake's 2b5d0da5 Prefer CXX_VISIBILITY_PRESET over add_compiler_export_flags. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1593
-
- Jun 28, 2016
-
-
Robert Maynard authored
The VTK version of GenerateExportHeader has been modified from the CMake official version to include support for adding arbitrary additional information through the EXPORT_CODE define. Because of this modification we need to namespace all the function calls to make sure that consumers properly call our version instead of the CMake official version.
-
Ken Martin authored
patch courtesy of Tim Rowley for adding width and height options to the TimingTest
-
Robert Maynard authored
When building with CMake 3.0+ the add_compiler_export_flags function has been marked as deprecated, so lets use target based properties instead.
-
- Jun 27, 2016
-
-
David C. Lonie authored
The final blending pass had assumed that the target buffer was RGB, not RGBA. The new implementation correctly computes the final alpha values of the blended opaque and translucent layers.
-
With VTK new version, find_package cannot find VTK_RENDERING_BACKEND properly. The solution is to call find_package(VTK REQUIRED) first, then use vtk_module_config to load the needed modules. Some typos are also fixed. For Statistics example, the SetInput function is replaced by SetInputDta function(See vtkTableAlgorithm class).
-
abfbe569 Bug #16737: Change BlockSize type to prevent overflow Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1583
-
8154499e Merge branch 'upstream-xdmf3' into bump-xdmf3 08a05864 xdmf3 2016-06-16 (cdb48e8e) 3f4b6dad update update script for xdmf3 latest 70dcd4a2 make xdmf3 test respect lack of hdf5 files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1571
-
0e24ede5 Copy field data in each block of a distributed data filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1588
-
Mathieu Westphal (Kitware) authored
-
3d10b65f Improving Initial Value Problem Solver Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1581
-
- Jun 26, 2016
-
-
5e1292b0 Fix use of integral abs function with float types Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Andrew Bauer <andy.bauer@kitware.com> Merge-request: !1591
-
Cory Quammen authored
Use std:abs instead of abs when arguments are floats.
-
- Jun 24, 2016
-
-
19977d37 std::unique_ptr has a swap function. 831def7a std::auto_ptr is marked deprecated in C++11/14 and will be removed in C++17. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1586
-
David C. Lonie authored
Some drivers seem to have bugs that prevent the dual depth peeling from functioning properly. Add an environment variable that will force the renderer to use the old implementation.
-
Haocheng LIU authored
Changing BlockSize type from unsigned int to int is acceptable since the value computed for this->BlockSize in the class is known to never be anything but an int(see vtkwindBladeReader::FindVariableOffsets)
-
- Jun 23, 2016
-
-
Andrew Maclean authored
-
49284637 from 'char ** argv' to 'char *argv[]' to prevent link error on Windows cc9ec248 Minor changes to get rid of -Wunused and -Wformat compiler warnings f47a0534 added a second test (TestPolyhedron3) 1b113aec added correct parentheses to value tolerance calculation e45d98a7 added test for improved polyhedral contouring d90a9cf8 improved the polyhedron contour using tolerances dependent on the data range Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1563
-
- Jun 22, 2016
-
-
Andrew Maclean authored
This fix selects std::unique_ptr when the compiler is identified as being C++11 compliant. To ensure the compiler is C++11 compliant or better, __cplusplus, _MSC_VER and _CPPLIB_VER are tested. _MSC_VER is used since Microsoft compilers still use 19711L as the __cplusplus value. _CPPLIB_VER is used to test for better Dinkumware support. The variable VTK_HAS_STD_UNIQUE_PTR is defined if std::unique_ptr is available.
-
- Jun 21, 2016
-
-
373258ed Support wheel events in vtkInteractorStyleUser Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1577
-