meson/mesonbuild/scripts
Dylan Baker e81acbd606 Use a single coredata dictionary for options
This patches takes the options work to it's logical conclusion: A single
flat dictionary of OptionKey: UserOptions. This allows us to simplify a
large number of cases, as we don't need to check if an option is in this
dict or that one (or any of 5 or 6, actually).
2021-01-04 12:20:58 -08:00
..
__init__.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
clangformat.py Collect and return clang-format's return code 2020-11-17 17:51:07 +02:00
clangtidy.py Fix clang-tidy return value reporting (Part Ⅱ) 2020-11-17 17:50:27 +02:00
cleantrees.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
cmake_run_ctgt.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
commandrunner.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
coverage.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
delwithsuffix.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
depfixer.py depfixer: split new rpath into multiple entries for dedup comparisons 2020-12-22 20:21:31 +00:00
depscan.py Extend the C++ module scanner to handle Fortran, too. 2020-12-25 23:28:42 +00:00
dirchanger.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
externalproject.py externalproject: Fix typing annotation 2020-09-13 17:33:00 -04:00
gettext.py Respect MESON_INSTALL_QUIET in gettext.py 2020-12-10 00:29:40 +02:00
gtkdochelper.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
hotdochelper.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
meson_exe.py Make meson_exe report pickled command when it fails 2020-09-20 12:57:50 +01:00
msgfmthelper.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
regen_checker.py Use a single coredata dictionary for options 2021-01-04 12:20:58 -08:00
scanbuild.py Fix #5492 (#7919) 2020-11-01 10:50:15 -08:00
symbolextractor.py symbolextractor: Add FreeBSD support 2020-11-04 18:16:03 +02:00
tags.py typing: get rid of most T.cast 2020-09-08 20:15:58 +02:00
uninstall.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
vcstagger.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
yelphelper.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00