- 28 Jul, 2022 1 commit
-
-
a126b971 Merge branch 'upstream-visit-databases' into vs2022-support 9b0c6c6d visit-databases 2022-07-27 (c6e19094) 91814333 Merge branch 'upstream-visit' into vs2022-support 61820222 visit 2022-07-27 (c6e19094) 7b5a14c4 avt, databases: update for VS2022 support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !96
-
- 27 Jul, 2022 5 commits
-
-
Ben Boeckel authored
# By VisIt Upstream * upstream-visit-databases: visit-databases 2022-07-27 (c6e19094)
-
Code extracted from: https://gitlab.kitware.com/third-party/visit.git at commit c6e19094056104bb203786d1b54b8f773caea5f8 (for/paraview-20220727-g756b0aa4ee).
-
Ben Boeckel authored
# By VisIt Upstream * upstream-visit: visit 2022-07-27 (c6e19094)
-
Code extracted from: https://gitlab.kitware.com/third-party/visit.git at commit c6e19094056104bb203786d1b54b8f773caea5f8 (for/paraview-20220727-g756b0aa4ee).
-
Ben Boeckel authored
-
- 24 Jun, 2022 4 commits
-
-
Spiros Tsalikis authored
Use new vtkThreshold API See merge request !95
-
Code extracted from: https://gitlab.kitware.com/third-party/visit.git at commit db6c1d7108451783f8d41a9787d19fe09629e76e (for/paraview-20220624-g756b0aa4ee).
-
Spiros Tsalikis authored
# By VisIt Upstream * upstream-visit: visit 2022-06-24 (db6c1d71)
-
Spiros Tsalikis authored
-
- 15 Feb, 2022 7 commits
-
-
1c71b241 Updating License usage cc52998f Updating scripts 42daf41f Merge branch 'upstream-visit-databases' into better_license_2 12f14066 visit-databases 2021-02-11 (86fc2fee) 2793d66d Merge branch 'upstream-visit' into better_license_2 defedc25 visit 2021-02-11 (86fc2fee) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !93
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Code extracted from: https://gitlab.kitware.com/third-party/visit.git at commit 86fc2fee67c629c60a98ba4f0277f9e36aa2f919 (for/paraview-20210211-g756b0aa4ee).
-
Mathieu Westphal authored
# By VisIt Upstream * upstream-visit-databases: visit-databases 2021-02-11 (86fc2fee)
-
Code extracted from: https://gitlab.kitware.com/third-party/visit.git at commit 86fc2fee67c629c60a98ba4f0277f9e36aa2f919 (for/paraview-20210211-g756b0aa4ee).
-
Mathieu Westphal authored
# By VisIt Upstream * upstream-visit: visit 2021-02-11 (86fc2fee)
-
- 29 Jan, 2022 1 commit
-
-
cd8ae4b9 vtkAvtSTMDFileFormatAlgorithm: rename local variables to better match callees f0c2b00e clang-tidy: add new suppressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !92
-
- 28 Jan, 2022 2 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 13 Jan, 2022 1 commit
-
-
0398473e Adding missing license aa3b0bf4 Adding .gitattributes file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !91
-
- 12 Jan, 2022 2 commits
-
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
- 17 Aug, 2021 2 commits
-
-
e9cec645 vtkAvtSTMDFileFormatAlgorithm: report can-handle-piece request Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !90
-
Utkarsh Ayachit authored
vtkAvtSTMDFileFormatAlgorithm handle piece-requests. They were just not reporting it. This was causing paraview#20713. Fixed that.
-
- 30 Mar, 2021 1 commit
-
-
5d557c03 vtkAvtFileFormatAlgorithm: ensure materials is free'd correctly cd825cfc clang-tidy: remove virtual call 4e3e204d clang-tidy: comment out vestigal code 8898d5aa clang-tidy: fix `modernize-loop-convert` lints 8f04caff clang-tidy: fix `modernize-use-emplace` lints e66e7bf2 clang-tidy: fix `readability-convert-member-functions-to-static` lints a7d43140 clang-tidy: fix `modernize-use-auto` lints 2e8e8bfd clang-tidy: fix `readability-qualified-auto` lints ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !89
-
- 25 Mar, 2021 14 commits
-
-
Ben Boeckel authored
The default memory release function is `free`. This is not correct for `new[]` allocation. Since the array might not be used in some code paths, the materials need free'd in the other case. The container holding all of the pointers needs free'd as well.
-
Ben Boeckel authored
It isn't overridden anywhere and is used only by the base class in a place that makes its virtual-ness not very worthwhile either (the dtor doesn't use subclass information for overrides).
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-