- 09 Feb, 2020 1 commit
-
-
David E. DeMarle authored
Well at least VanderWaal scaling. As with color, most of the modes are not fleshed out yet.
-
- 18 Nov, 2019 1 commit
-
-
Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 8.0. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
-
- 06 Mar, 2019 2 commits
-
-
Nicolas Vuaille authored
* use clang-format (with ParaView config)
-
Nicolas Vuaille authored
* allow unique color for atoms * fix coloring from 3 components array * add Map Scalars option
-
- 15 Oct, 2018 1 commit
-
-
Nicolas Vuaille authored
-
- 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
-
- 26 Jul, 2017 1 commit
-
-
Kitware Robot authored
This topic is the result of running clang-tidy to modernize our usage of NULL and 0 to nullptr. It also includes some manual and semi manual changes where clang-tidy would not be expected to work (such as in comments, or classes not compiled on this build) There are definitely many comments and occurances that this topic misses that we will need to fix over time.
-
- 16 Jan, 2017 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/* .
-
- 25 Aug, 2016 2 commits
-
-
David C. Lonie authored
-
David C. Lonie authored
-
- 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
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 18 Dec, 2014 1 commit
-
-
Sean McBride authored
Used the following command: find . \( -iname *.h -and -type f \) -exec perl -pi -w -e 's/__vtk(.*)_h/vtk$1_h/g;' {} \; Fixes many, but not all, clang -Wreserved-id-macro warnings. Change-Id: I694ff053cb204c70e37b261296f496064d91fc07
-
- 08 Nov, 2014 1 commit
-
-
Ken Martin authored
Add in a new directory ChemistryOpenGL that includes a factory override for vtkMoleculeMapper that uses imposters to draw the spheres and cylinders. Supports picking. Change-Id: I718cc4fbae25c3dc7ab82bf19ed7a12e472c51b2
-
- 14 May, 2012 2 commits
-
-
Marcus D. Hanwell authored
Several updates to the build system and export macros necessary after moving the chemistry module. Change-Id: I5cdddac67d9ffe80aea48db8ac1cab3c7a7cbaab
-
Marcus D. Hanwell authored
This new top-level was agreed on the VTK developer mailing list. Build system updates follow in the next commit. Change-Id: I9306aa362d14535e62b0963d6f3be3b41f875082
-
- 09 Apr, 2012 2 commits
-
-
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>
-
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>
-
- 02 Mar, 2012 1 commit
-
-
Chris Harris authored
Change-Id: I1e9bd3ef204185c2ba22fef305d8d767ad3beaec
-
- 16 Feb, 2012 2 commits
-
-
David C. Lonie authored
Change-Id: I081ca9d9fce9233b9fc0a012651ddaa0c285cdd4
-
David C. Lonie authored
Change-Id: I001b2d1f5f7f634d947141b740c62f3ff98c9382
-
- 06 Feb, 2012 1 commit
-
-
Marcus D. Hanwell authored
Removed some of the debug statements using snprintf for now, and also cleaned up a couple of compiler warnings. Change-Id: I550fd7e7dd921d0e203728c1765a222e95e35138
-
- 26 Jan, 2012 1 commit
-
-
David C. Lonie authored
Change-Id: I898b554d5b98b4b2365eb01d03d13683ee8dd25d
-