aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Removed two deprecations from 2016.Jussi Pakkanen1-12/+3
2018-01-17Add `main` argument to `dependency` (#2828)Raphael Salamon1-1/+1
2018-01-13Merge pull request #2764 from mesonbuild/generatorpathJussi Pakkanen1-2/+13
2018-01-11Change handling of not found external programsChristophe Gouiran1-1/+1
2018-01-09Add `export_dynamic` argument to `executable`. (#2662)Nikita Churaev1-1/+1
2018-01-07Ensure subproject_dir is a string and doesn't contain ".." segmentsMatthias Klumpp1-0/+4
2018-01-07Allow subproject dirs in subdirectories in the source tree againMatthias Klumpp1-2/+2
2018-01-03Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen1-3/+3
2018-01-02Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen1-41/+60
2018-01-01Wire up locations in a couple more warningsJon Turney1-2/+2
2018-01-01Consolidate warning location formatting in mlog.warning()Jon Turney1-1/+1
2018-01-01intrp: Consolidate subproject dep checking and loggingNirbheek Chauhan1-41/+60
2017-12-30Append warning location to warning output by warning()Jon Turney1-1/+1
2017-12-27Add missing spaceKarol Szuster1-1/+1
2017-12-26Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen1-0/+23
2017-12-26Merge pull request #2817 from jon-turney/masterJussi Pakkanen1-1/+10
2017-12-22Print 'cached' if dependency is found in cacheNiklas Claesson1-0/+5
2017-12-22subproject handling: add fixNiklas Claesson1-6/+16
2017-12-21Update prefix-dependent defaults when project(default_options:) changes prefixJon Turney1-1/+10
2017-12-20Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen1-1/+5
2017-12-17Preserve_path_from should be a kwarg of process(), not generator().Jussi Pakkanen1-1/+12
2017-12-17Print instructions on how to promote subsubprojects.Jussi Pakkanen1-0/+23
2017-12-16Fix flake8 issues.Christoph Behle1-4/+4
2017-12-16More version information for compilers.Christoph Behle1-1/+5
2017-12-14Print UTF-8 warning only when actually encountering non-ascii filenames.Jussi Pakkanen1-0/+2
2017-12-12Files created with generator can have path segments.Jussi Pakkanen1-1/+1
2017-12-05Merge pull request #2731 from mesonbuild/disablerJussi Pakkanen1-1/+7
2017-12-05Document and improve not-found dependency objectsJon Turney1-0/+6
2017-12-04Created a new disabler type.Jussi Pakkanen1-1/+7
2017-12-03Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen1-1/+1
2017-12-03Fix string format recursive replaceJoergen Ibsen1-3/+10
2017-11-28Don't warn for optional_modulesDylan Baker1-1/+1
2017-11-28Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen1-0/+10
2017-11-27Add if_found kwarg to subdir().Jussi Pakkanen1-1/+7
2017-11-23Add a configtool_variable method to dependencyDylan Baker1-0/+10
2017-11-20dependencies: Allow pkg-config to define variablesIñigo Martínez1-1/+1
2017-11-19Check keyword arguments for dependencyChristoph Behle1-0/+2
2017-11-13Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen1-0/+15
2017-11-10Interpreter: ensure build_def_files defined before parse_project()Dylan Baker1-1/+2
2017-11-08fix include_directories handling in subprojects for compiler tests.Philipp Ittershagen1-1/+2
2017-10-31interpreter: Add warning functionPaulo Antonio Alvarez1-2/+12
2017-10-31Merge pull request #2551 from mesonbuild/fix2481Jussi Pakkanen1-6/+15
2017-10-31namespace run_targets by subprojectMartin Kelly1-8/+9
2017-10-29run_command: add command and files as build dependenciesScott D Phillips1-0/+11
2017-10-29Evaluate subproject path correctly. Closes #2481.Jussi Pakkanen1-6/+15
2017-10-29Check that link_with arguments in declare_dependency are not external depende...Jussi Pakkanen1-0/+4
2017-10-24Because people are very creative in working around limitations based on good ...Jussi Pakkanen1-1/+6
2017-10-19Do not allow escaping the subprojects directory.Narendra Vardi1-0/+2
2017-10-14fix all subproject using wrap-file brokenliugang1-2/+4
2017-10-08Prevent projects from directly grabbing files from other subprojects.Jussi Pakkanen1-0/+35