aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/common.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-16cmake: Ignore additional internal CMake variablesDaniel Mensinger1-0/+9
2020-10-16cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger1-0/+24
2020-10-13cmake: Add cross compilation supportDaniel Mensinger1-0/+12
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger1-21/+22
2020-09-27typing: fully annotate cmake.commonDaniel Mensinger1-40/+48
2020-06-05cmake: Add more advanced subproject configuration optionsDaniel Mensinger1-0/+95
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-2/+2
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger1-2/+3
2019-10-20cmake: Comment out unused variablesDaniel Mensinger1-4/+4
2019-10-20cmake: Move CMake API classes to commonDaniel Mensinger1-0/+143
2019-06-06cmake: Server handshakeDaniel Mensinger1-0/+21