summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/common.py
Commit message (Expand)AuthorAgeFilesLines
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* cmake: Ignore additional internal CMake variablesDaniel Mensinger2020-10-161-0/+9
* cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflic...Daniel Mensinger2020-10-161-0/+24
* cmake: Add cross compilation supportDaniel Mensinger2020-10-131-0/+12
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* cmake: switch to pathlib (fixes #7322)Daniel Mensinger2020-10-041-21/+22
* typing: fully annotate cmake.commonDaniel Mensinger2020-09-271-40/+48
* cmake: Add more advanced subproject configuration optionsDaniel Mensinger2020-06-051-0/+95
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-2/+2
* cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger2019-11-191-2/+3
* cmake: Comment out unused variablesDaniel Mensinger2019-10-201-4/+4
* cmake: Move CMake API classes to commonDaniel Mensinger2019-10-201-0/+143
* cmake: Server handshakeDaniel Mensinger2019-06-061-0/+21