"README.rst" did not exist on "df4b28885e44edd0c5274e145eccef937bd64402"
- May 27, 2023
-
-
Christos Tsolakis authored
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Christos Tsolakis authored
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Christos Tsolakis authored
Use the latest instead of vtk wiki.
-
Christos Tsolakis authored
-
Christos Tsolakis authored
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Christos Tsolakis authored
Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Christos Tsolakis authored
This brings https://vtk.org/Wiki/VTK_Coding_Standards under git as markdown document. Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Christos Tsolakis authored
-
Christos Tsolakis authored
remove any doxygen-specific code Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
-
Christos Tsolakis authored
- Use first-level document header as document title Update documents under './Documentation/Doxygen/*md' and Thirdparty/UPDATING to use the first level header '#' only once to denote the document title. This way the we can control the level of headers exposed in readthedocs content sections consistently. - Remove 'VTK' from headers. No need for duplicating the VTK name everywhere - rename The Wrapping Tools -> Wrapping Tools for consistency
-
Christos Tsolakis authored
'~~~' is not recognized by markdown while '```' is recognized by both markdown and doxygen
-
Kitware Robot authored
-
- May 26, 2023
-
-
548aef0d ci: enable `loguru` in `webassembly` builds d1807994 vtkLogger: add a comment about leaking `user_data` without loguru a39941f4 vtkLogger: avoid UBSan/warnings for function casting bfb47ff7 Merge branch 'upstream-loguru' into HEAD 56e5bf4b loguru 2023-05-18 (310ce0cd) 7b8df540 loguru: update to handle stacktrace support more accurately Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Acked-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Merge-request: !10214
-
8e72dd74 Remove baselines with incorrect wireframe shading Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Merge-request: !10231
-
57717500 vtkCamera3DWidget: Documents widget and repr 827b9219 Add a camera widget to handle a vtkCamera Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !10223
-
Ben Boeckel authored
`loguru` now knows how to check for stacktrace support and disable it for wasm.
-
Ben Boeckel authored
-
Ben Boeckel authored
Even though things are basically the same, it's best to be explicit with bridges that do the translations. Fixes: #18967
-
9c953570 gitlab-ci: add missing dependencies from Windows OSMesa wheels Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10234
-
Charly Bollinger authored
-
Charly Bollinger authored
The camera widget allows a vtkCamera manipulation. Its representation with handles allows translations of the camera position, target, view up, and and view angle. It comes also with a frustum actor that you can hide. Placing the widget will move the camera toward the bounds specified.
-
f16f9c21 Move vtkFileResourceStream destructor to .cxx Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10226
-
Kitware Robot authored
-
- May 25, 2023
-
-
576495f9 macOS: Tweak window creation logic Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10228
-
decdf8af Fix undefined behavior with std::string::front on empty string Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10229
-
Ben Boeckel authored
These should be uploaded as well.
-
9fef08aa OSPRay: Bring back CPDM2 override Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
David E. DeMarle <david.demarle@intel.com> Merge-request: !10212
-
4689848b vtkBorderRepresentation: Public updateWindowLocation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10225
-
fe067e38 Add missing include cstdint for int32_t Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Merge-request: !10230
-
David Gobbi authored
These baselines were introduced to allow tests to pass on systems that rendered incorrect results for the old wireframe shader code that computed normals in the fragment shader. Each of these baselines had vertical edges that were incorrectly shaded black by the old code (prior to 81783448).
-
Charly Bollinger authored
Make updateWindowLocation public to keep window correctly placed if something else updates border size (Position2).
-
Charles Gueunet authored
Prevent compilation with GCC 13
-
Kitware Robot authored
-
- May 24, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- the scoped value rollback directly used `front()` with the new array name. This is UB and segfaults with gcc-11 in debug builds.
-
Jaswant Panchumarti (Kitware) authored
- Applications that do offscreen rendering or use custom views like in VTK/Examples/GUI/Cocoa/SimpleCocoaVTK either do not need an NSView or create the NSView themselves. - This commit fixes the conformance of the ConnectContextToView option in macOS. - An NSView and an NSWindow are not created if the ConnectContextToView option is turned off and no default NSView or NSWindow are setup.
-
-
-
-
e5c87764 Add release note for wireframe shading improvement 81783448 Make wireframe normal computation more robust Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Merge-request: !10182
-
e5c87764 Add release note for wireframe shading improvement 81783448 Make wireframe normal computation more robust Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Merge-request: !10182
-