summaryrefslogtreecommitdiff
path: root/mesonbuild/mintro.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* mintro: Add installed subdirs introspection (fixes #5556)Daniel Mensinger2019-07-011-0/+2
* Per machine do 'build.' and '' option prefixesJohn Ericson2019-06-051-2/+12
* meson-introspect: do not include host environment in test/benchmark introspec...Paolo Bonzini2019-05-281-1/+1
* Use dependency cacheDylan Baker2019-05-201-1/+1
* UserOption no longer has a name field.John Ericson2019-05-151-2/+2
* Fix unused variables warningsDaniel Mensinger2019-04-291-3/+3
* Fix flake8-bugbear warningsDaniel Mensinger2019-04-291-1/+1
* Don't use len() to test for container emptinessDylan Baker2019-04-251-2/+2
* mintro: removed deprecated --target-files APIDaniel Mensinger2019-04-081-32/+0
* mintro: Renamed --dependencies --> --scan-dependenciesDaniel Mensinger2019-03-031-0/+11
* mintro: Fix unit testDaniel Mensinger2019-03-031-0/+1
* mintro: Address code reviewDaniel Mensinger2019-03-031-3/+7
* mintro: Dependencies from sourceDaniel Mensinger2019-03-031-2/+9
* Target introspection from sourceDaniel Mensinger2019-03-031-1/+42
* Minor introspection refactoringDaniel Mensinger2019-03-031-40/+40
* mintro: Add subproject_dir to --projectinfoDaniel Schulte2019-03-011-1/+3
* mintro: Add name of subproject the target is contained in to --target outputDaniel Schulte2019-03-011-1/+2
* Merge pull request #4826 from mensinda/confDefOptsJussi Pakkanen2019-02-121-1/+1
|\