summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/fileapi.py
Commit message (Expand)AuthorAgeFilesLines
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+2
* cmake: switch to pathlib (fixes #7322)Daniel Mensinger2020-10-041-46/+43
* typing: fully annotate cmake.fileapiDaniel Mensinger2020-09-281-10/+14
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-7/+7
* ci: Add CI command to include text files in the CI logDaniel Mensinger2019-11-191-0/+2
* cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger2019-11-191-3/+1
* Fix typos found by codespellWolfgang Stöggl2019-11-061-2/+2
* cmake: Add CMake file API supportDaniel Mensinger2019-10-201-0/+318