aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-01interpreter: Move to its own folder and split itXavier Claessens1-5061/+0
2021-03-26Remove ConfigureFile and ConfigureFileHolderXavier Claessens1-16/+5
2021-03-24Use find_program also in add_*_script for consistency.Jussi Pakkanen1-18/+2
2021-03-24Use find_program also in custom_target for consistency.Jussi Pakkanen1-0/+3
2021-03-23interpreter: Fix spurious warning in include_directories()Xavier Claessens1-1/+3
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens1-8/+6
2021-03-23Merge pull request #7491 from xclaesse/callstackJussi Pakkanen1-7/+10
2021-03-23Remove -pipe from default list of args. Closes #8508.Jussi Pakkanen1-3/+0
2021-03-22mlog: Do not print 'subproject|' for the message 'Executing subproject'Xavier Claessens1-7/+5
2021-03-22interpreter: Do not print "method meson"Xavier Claessens1-1/+5
2021-03-22logs: Prepend current subproject name to all messagesXavier Claessens1-6/+7
2021-03-19Move OverrideProgram to programsDylan Baker1-5/+1
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-17/+17
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens1-1/+2
2021-03-18interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens1-2/+7
2021-03-17Warn when grabbing internals of subprojects with include_directories.Jussi Pakkanen1-2/+28
2021-03-16Add range() functionXavier Claessens1-2/+24
2021-03-16msetup: do not print bogus "Option ... is:" messagesPaolo Bonzini1-1/+6
2021-03-16Add `meson devenv` command and meson.add_devenv()Xavier Claessens1-6/+13
2021-03-16EnvironmentVariables: Simplify and annotateXavier Claessens1-17/+27
2021-03-14Fix run_targets running scripts from different subdirs.Jussi Pakkanen1-0/+2
2021-03-12interpreter: Cache found dependency before converting for include_typeXavier Claessens1-7/+7
2021-03-06Refactor subdir visitation to track files instead of dirs.Jussi Pakkanen1-3/+4
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-44/+44
2021-03-04various python neatness cleanupsEli Schwartz1-10/+10
2021-03-04Simplify module APIXavier Claessens1-87/+31
2021-03-04interpreter: Fix process_new_values()Xavier Claessens1-7/+3
2021-02-27install_man locale supportJason Woodward1-2/+7
2021-02-26interpreter: Clean up and simplify/optimize get_(external|cross)_propertyDylan Baker1-39/+20
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker1-1/+5
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto1-0/+3
2021-02-26meson: add .has_external_property() methodsTim-Philipp Müller1-0/+10
2021-02-25deprecated `meson.get_cross_property`Dylan Baker1-0/+1
2021-02-25interpreter: stop using hasattr for held_objectDylan Baker1-10/+4
2021-02-25interpreter: Fix ObjectHolder usageDylan Baker1-48/+52
2021-02-25Support multiple args in error()Xavier Claessens1-23/+12
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-8/+12
2021-02-17Do not validate options when finding non-matchingDylan Baker1-5/+2
2021-02-07Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen1-4/+2
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen1-2/+5
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen1-3/+4
2021-02-06interpreter: Add annotations for CustomTargetHolderDylan Baker1-1/+1
2021-02-06Add a method to IncludeDirs to convert to string listDylan Baker1-3/+1
2021-02-06interpreter: use noPosArgs and noKwargs instead of opencodingDylan Baker1-8/+6
2021-02-05run_target: Add env kwargXavier Claessens1-3/+4
2021-02-04Introduce `fs.read` to read a file as a stringLuke Drummond1-1/+1
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini1-2/+5
2021-01-30add_install_script: add skip_if_destdir kwargXavier Claessens1-1/+6
2021-01-30Fix executable as script on WindowsXavier Claessens1-9/+6
2021-01-29Can read project version from a file.Jussi Pakkanen1-4/+24