Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | Simplify module API | Xavier Claessens | 1 | -87/+31 |
2021-03-04 | interpreter: Fix process_new_values() | Xavier Claessens | 1 | -7/+3 |
2021-02-27 | install_man locale support | Jason Woodward | 1 | -2/+7 |
2021-02-26 | interpreter: Clean up and simplify/optimize get_(external|cross)_property | Dylan Baker | 1 | -39/+20 |
2021-02-26 | interpreter: correctly track whether a subproject is initialized | Dylan Baker | 1 | -1/+5 |
2021-02-26 | Allow printing UserOptions in the summary | Stephen Gregoratto | 1 | -0/+3 |
2021-02-26 | meson: add .has_external_property() methods | Tim-Philipp Müller | 1 | -0/+10 |
2021-02-25 | deprecated `meson.get_cross_property` | Dylan Baker | 1 | -0/+1 |
2021-02-25 | interpreter: stop using hasattr for held_object | Dylan Baker | 1 | -10/+4 |
2021-02-25 | interpreter: Fix ObjectHolder usage | Dylan Baker | 1 | -48/+52 |
2021-02-25 | Support multiple args in error() | Xavier Claessens | 1 | -23/+12 |
2021-02-22 | minstall: Add --skip-subprojects option | Xavier Claessens | 1 | -8/+12 |
2021-02-17 | Do not validate options when finding non-matching | Dylan Baker | 1 | -5/+2 |
2021-02-07 | Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgen | Jussi Pakkanen | 1 | -4/+2 |
2021-02-07 | Merge pull request #8288 from bonzini/test-setup-exclude-suites | Jussi Pakkanen | 1 | -2/+5 |
2021-02-07 | Merge pull request #8305 from xclaesse/run-target-env | Jussi Pakkanen | 1 | -3/+4 |
2021-02-06 | interpreter: Add annotations for CustomTargetHolder | Dylan Baker | 1 | -1/+1 |
2021-02-06 | Add a method to IncludeDirs to convert to string list | Dylan Baker | 1 | -3/+1 |
2021-02-06 | interpreter: use noPosArgs and noKwargs instead of opencoding | Dylan Baker | 1 | -8/+6 |
2021-02-05 | run_target: Add env kwarg | Xavier Claessens | 1 | -3/+4 |
2021-02-04 | Introduce `fs.read` to read a file as a string | Luke Drummond | 1 | -1/+1 |
2021-02-02 | interpreter, mtest: introduce add_test_setup(exclude_suites: ...) | Paolo Bonzini | 1 | -2/+5 |
2021-01-30 | add_install_script: add skip_if_destdir kwarg | Xavier Claessens | 1 | -1/+6 |
2021-01-30 | Fix executable as script on Windows | Xavier Claessens | 1 | -9/+6 |
2021-01-29 | Can read project version from a file. | Jussi Pakkanen | 1 | -4/+24 |
2021-01-27 | intepreter: Allow using file objects for the script_name of add_*_script | Dylan Baker | 1 | -8/+20 |
2021-01-27 | custom_target: Add env kwarg | Xavier Claessens | 1 | -1/+4 |
2021-01-27 | test: Make timeout <= 0 infinite duraction | Xavier Claessens | 1 | -2/+6 |
2021-01-21 | interpreter: accept external programs and dependencies for summary | Paolo Bonzini | 1 | -7/+11 |
2021-01-21 | mlog: add __len__ to AnsiDecorator | Paolo Bonzini | 1 | -9/+1 |
2021-01-14 | Merge pull request #8192 from dcbaker/submit/minstall-type-annotations | Jussi Pakkanen | 1 | -28/+31 |
2021-01-13 | build/interpreter: Split InstallDir to fix layering violation | Dylan Baker | 1 | -22/+18 |
2021-01-13 | build/interperter: Add annotations and move input validation to interpreter | Dylan Baker | 1 | -6/+13 |
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -1/+1 |
2021-01-12 | summary: align left, not align middle | Eli Schwartz | 1 | -2/+2 |
2021-01-12 | Interpreter: Fix nested subsubproject detection | Xavier Claessens | 1 | -35/+13 |
2021-01-05 | interpreter: split code that creates a Test instance | Dylan Baker | 1 | -5/+8 |
2021-01-05 | interpreter: allow modules to create tests | Dylan Baker | 1 | -0/+2 |
2021-01-05 | mtest: Add support for rust unit tests | Dylan Baker | 1 | -2/+2 |
2021-01-04 | fix LGTM warnings | Dylan Baker | 1 | -1/+0 |
2021-01-04 | Use a single coredata dictionary for options | Dylan Baker | 1 | -39/+38 |
2021-01-04 | use OptionKey for builtin and base options | Dylan Baker | 1 | -28/+15 |
2021-01-04 | move OptionKey to mesonlib | Dylan Baker | 1 | -1/+1 |
2021-01-04 | use OptionKey for compiler_options | Dylan Baker | 1 | -5/+11 |
2021-01-04 | use new optionkey.is_* methods | Dylan Baker | 1 | -1/+1 |
2021-01-04 | use OptionKey for coredata.user_options | Dylan Baker | 1 | -4/+5 |
2021-01-04 | use the OptionKey type for command line and machine files | Dylan Baker | 1 | -3/+4 |
2020-12-16 | build/interpreter: Add some type annotations | Dylan Baker | 1 | -1/+1 |
2020-12-16 | interpreter: Use a typing.NamedTuple instead of collections.namedtuple | Dylan Baker | 1 | -6/+34 |
2020-12-16 | build/interpreter: fix layering violations for ManPages | Dylan Baker | 1 | -27/+25 |