- Nov 02, 2023
-
-
Sean McBride authored
-
Sean McBride authored
-
Sean McBride authored
Just added back the dropped consts.
-
Add ANARI rendering capability to the rendering infrastructure. 48227798 anari: Switch to SPDX copyright 4ba442a2 ci: Disable ANARI module until libraries are available on the test machines 7d52385f Added ANARI rendering capability Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10324
-
73b35aa4 ThirdParty: actually execute the include tests as well Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10663
-
275e54f9 Write unique paths in vtkParse dependency tracking a61047aa Some simplifications to vtkParse depends tracking Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10651
-
2f94c3db Anisotropic gaussians Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10662
-
Kitware Robot authored
-
- Nov 01, 2023
-
-
8d73768a OpenGL2: Use #ifdef instead of #if to fix compiler error Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10664
-
Michael Migliore authored
-
-
48d9c7ff CPDM: Fix logic for bounds computation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10539
-
48d9c7ff CPDM: Fix logic for bounds computation Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !10539
-
9765b98d cmake: set policy CMP0154 to NEW 83c602f1 vtkModuleWrapPython: add a dummy fileset c5ba728a vtkModuleWrapJava: add a dummy fileset bc8cf16b Wrapping/Python: use `target_sources` for interpreters a53af6f8 vtkModuleWrapPython: specify sources with `target_sources` c86f98a3 vtkModuleWrapJava: specify sources with `target_sources` 2f92fe60 vtkModuleTesting: specify sources with `target_sources` 80b2dd9f vtkModule: specify headers with FILE_SETs when available ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10621
-
abb97aed ci: Enable libproj for webassembly build d567df11 Merge branch 'upstream-sqlite' into enable-sqlite-wasm 5e97c222 sqlite 2023-09-20 (3bcba4c4) bf7dd892 sqlite: update for sqlite binary to access filesystem in wasm sandbox Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !10523
-
-
-
839a6e6b vtkParse_MainMulti: also initialize dependency tracking f9c71959 vtkParseDependencyTracking: write a trivial file without inputs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10661
-
Jaswant Panchumarti (Kitware) authored
-
Ben Boeckel authored
While they're really compilation tests, they should show up in CDash test results as easier proof since the compilation is opaque when it succeeds.
-
c16367c8 vtkXWebGPURenderWindow: Fix copyright and license header Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Merge-request: !10660
-
Kitware Robot authored
-
- Oct 31, 2023
-
-
3f8c84fc XRWI: Fix an issue with Alt key and fix event casting logic 0a5b605f XRWI: Add modifiers support to DropEvent Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Michael Migliore <mcmigliore@gmail.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10298
-
Ben Boeckel authored
This fixes `vtkWrapHierarchy` not generating a depfile properly.
-
Ben Boeckel authored
-
Ben Boeckel authored
Now that VTK is using filesets, we can leverage the optimization to avoid waiting on custom command outputs for private sources.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Also add a dummy file set where possible to drop unnecessary dependencies in `Ninja` generators. This makes it so that, if module A depends on module B, the compilation of A's wrappers do not require the generation of B's wrapper sources.
-
Ben Boeckel authored
Also update installation to install headers via `install(FILE_SET)`.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This will allow for CMake to understand what files belong to which target and avoid unnecessary dependencies.
-
Ben Boeckel authored
Given that file sets require a new CMake, abstract away the version detection.
-
Ben Boeckel authored
-
Ben Boeckel authored
Introduced in CMake 3.11, so we can assume it is available.
-
Ben Boeckel authored
There's nothing wrappable here anyways.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
It is included by `vtkVRRenderWindow.h`.
-