meson/mesonbuild/cmake
Dylan Baker 71db6b04a3 use OptionKey for builtin and base options
I would have prefered to do these seperatately, but they are combined in
some cases, so it was much easier to convert them together.

this eliminates the builtins_per_machine dict, as it's duplicated with
the OptionKey's machine parameter.
2021-01-04 12:20:40 -08:00
..
data cmake: set CMP0054 to new in preload.cmake 2020-10-24 19:31:15 +02:00
__init__.py cmake: ignore CMAKE_TOOLCHAIN_FILE and CMAKE_PROJECT_INCLUDE to avoid conflicts with the meson CMake logic 2020-10-16 20:44:04 +02:00
client.py use real pathlib module 2020-11-20 15:08:40 -08:00
common.py use real pathlib module 2020-11-20 15:08:40 -08:00
executor.py use OptionKey for builtin and base options 2021-01-04 12:20:40 -08:00
fileapi.py use real pathlib module 2020-11-20 15:08:40 -08:00
generator.py typing: fully annotate cmake.generator 2020-09-28 13:51:19 +02:00
interpreter.py use OptionKey for builtin and base options 2021-01-04 12:20:40 -08:00
toolchain.py use real pathlib module 2020-11-20 15:08:40 -08:00
traceparser.py use real pathlib module 2020-11-20 15:08:40 -08:00