- 01 Dec, 2017 1 commit
-
-
Sean McBride authored
For now, vtkTypeBool is just a typedef for int, but one day it can become a real bool. Found with a regex: vtkBooleanMacro.*int\)
-
- 04 Oct, 2017 1 commit
-
-
Kitware Robot authored
Now that VTK requires a C++11 compiler we can ditch using custom typedefs to wrap =delete;
-
- 02 Oct, 2017 1 commit
-
-
Kitware Robot authored
Now that VTK requires a C++11 compiler we can ditch using custom typedefs
-
- 04 Oct, 2016 1 commit
-
-
Robert Maynard authored
-
- 23 Sep, 2016 1 commit
-
-
David DeMarle authored
generated via: cd $VTKSRC perl Utilities/Doxygen/doc_header2doxygen.pl --to ~/tmp/vtkheaders . cp -r ~/tmp/vtkheaders/* .
-
- 07 Jul, 2016 2 commits
-
-
Sean McBride authored
vtk(.*)\(const vtk\1&\);\s*//\s*Not implemented[\.]* to vtk\1(const vtk\1\&) VTK_DELETE_FUNCTION; vtk(.*)\(const vtk\1 &\);\s*//\s*Not implemented[\.]* to vtk\1(const vtk\1 \&) VTK_DELETE_FUNCTION; vtk(.*)\( const vtk\1 & \);\s*//\s*Not implemented[\.]* to vtk\1( const vtk\1 \& ) VTK_DELETE_FUNCTION; vtk(.*)\( const vtk\1& \);\s*//\s*Not implemented[\.]* to vtk\1( const vtk\1\& ) VTK_DELETE_FUNCTION; vtk(.*) \(const vtk\1&\);\s*//\s*Not implemented[\.]* to vtk\1 (const vtk\1\&) VTK_DELETE_FUNCTION;
-
Sean McBride authored
(operator\s*=.*);\s*//\s*Not\s*implemented[\.]* to \1 VTK_DELETE_FUNCTION; After that, this finds basically nothing: operator.*implemented then manually reverted changed files in VPIC and KWSys folders.
-
- 08 Mar, 2016 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 21 Oct, 2015 1 commit
-
-
Ben Boeckel authored
-
- 08 Apr, 2014 1 commit
-
-
George Zagaris authored
This commit adds the DuplicateNodes property to the structured RCB partitioners, which controls where the nodes between partition interfaces will be duplicated or not. By default the nodes are duplicated, which yields partitions that are abbuting at the interfaces sharing a face. If the DuplicateNodes property is switched off, there will be a "gap" between partitions, which is common with Finite Difference codes in particular. Change-Id: If57529e60f608444dbd055d62d1b1d863e22b924
-
- 10 Sep, 2012 1 commit
-
-
George Zagaris authored
Change-Id: I78a23a1f0579c1c6368288ca199f0ac53e29e826
-
- 09 Apr, 2012 2 commits
-
-
VTK Developers authored
Include the module-wide header from every header in each module. Reference the export/visibility macro for the module. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com>
-
VTK Developers authored
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
- 12 Mar, 2012 1 commit
-
-
George Zagaris authored
Fixed some minor warnings and modified headers to satisfy the header compliance tests. Change-Id: I4fcf44f72c6f877476c1381c8ed02ff2d506fe46
-
- 09 Mar, 2012 3 commits
-
-
George Zagaris authored
Adding structured & rectilinear grid partitioners and associated tests. Change-Id: I3103d7a9f7c8209da6236cdd224777f9365ab3e8
-
George Zagaris authored
Change-Id: Idc8d87b573d47bbb9a4b844fc0392e59883457ee
-
George Zagaris authored
Change-Id: Ibbd89f88824302be5d9a037ef6c661b45c8c5651
-