aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-2/+2
2021-03-04various python neatness cleanupsEli Schwartz1-1/+1
2021-03-04mintro: include the correct target filenames for flat layoutPaolo Bonzini1-2/+10
2021-03-04mintro: fix flake8 issuesPaolo Bonzini1-1/+1
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-8/+8
2021-01-04mintro: fix mypy warningDylan Baker1-4/+4
2021-01-04fix LGTM warningsDylan Baker1-1/+1
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-19/+23
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-26/+12
2021-01-04use OptionKey for compiler_optionsDylan Baker1-3/+4
2021-01-04use OptionKey for backend_optionsDylan Baker1-3/+2
2021-01-04use OptionKey for coredata.user_optionsDylan Baker1-1/+1
2020-12-14mintro: export functions to load the meson-info filesPaolo Bonzini1-17/+30
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger1-7/+17
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-1/+1
2020-10-01mesonlib: make OptionOverrideProxy a true MutableMappingDylan Baker1-1/+1
2020-09-08typing: fix code reviewDaniel Mensinger1-1/+2
2020-09-08typing: more fixesDaniel Mensinger1-10/+9
2020-09-08typing: fully annotate mintro and mtestDaniel Mensinger1-12/+12
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini1-0/+1
2020-08-01mconf/mintro: use authoritative list of options from coredataDylan Baker1-13/+1
2020-06-12mintro: typings again x2TheQwertiest1-1/+1
2020-06-12mintro: more typing shenanigansTheQwertiest1-1/+1
2020-06-12mintro: typing fixTheQwertiest1-1/+1
2020-06-12mintro: typing fixTheQwertiest1-1/+1
2020-06-12mintro: enforced order for subcommandsTheQwertiest1-12/+14
2020-06-09Made --help options sortedTheQwertiest1-1/+1
2020-05-23ast: Add AST JSON printerDaniel Mensinger1-1/+7
2020-04-30Convert test protocol into an enumDylan Baker1-1/+1
2020-04-20Compiler options per langJohn Ericson1-2/+9
2020-03-08intro: List symlinks in installdata (fixes #6734)Daniel Mensinger1-3/+8
2020-03-02types: Annotate mparser.pyDaniel Mensinger1-2/+3
2020-02-06Make 'default_library' per-subproject builtin optionXavier Claessens1-2/+13
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger1-13/+15
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-44/+44
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini1-0/+1
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger1-1/+8
2019-12-07types: Add type annotations to mintro.pyDaniel Mensinger1-120/+93
2019-12-05lgtm: Fix redundant codeDaniel Mensinger1-1/+0
2019-11-14mintro: dependencies: added version keyDaniel Mensinger1-0/+1
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-18Add missing newlines to "meson introspect" errorAaron Plattner1-3/+3
2019-08-24Add test priorities to force test start orderPeter Hutterer1-0/+1
2019-07-17mintro: Fix section key in buildoptionsDaniel Mensinger1-6/+8
2019-07-01mintro: Add installed subdirs introspection (fixes #5556)Daniel Mensinger1-0/+2
2019-06-05Per machine do 'build.' and '' option prefixesJohn Ericson1-2/+12
2019-05-28meson-introspect: do not include host environment in test/benchmark introspec...Paolo Bonzini1-1/+1
2019-05-20Use dependency cacheDylan Baker1-1/+1
2019-05-15UserOption no longer has a name field.John Ericson1-2/+2