aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesondata.py
AgeCommit message (Collapse)AuthorFilesLines
2020-10-24cmake: set CMP0054 to new in preload.cmakeDaniel Mensinger1-1/+6
https://cmake.org/cmake/help/latest/policy/CMP0054.html
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger1-1/+12
Subprojects that use the CMake PCH feature will cause compilation/linker errors. The CMake PCH support should thus be disabled until this can be properly translated to meson.
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-07-16mdata: Generate mesondata.py from */data foldersDaniel Mensinger1-0/+374