summaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
Commit message (Expand)AuthorAgeFilesLines
* introspect: include choices for array optionsPaolo Bonzini2021-10-141-0/+2
* remove printf debuggingEli Schwartz2021-10-041-1/+0
* use list unpacking to simplify for loop referencesEli Schwartz2021-10-041-4/+5
* mintro: add installed_planFilipe Laíns2021-09-061-0/+31
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-3/+3
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* mintro: include the correct target filenames for flat layoutPaolo Bonzini2021-03-041-2/+10
* mintro: fix flake8 issuesPaolo Bonzini2021-03-041-1/+1
* minstall: Add --skip-subprojects optionXavier Claessens2021-02-221-8/+8
* mintro: fix mypy warningDylan Baker2021-01-041-4/+4
* fix LGTM warningsDylan Baker2021-01-041-1/+1
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-19/+23
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-26/+12
* use OptionKey for compiler_optionsDylan Baker2021-01-041-3/+4
* use OptionKey for backend_optionsDylan Baker2021-01-041-3/+2
* use OptionKey for coredata.user_optionsDylan Baker2021-01-041-1/+1
* mintro: export functions to load the meson-info filesPaolo Bonzini2020-12-141-17/+30
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger2020-10-151-7/+17
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-1/+1
* mesonlib: make OptionOverrideProxy a true MutableMappingDylan Baker2020-10-011-1/+1
* typing: fix code reviewDaniel Mensinger2020-09-081-1/+2
* typing: more fixesDaniel Mensinger2020-09-081-10/+9
* typing: fully annotate mintro and mtestDaniel Mensinger2020-09-081-12/+12
* introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini2020-09-041-0/+1
* mconf/mintro: use authoritative list of options from coredataDylan Baker2020-08-011-13/+1
* mintro: typings again x2TheQwertiest2020-06-121-1/+1
* mintro: more typing shenanigansTheQwertiest2020-06-121-1/+1
* mintro: typing fixTheQwertiest2020-06-121-1/+1
* mintro: typing fixTheQwertiest2020-06-121-1/+1
* mintro: enforced order for subcommandsTheQwertiest2020-06-121-12/+14
* Made --help options sortedTheQwertiest2020-06-091-1/+1
* ast: Add AST JSON printerDaniel Mensinger2020-05-231-1/+7
* Convert test protocol into an enumDylan Baker2020-04-301-1/+1
* Compiler options per langJohn Ericson2020-04-201-2/+9
* intro: List symlinks in installdata (fixes #6734)Daniel Mensinger2020-03-081-3/+8
* types: Annotate mparser.pyDaniel Mensinger2020-03-021-2/+3
* Make 'default_library' per-subproject builtin optionXavier Claessens2020-02-061-2/+13
* mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger2020-01-281-13/+15
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-44/+44
* mintro: include test protocol in introspection dataPaolo Bonzini2019-12-131-0/+1
* mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger2019-12-101-1/+8
* types: Add type annotations to mintro.pyDaniel Mensinger2019-12-071-120/+93
* lgtm: Fix redundant codeDaniel Mensinger2019-12-051-1/+0
* mintro: dependencies: added version keyDaniel Mensinger2019-11-141-0/+1
* Fix typos found by codespellWolfgang Stöggl2019-11-061-1/+1
* Add missing newlines to "meson introspect" errorAaron Plattner2019-10-181-3/+3
* Add test priorities to force test start orderPeter Hutterer2019-08-241-0/+1
* mintro: Fix section key in buildoptionsDaniel Mensinger2019-07-171-6/+8