aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter
AgeCommit message (Expand)AuthorFilesLines
2021-12-06interpreter: use build.GeneratedTypesPaolo Bonzini1-1/+1
2021-12-06interpreter: allow extract_objects to receive generated sourcesPaolo Bonzini1-2/+2
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini1-1/+1
2021-12-01add install_symlink functionPablo Correa Gómez2-0/+25
2021-12-01interpreter: reorder functions alphabeticallyPablo Correa Gómez1-15/+15
2021-11-30fix broken FeatureNew checks that never printedEli Schwartz1-2/+2
2021-11-29interpreter: allow Compiler as a variadic positional argumentDylan Baker1-6/+15
2021-11-29interpreter: use typed_kwargs for run_commandDylan Baker2-16/+22
2021-11-29interpreter: use typed_pos_args for run_commandDylan Baker1-8/+18
2021-11-28make sure files arguments to compiler.compiles and friends, performs rebuildEli Schwartz1-0/+3
2021-11-27Merge pull request #9531 from dcbaker/submit/interpreter-more-typingJussi Pakkanen4-114/+193
2021-11-25interpreter: fix `feature.require` handling of error messageBenoit Pierre1-1/+2
2021-11-23interpreter: extract_objects provides a valid sourcePaolo Bonzini1-4/+5
2021-11-22simplify passing some nodes aroundEli Schwartz1-2/+2
2021-11-22interpreter: use typed_kwargs for find_programDylan Baker2-10/+20
2021-11-22interpreter: use find_program_impl internally instead of func_find_programDylan Baker2-4/+4
2021-11-22interpreter: move disabler KwargInfo to the type_checking moduleDylan Baker2-1/+4
2021-11-22interpreter: use typed_pos_args for find_programDylan Baker1-8/+6
2021-11-22interpreter: add type annotations to find_program_implDylan Baker1-4/+8
2021-11-22interpreter: use typed_* args for the summary functionDylan Baker2-24/+28
2021-11-22interpreter: add typed_kwargs to subdirDylan Baker2-7/+30
2021-11-22interpreter: use typed_kwargs for projectDylan Baker3-28/+62
2021-11-22interpreter: use typed_kwargs for add_test_setupDylan Baker2-32/+35
2021-11-20add location nodes to some Feature callsEli Schwartz1-2/+2
2021-11-20guard a complicated mlog.warning inside a Feature checkEli Schwartz1-4/+6
2021-11-15Merge pull request #9565 from bonzini/invalid-run-targetJussi Pakkanen2-6/+6
2021-11-15interpreter: disallow RunTarget in meson.add_install_scriptPaolo Bonzini1-5/+5
2021-11-15interpreter: disallow RunTarget in testPaolo Bonzini1-1/+1
2021-11-14interpreter: Fix a typoYasushi SHOJI1-1/+1
2021-11-04fix regression that broke string.format with list objectsEli Schwartz1-0/+2
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz3-30/+26
2021-11-01fix broken error message that printed formatter codesEli Schwartz1-1/+1
2021-11-01interpreter/modules: ModuleReturnValue can hold ExecutableSerialisationDylan Baker1-1/+1
2021-11-01interpreter: add type annotations for program_from_overridesDylan Baker1-1/+2
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann1-1/+9
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake1-1/+1
2021-10-30Typo fixes (CustomTaget -> CustomTarget)rusty-snake1-1/+1
2021-10-29Merge pull request #9375 from dcbaker/submit/windows-module-typingJussi Pakkanen1-1/+8
2021-10-28configure_file: upgrade deprecation message to FeatureDeprecatedEli Schwartz1-2/+2
2021-10-27Fix add_install_script() ignoring install_tagXavier Claessens1-0/+1
2021-10-27fix various flake8 whitespace errorsEli Schwartz3-5/+3
2021-10-26interpreter: Revert old path joining behavior (fixes #9450)Daniel Mensinger1-1/+2
2021-10-26message: Allow boolXavier Claessens1-2/+2
2021-10-26dep.name(): return dependency name even if dependency is not foundThomas Heijligen1-1/+1
2021-10-24interpreter: Fix missing featuer check (fixes #9425)Daniel Mensinger1-0/+4
2021-10-15wrap: move FeatureNew checks to a more natural placeEli Schwartz1-2/+2
2021-10-12interpreter: Fix missing holder entry (fixes #9389)Daniel Mensinger1-0/+2
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens1-0/+10
2021-10-10Fix typos discovered by codespellChristian Clauss5-12/+12
2021-10-10Revert "interpreter: Add FeatureNew check"Eli Schwartz1-12/+0