index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
cmake
/
__init__.py
Age
Commit message (
Expand
)
Author
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-06-26
WIP: cmake: do not re-export unused top-level objects
Eli Schwartz
2022-02-03
cmake: Drop CMake server support and bump min. CMake to >= 3.14
Daniel Mensinger
2021-12-01
cmake: Fix old style dependency lookup with imported targets
Daniel Mensinger
2021-05-30
cmake: select correct generator in toolchain.py
Daniel Mensinger
2020-10-16
cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...
Daniel Mensinger
2020-10-13
cmake: Add cross compilation support
Daniel Mensinger
2020-06-05
cmake: Add more advanced subproject configuration options
Daniel Mensinger
2020-01-23
cmake: Always Add C, CXX if no language is specified (fixes #6441)
Daniel Mensinger
2019-10-20
cmake: Move CMake API classes to common
Daniel Mensinger
2019-07-31
cmake: Parse a subset of generator expressions
Daniel Mensinger
2019-06-12
cmake: Move parsing the CMake trace into the CMake module
Daniel Mensinger
2019-06-12
cmake: Moved finding and running CMake out of dependency
Daniel Mensinger
2019-06-06
cmake: Server handshake
Daniel Mensinger