- Nov 05, 2023
-
-
Kitware Robot authored
-
- Nov 04, 2023
-
-
Kitware Robot authored
-
- Nov 03, 2023
-
-
Kitware Robot authored
-
- Nov 02, 2023
-
-
Kitware Robot authored
-
- Nov 01, 2023
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Kitware Robot authored
-
- Oct 31, 2023
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
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.
-
Kitware Robot authored
-
- Oct 30, 2023
-
-
Ben Boeckel authored
They're not *that* special.
-
Kitware Robot authored
-
- Oct 29, 2023
-
-
Kitware Robot authored
-
- Oct 28, 2023
-
-
Kitware Robot authored
-
- Oct 27, 2023
-
-
Kitware Robot authored
-
- Oct 26, 2023
-
-
Ben Boeckel authored
-
Ben Boeckel authored
The `IMPLICIT_DEPENDS` argument is only supported in Makefiles generators while `DEPFILE` is supported "everywhere" now. It now also includes `hierarchy` files that are read during generation.
-
Ben Boeckel authored
The `IMPLICIT_DEPENDS` argument is only supported in Makefiles generators while `DEPFILE` is supported "everywhere" now. It now also includes `hierarchy` files that are read during generation.
-
Ben Boeckel authored
This will cause the proper hierarchy files to be regenerated when transitive headers are used in their generation.
-
Kitware Robot authored
-
- Oct 25, 2023
-
-
Ben Boeckel authored
-
Ben Boeckel authored
For some reason, `octree`'s `octree/octree` header ends up causing a dependency cycle of `vtkoctree-spdx` onto itself. Make paths absolute to avoid this problem.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Also quote the output file path.
-
Ben Boeckel authored
-
Ben Boeckel authored
The `additonal_options` was a Python2-only bit. Relevant code removed in 9a51bc40 (Python: remove support for Python2, 2022-12-09).
-
Ben Boeckel authored
-
Kitware Robot authored
-