aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/fileapi.py
AgeCommit message (Collapse)AuthorFilesLines
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-7/+7
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger1-0/+2
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger1-3/+1
2019-11-06Fix typos found by codespellWolfgang Stöggl1-2/+2
- Typos were found by codespell v1.16.0
2019-10-20cmake: Add CMake file API supportDaniel Mensinger1-0/+318
The file API will automatically be used when CMake >= 3.14 is detected. This new API is meant as a replacement for the now deprecated CMake server API. The new API (mostly) provides the same information in a different format. Thus only a slight bit of refactoring was necessary to implement this new backend