summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/__init__.py
AgeCommit message (Expand)Author
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-06-26WIP: cmake: do not re-export unused top-level objectsEli Schwartz
2022-02-03cmake: Drop CMake server support and bump min. CMake to >= 3.14Daniel Mensinger
2021-12-01cmake: Fix old style dependency lookup with imported targetsDaniel Mensinger
2021-05-30cmake: select correct generator in toolchain.pyDaniel Mensinger
2020-10-16cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger
2020-10-13cmake: Add cross compilation supportDaniel Mensinger
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger
2020-01-23cmake: Always Add C, CXX if no language is specified (fixes #6441)Daniel Mensinger
2019-10-20cmake: Move CMake API classes to commonDaniel Mensinger
2019-07-31cmake: Parse a subset of generator expressionsDaniel Mensinger
2019-06-12cmake: Move parsing the CMake trace into the CMake moduleDaniel Mensinger
2019-06-12cmake: Moved finding and running CMake out of dependencyDaniel Mensinger
2019-06-06cmake: Server handshakeDaniel Mensinger