- Jun 06, 2023
-
-
9b578f40 Handle zSpaceCoreCompat libraries not found 12842c43 Include zSpaceCoreCompatibility headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10227
-
Kitware Robot authored
-
- Jun 05, 2023
-
-
Thomas Galland authored
We do not search for zSpaceCoreCompatibility dynamic libraries during configuration anymore. These being searched and loaded only at runtime, ParaView will not crash anymore if they are not found.
-
Thomas Galland authored
zSpaceCoreComatibility headers are now directly included in the zSpace module. Furthermore, we do not search for zSpaceCoreCompatibility dynamic libraries during configuration anymore (this is done only at runtime).
-
1294302b Delimiting newlines should be kept when the solid does not have name with it Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Andras Lasso <lasso@queensu.ca> Merge-request: !10215
-
b0645b50 Feat support not writing the object information Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10162
-
Jake Yun authored
-
Kitware Robot authored
-
- Jun 04, 2023
-
-
Kitware Robot authored
-
- Jun 03, 2023
-
-
gaoxinyu18 authored
-
Kitware Robot authored
-
- Jun 02, 2023
-
-
0dddc427 Add release note cc20328b docs: Update build instructions based on "build_windows_vs.md" document d0360fc1 docs: Move original "coding_conventions.md" into the "docs" directory 63ac8ccf docs: Update and move content of "maint/gitlab.md" into "Release Process" ba4e92a8 docs: Remove obsolete maint/release.md document 6fa24d52 docs: Update "Release Process" with distribution site to check for patches 0f82b6a1 docs: Include "Imported Third Party Projects" into developer guide 9bbd1b30 docs: ThirdParty/imported.md: Update list, add intro and update instructions ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10164
-
da45266d Add support for rotations in VRML Transform nodes Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10235
-
a1a564ac GLTF: Add TimeRange support Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Michael Migliore <mcmigliore@gmail.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Merge-request: !10250
-
b2437409 vtkDataSetAttributes: Document ProcessIds array 63991d9a vtkGenerateProcessIds: Set processIds attribute a8d76ed4 vtkIOSSModel: Fixed assert check (Fix #18996) 4bfa8f60 vtkDataSetAttributes: Add processIds data array Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10197
-
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
Considering that the release process is now fully describe in "developers_guide/release_process.md" and ".gitlab/issue_templates/new-release.md", this commit removes the obsolete document "maint/release.md". More specifically the following section were obsolete: * List of maintainers was outdated * GitLab: Milestone is now automatically created in the issue template thanks to the /label quick action. See https://docs.gitlab.com/ee/user/project/quick_actions.html * Announcements: Content of the message was last used for VTK 9.0. Since then wording has been updated. * Distributions: Updated details have been added "evelopers_guide/release_process.m" in previous commit. * Release Notes Emails: Scripts have been removed in 0ef3708f (Utilities/Maintenance: remove old release maint scripts) * Remaining steps (Creating Tarballs, Source, Documentation, Binaries, Uploading, Updating the Website, Announcing) are all tracked in the "new-release" issue template. * Updating the Wiki: The lists of API changes were last computed between version 6.0 and 6.1.
-
Jean-Christophe Fillion-Robin authored
Text was adapted from the obsolete document "maint/release.md"
-
Jean-Christophe Fillion-Robin authored
The "imported.md" document now lists the imported projects grouped by import method: 1. `update.sh` framework 2. `git submodule` 3. `copy`
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
Also fix: * wording in "Using Jupyter" section * "GitLab Access" link in "Quick Start Guide"
-
Jean-Christophe Fillion-Robin authored
The "process" document was originally created from Google document titled "2017-05-19: The VTK Software Process (short form, v2)". See [1] This commit rename "Software Process" section into "Release Process" and simplifies the content to focus on providing a high-level overview of the VTK release cycle and associated release process. [1] https://docs.google.com/document/d/1nzinw-dR5JQRNi_gb8qwLL5PnkGMK2FETlQGLr10tZw
-
Jean-Christophe Fillion-Robin authored
Co-authored-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com>
-
Jean-Christophe Fillion-Robin authored
-
- Remove markdown files - Exclude vtkModule*cmake since they are now in rst format and rendered in docs.vtk.org - replace \ref references from headers to the corresponding url in the documentation site.
-
Found using: find ./Documentation -name "*.md" -exec codespell {} \; and based on review comments Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Co-authored-by:
Will Schroeder <will.schroeder@kitware.com> Co-authored-by:
Berk Geveci <berk.geveci@kitware.com> Co-authored-by:
"Andrew J. P. Maclean" <andrew.amaclean@gmail.com> Co-authored-by:
David Gobbi <david.gobbi@gmail.com>
-
- remove non-ascii quotes (U+201C,U+201D) characters and use :force: yes when parsing xml to allow for ellipsis to be included in xml tags - remove "cmake" language from parsing vtk.module files - SMPTools bulleted list was rendered in a line.
-
replace relative example links with external that point to vtk examples website
-
Co-authored-by:
Francois Mazen <francois.mazen@kitware.com> Co-authored-by:
Dan Lipsa <dan.lipsa@kitware.com> Co-authored-by:
"Andrew J. P. Maclean" <andrew.amaclean@gmail.com> Co-authored-by:
Bill Lorensen <bill.lorensen@gmail.com>
-
Use VTK_BUILD_SPHINX_DOCUMENTATION option to enable. PATH should contain sphinx-build and the python packages mentioned in Documentation/sphinx/requirements.txt
-
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
using `sphinx-quickstart Documentation/sphinx` also add .readthedocs.yaml used to configure paths for sphinx and output formats Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
data.md becomes test.md and contains the full procedure of creating and adding a new test for VTK instead of just adding data for it. Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Having the quickstart guide separate makes it easier to find the most pertinent information. Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-