summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgenJussi Pakkanen2021-02-071-4/+2
|\
| * interpreter: Add annotations for CustomTargetHolderDylan Baker2021-02-061-1/+1
| * Add a method to IncludeDirs to convert to string listDylan Baker2021-02-061-3/+1
* | Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen2021-02-071-2/+5
|\ \
| * | interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini2021-02-021-2/+5
* | | Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen2021-02-071-3/+4
|\ \ \ | |_|/ |/| |
| * | run_target: Add env kwargXavier Claessens2021-02-051-3/+4
* | | interpreter: use noPosArgs and noKwargs instead of opencodingDylan Baker2021-02-061-8/+6
|/ /
* | Introduce `fs.read` to read a file as a stringLuke Drummond2021-02-041-1/+1
|/
* add_install_script: add skip_if_destdir kwargXavier Claessens2021-01-301-1/+6
* Fix executable as script on WindowsXavier Claessens2021-01-301-9/+6
* Can read project version from a file.Jussi Pakkanen2021-01-291-4/+24
* intepreter: Allow using file objects for the script_name of add_*_scriptDylan Baker2021-01-271-8/+20
* custom_target: Add env kwargXavier Claessens2021-01-271-1/+4
* test: Make timeout <= 0 infinite duractionXavier Claessens2021-01-271-2/+6
* interpreter: accept external programs and dependencies for summaryPaolo Bonzini2021-01-211-7/+11
* mlog: add __len__ to AnsiDecoratorPaolo Bonzini2021-01-211-9/+1
* Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen2021-01-141-28/+31
|\
| * build/interpreter: Split InstallDir to fix layering violationDylan Baker2021-01-131-22/+18
| * build/interperter: Add annotations and move input validation to interpreterDylan Baker2021-01-131-6/+13
* | Fix misspellsAntonin Décimo2021-01-131-1/+1
* | summary: align left, not align middleEli Schwartz2021-01-121-2/+2
|/
* Interpreter: Fix nested subsubproject detectionXavier Claessens2021-01-121-35/+13
* interpreter: split code that creates a Test instanceDylan Baker2021-01-051-5/+8
* interpreter: allow modules to create testsDylan Baker2021-01-051-0/+2
* mtest: Add support for rust unit testsDylan Baker2021-01-051-2/+2
* fix LGTM warningsDylan Baker2021-01-041-1/+0
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-39/+38
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-28/+15
* move OptionKey to mesonlibDylan Baker2021-01-041-1/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-5/+11
* use new optionkey.is_* methodsDylan Baker2021-01-041-1/+1
* use OptionKey for coredata.user_optionsDylan Baker2021-01-041-4/+5
* use the OptionKey type for command line and machine filesDylan Baker2021-01-041-3/+4
* build/interpreter: Add some type annotationsDylan Baker2020-12-161-1/+1
* interpreter: Use a typing.NamedTuple instead of collections.namedtupleDylan Baker2020-12-161-6/+34
* build/interpreter: fix layering violations for ManPagesDylan Baker2020-12-161-27/+25
* build/interpreter: split representation of HeadersDylan Baker2020-12-161-23/+27
* pkgconfig: Respect variable ordering when passed as listXavier Claessens2020-12-101-1/+1
* compiler: allow non-built internal dependencies as argumentsPaolo Bonzini2020-11-241-10/+13
* Merge pull request #8011 from dcbaker/submit/post-python36-cleanupsJussi Pakkanen2020-11-221-1/+1
|\
| * use real pathlib moduleDylan Baker2020-11-201-1/+1
* | Handle cmake dependencies which require a specified versionJason Ekstrand2020-11-211-0/+2
|/
* add warning for projects with manually specified -WerrorEli Schwartz2020-11-171-0/+3
* Do not warn when -Wpedantic is added as a project argument.Eli Schwartz2020-11-131-1/+5
* The version kwarg must be a string. Closes #7975.Jussi Pakkanen2020-11-131-0/+2
* interpreter: Add get_keys function for configuration_data (#7887)Jones2020-11-121-0/+5
* interpreter: store correct files for project regenerationDylan Baker2020-11-011-6/+18
* interpreter: Add missing new feature flag for executable(win_subsystem)Dylan Baker2020-10-191-1/+2
* switch gui_app deprecation to FeatureDeprecatedKwargsPaolo Bonzini2020-10-191-0/+1