- Nov 18, 2019
-
-
Todd Martin authored
-
Todd Martin authored
vtksys::SystemTools is utilised by VTK readers, writers, importers and exporters to open files with UTF-8 encoded file names.
-
a586aecf vtkPythonInterpreter: prefer app specified paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6206
-
ac76fe16 clang-format: reformat using clang-format-8 8118ae5c Empty commit before clang-format formatting 2b465d1e clang-format: add a script to reformat topics 78500905 gitattributes: use clang-format for all source files 63bccd5c clang-format: commit configuration file 0410a8be clang-format: help out some comment formatting cf111cf6 clang-format: prepare data arrays for formatting 525010b7 clang-format: protect code formatted for mathematical reasons ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !6203
-
Utkarsh Ayachit authored
vtkPythonInterpreter was inserting paths it locates before the override application provided. It preferred that we do it the other way i.e. let applications override the `sys.path` and provide the default search paths are last resort. Fixed that. Needed to ensure the test for `paraview/paraview#19451` contines to work even in build directory since otherwise we ended up finding the non-zipped ParaView modules first desite the `_paraview.zip` being present.
-
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.
-
Ben Boeckel authored
This commit is an empty commit that precedes the automatic application of clang-format across the VTK codebase. This can be used to rebase a topic across the transition to clang format. First rebase your topic onto this commit. Then rewrite the topic, including this commit with `git filter-branch --tree-filter` with `Utilities/Scripts/clang-format.bash` to update the style in all commits in the topic. Finally rebase the updated topic, excluding the rewrite of this commit onto the style transition commit. See `git help filter-branch` for details.
-
Ben Boeckel authored
-
Ben Boeckel authored
Also ignore some files which should not be formatted.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
clang-format tends to either put each element on its own line or smash them together into a few lines. There's a little bit more structure that's important in these arrays, so preserve that through clang-format as well.
-
Ben Boeckel authored
Some code is laid out the way it is in order to match mathematical formulas. Keep clang-format for disturbing it.
-
-
Forcing semicolons allows clang-format to properly format code using the macros.
-
Deferring requiring them in headers until remote modules are updated.
-
clang-format ends up mangling these macros, so take a hint as to what they're supposed to look like and then hide them from clang-format.
-
The automatic formatting for this didn't handle the case where the group was right against another line. Move the group ends to where they belong.
-
clang-format treats them as declarations and formats accordingly.
-
clang-format takes the lack of a semicolon as if it were an attribute or some other "chainable" call leading to bogus indentation. By using semicolons on all macro calls, the formatting comes out the way it should.
-
Ben Boeckel authored
-
Ben Boeckel authored
This hides the data tables from `clang-format`.
-
Ben Boeckel authored
This hides the data tables from `clang-format`.
-
Ben Boeckel authored
This hides the data table from `clang-format`.
-
Ben Boeckel authored
-
Ben Boeckel authored
This hides the data table from `clang-format`.
-
fa102641 Update vtkDICOM remote to 0.8.12 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6151
-
David Gobbi authored
This brings in semicolon fixes for the VTK SetGet macros
-
235c56ea Seam handling for poly data wrapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6195
-
3ae946a9 Multi-process version of sphere map Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6199
-
- Nov 17, 2019
-
-
bb364a1d vtkMath: avoid noisy sign conversion warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !6198
-
- Nov 15, 2019
-
-
Yohann Bearzi (Kitware) authored
Addresses paraview/paraview#19461
-
Cory Quammen authored
-
Yohann Bearzi (Kitware) authored
Implementation of the work of Marco Tarini: Cylindrical and toroidal parameterizationswithout vertex seams https://www.researchgate.net/profile/Marco_Tarini2/publication/254311396_Cylindrical_and_Toroidal_Parameterizations_Without_Vertex_Seams/links/5564536c08ae9963a11f4abe/Cylindrical-and-Toroidal-Parameterizations-Without-Vertex-Seams.pdf
-
d950f4ba Add vtkAppendLocationAttributes filter f80f4fde Refactor vtkCellCenters to compute centers in a multithreaded fashion Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !6125
-
- Nov 14, 2019
-
-
0f53226c FindGDAL: spruce up a bit 53fda771 FindGDAL: only set output variables if found 9b26e4ef FindGDAL: remove usage of gdal-config 334b2c00 FindGDAL: note that libpath is intentionally last 6f9885fe FindGDAL: prefer using gdal-config if available 0de3b210 FindGDAL: also allow GDAL_ROOT to be a variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6182
-
8fd75c1e Suppress -Wconditional-uninitialized false positive. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6196
-
cbbb281e vtk-config: give VTK_PYTHONPATH relative to the install prefix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6193
-
2401fc5d vtk-config: quote the prefix path expansion ef6aa20e vtk-config: clarify VTK_PREFIX_PATH Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6188
-
edb5b27e vtkModuleWrapPython: place the importer module relative to the top Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6192
-