- 20 Sep, 2022 1 commit
-
-
Ryan Krattiger authored
VTK_ABI_NAMESPACE_{BEGIN,END} macro is inserted around all VTK symbols. Exclusions: * C interfaces, such as GetVTKVersion and the python module. * third-party libraries and external libraries that are not maintained by VTK but are part of the VTK repository. * Cxx module tests * Utilities * Wrapping/Tools
-
- 06 May, 2020 1 commit
-
-
- 15 Apr, 2020 1 commit
-
-
Ben Boeckel authored
This has now been split into smaller headers so that any changes to VTK's build environment or settings don't affect as many source files.
-
- 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.
-
- 12 Nov, 2019 1 commit
-
-
Robert Maynard authored
-
- 08 Nov, 2019 1 commit
-
-
Allison Vacanti authored
Compilers are starting to warn when an object is instantiated and only used to call static methods, such as the dispatchers. This patch cleans up some of these warnings and updates documentation. The TestScaledSOADataArrayDispatchers test has been removed, as it's redundant wrt the TestArrayDispatchers test (it doesn't test ScaledSOA functionality, just dispatching).
-
- 07 Nov, 2019 1 commit
-
-
Allison Vacanti authored
-
- 06 Nov, 2019 1 commit
-
-
Allison Vacanti authored
This is easier to use than the old macros, and will allow us to eventually deprecate them.
-
- 03 Jan, 2018 1 commit
-
-
luz.paz authored
found via `codespell`
-
- 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/* .
-
- 29 Apr, 2016 1 commit
-
-
David C. Lonie authored
-
- 08 Mar, 2016 1 commit
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 04 Mar, 2016 1 commit
-
-
David C. Lonie authored
-
- 03 Mar, 2016 6 commits
-
-
David C. Lonie authored
Most of the changes to Abstract and DataArray were to fix up ambiguous references to 'id' and 'number' and clarify whether they refer to tuples or values. Many docstrings were removed for overridden virtuals. Doxygen will use the base class's docstring for the virtual, which prevents inconsistencies where one instance of the docstring changes but the others are left untouched. Also removed vtkSOADataArrayTemplate::Resizable. This can be reimplemented later in a more general way if needed.
-
David C. Lonie authored
-
David C. Lonie authored
While this branch was being developed, __int64 was removed and all supported compilers now provide 'long long'. See fcd6444a.
-
David C. Lonie authored
-
David C. Lonie authored
-
David C. Lonie authored
vtkArrayDispatch: Multiarray, restricted alternatives to vtkTemplateMacro. vtkTypeList: TypeList implementation and tools. vtkCreateArrayDispatchArrayList.cmake: Creates a list of 'default' arrays used during dispatch. This can be modified to restrict the considered arrays and thus reduce binary size. vtkCreateTypeListMacros.cmake: Create the macros used to build TypeLists.
-