summaryrefslogtreecommitdiff
path: root/mesonbuild/cmake/fileapi.py
AgeCommit message (Expand)Author
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-11-20use real pathlib moduleDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger
2020-09-28typing: fully annotate cmake.fileapiDaniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger
2019-11-19cmake: Handle CMake system include dirs (closes #6079)Daniel Mensinger
2019-11-06Fix typos found by codespellWolfgang Stöggl
2019-10-20cmake: Add CMake file API supportDaniel Mensinger