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