aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
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
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-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-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
2017-10-01Use listify and extract_as_list everywhereNirbheek Chauhan1-32/+17
2017-10-01interpreter: Add a new ObjectHolder classNirbheek Chauhan1-63/+72
2017-10-01Prevent projects from grabbing other projects' options.Jussi Pakkanen1-0/+3
2017-09-29Implement capture for generatorsNiklas Claesson1-1/+1
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-1/+15
2017-09-26Merge pull request #2348 from centricular/configure-file-infinite-loopJussi Pakkanen1-12/+16
2017-09-26configure_file: Fix infinite loop in some casesNirbheek Chauhan1-12/+16
2017-09-22Merge pull request #2187 from centricular/fix-pcap-dependencyJussi Pakkanen1-1/+1
2017-09-22Merge pull request #2357 from LukeShu/flake8Jussi Pakkanen1-39/+40
2017-09-21Merge pull request #2326 from dcbaker/use-link-compilersJussi Pakkanen1-1/+1
2017-09-21flake8: Perform suggested whitespace/formatting changesLuke Shumaker1-39/+40
2017-09-20Add cs_args as known args for csharpThibault Saunier1-1/+1