- 06 Jul, 2016 1 commit
-
-
450a89e0 Improved a few parallel rendering tests. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1616
-
- 05 Jul, 2016 8 commits
-
-
cc5180f5 Fix more tricky indentation issues for macros, labels. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1617
-
David Gobbi authored
This fixes some tricky issues with how VTK uses macros, specifically the use of code blocks within the argument of vtkTemplateMacro(), and it also tweaks the handling of case labels (yet again).
-
e506474e vtkWindBladeReader: use unsigned for the block size 2c9c5706 vtkWebGLDataSet: use braces 3aba992f TestIncrementalOctreePointLocator: use braces Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1611
-
Berk Geveci authored
1. Added back support for image comparison. 2. Added coverage for parallel compositing.
-
Ben Boeckel authored
-
Ben Boeckel authored
The code always modified `pos` even when it should not have.
-
Ben Boeckel authored
The NULL check did not actually guard the NULL setter. Use VTK-style braces to make the code clear.
-
33506705 Enable CMP0063 as it is needed to properly build in kit mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1612
-
- 04 Jul, 2016 3 commits
-
-
c3a6dfa9 add opengl gpu image processing support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1597
-
52f49d13 Fix OSX compilation with Java Wrapping Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1590
-
9f8b013f Correcting Border Representation MTime Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1595
-
- 03 Jul, 2016 3 commits
-
-
bdc2cd2d Add more comments to the reindent script ac623cec Fix flow control keyword check in reindent script Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1613
-
David Gobbi authored
-
David Gobbi authored
Any flow control keyword (if, while, etc.) should increase the indent level, even if not followed by the opening brace that VTK style requires. I've also created a short exception list, so that vtkParse.tab.c and lex.yy.c (which are generated files) are not re-indented.
-
- 02 Jul, 2016 1 commit
-
-
Ken Martin authored
Provide an example of how to use the GPU to do some image processing. Includes a helper class that handles some of the common tasks that you would need to do for image processing.
-
- 01 Jul, 2016 9 commits
-
-
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
-
Mathieu Westphal authored
this vtkObject needs to check some members mTime to determine it's own MTime This was missing
-
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.
-
- 30 Jun, 2016 7 commits
-
-
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
-
- 29 Jun, 2016 6 commits
-
-
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
-
- 28 Jun, 2016 2 commits
-
-
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
-