Age | Commit message (Expand) | Author | Files | Lines |
2022-09-22 | pylint: enable global-statement | Dylan Baker | 1 | -3/+1 |
2022-09-19 | pylint: enable consider-using-in | Dylan Baker | 1 | -1/+1 |
2022-09-19 | pylint: enable consider-using-dict-items | Dylan Baker | 1 | -4/+4 |
2022-09-06 | Fix install_subdirs not showing up in intro-install_plan.json | Thomas Li | 1 | -1/+3 |
2022-08-22 | introspection: untangle install_plan implemetation, fix a bunch of wrong ones | Eli Schwartz | 1 | -2/+0 |
2022-07-03 | move various unused typing-only imports into type-checking blocks | Eli Schwartz | 1 | -3/+8 |
2022-07-03 | sort imports for neatness | Eli Schwartz | 1 | -9/+7 |
2022-06-01 | ast: rename module constant to match PEP8 style | Dylan Baker | 1 | -2/+2 |
2022-03-22 | OptionOverrideProxy: Make it immutable to avoid copies | Xavier Claessens | 1 | -3/+3 |
2022-03-07 | Merge pull request #10043 from dcbaker/submit/type-checking-for-subproject | Jussi Pakkanen | 1 | -1/+1 |
2022-03-07 | Fix default install tag for shared lib symlinks | Xavier Claessens | 1 | -6/+14 |
2022-03-03 | interpreter: replace build_def_files with OrderedSet | Dylan Baker | 1 | -1/+1 |
2021-10-14 | introspect: include choices for array options | Paolo Bonzini | 1 | -0/+2 |
2021-10-04 | remove printf debugging | Eli Schwartz | 1 | -1/+0 |
2021-10-04 | use list unpacking to simplify for loop references | Eli Schwartz | 1 | -4/+5 |
2021-09-06 | mintro: add installed_plan | Filipe LaÃns | 1 | -0/+31 |
2021-06-29 | fix: Always explicitly set encoding for text files (fixes #8263) | Daniel Mensinger | 1 | -3/+3 |
2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 1 | -2/+2 |
2021-03-04 | various python neatness cleanups | Eli Schwartz | 1 | -1/+1 |
2021-03-04 | mintro: include the correct target filenames for flat layout | Paolo Bonzini | 1 | -2/+10 |
2021-03-04 | mintro: fix flake8 issues | Paolo Bonzini | 1 | -1/+1 |
2021-02-22 | minstall: Add --skip-subprojects option | Xavier Claessens | 1 | -8/+8 |
2021-01-04 | mintro: fix mypy warning | Dylan Baker | 1 | -4/+4 |
2021-01-04 | fix LGTM warnings | Dylan Baker | 1 | -1/+1 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -19/+23 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -26/+12 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -3/+4 |
2021-01-04 | use OptionKey for backend_options | Dylan Baker | 1 | -3/+2 |
2021-01-04 | use OptionKey for coredata.user_options | Dylan Baker | 1 | -1/+1 |
2020-12-14 | mintro: export functions to load the meson-info files | Paolo Bonzini | 1 | -17/+30 |
2020-11-20 | use real pathlib module | Dylan Baker | 1 | -1/+1 |
2020-10-15 | intro: Add extra_files key to intro output (fixes #7310) | Daniel Mensinger | 1 | -7/+17 |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-10-01 | mesonlib: make OptionOverrideProxy a true MutableMapping | Dylan Baker | 1 | -1/+1 |
2020-09-08 | typing: fix code review | Daniel Mensinger | 1 | -1/+2 |
2020-09-08 | typing: more fixes | Daniel Mensinger | 1 | -10/+9 |
2020-09-08 | typing: fully annotate mintro and mtest | Daniel Mensinger | 1 | -12/+12 |
2020-09-04 | introspect: add test dependencies info to test/benchmark JSON | Paolo Bonzini | 1 | -0/+1 |
2020-08-01 | mconf/mintro: use authoritative list of options from coredata | Dylan Baker | 1 | -13/+1 |
2020-06-12 | mintro: typings again x2 | TheQwertiest | 1 | -1/+1 |
2020-06-12 | mintro: more typing shenanigans | TheQwertiest | 1 | -1/+1 |
2020-06-12 | mintro: typing fix | TheQwertiest | 1 | -1/+1 |
2020-06-12 | mintro: typing fix | TheQwertiest | 1 | -1/+1 |
2020-06-12 | mintro: enforced order for subcommands | TheQwertiest | 1 | -12/+14 |
2020-06-09 | Made --help options sorted | TheQwertiest | 1 | -1/+1 |
2020-05-23 | ast: Add AST JSON printer | Daniel Mensinger | 1 | -1/+7 |
2020-04-30 | Convert test protocol into an enum | Dylan Baker | 1 | -1/+1 |
2020-04-20 | Compiler options per lang | John Ericson | 1 | -2/+9 |
2020-03-08 | intro: List symlinks in installdata (fixes #6734) | Daniel Mensinger | 1 | -3/+8 |
2020-03-02 | types: Annotate mparser.py | Daniel Mensinger | 1 | -2/+3 |