summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2856 from jon-turney/warning-locationJussi Pakkanen2018-01-031-3/+3
|\
| * Wire up locations in a couple more warningsJon Turney2018-01-011-2/+2
| * Consolidate warning location formatting in mlog.warning()Jon Turney2018-01-011-1/+1
* | Merge pull request #2838 from mesonbuild/nirbheek/consolidate-subproject-dep-...Jussi Pakkanen2018-01-021-41/+60
|\ \ | |/ |/|
| * intrp: Consolidate subproject dep checking and loggingnirbheek/consolidate-subproject-dep-checkingNirbheek Chauhan2018-01-011-41/+60
* | Append warning location to warning output by warning()Jon Turney2017-12-301-1/+1
|/
* Add missing spaceKarol Szuster2017-12-271-1/+1
* Merge pull request #2334 from mesonbuild/promotedepJussi Pakkanen2017-12-261-0/+23
|\
| * Print instructions on how to promote subsubprojects.Jussi Pakkanen2017-12-171-0/+23
* | Merge pull request #2817 from jon-turney/masterJussi Pakkanen2017-12-261-1/+10
|\ \
| * | Update prefix-dependent defaults when project(default_options:) changes prefixJon Turney2017-12-211-1/+10
* | | Print 'cached' if dependency is found in cacheNiklas Claesson2017-12-221-0/+5
* | | subproject handling: add fixNiklas Claesson2017-12-221-6/+16
|/ /
* | Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen2017-12-201-1/+5
|\ \ | |/ |/|
| * Fix flake8 issues.Christoph Behle2017-12-161-4/+4
| * More version information for compilers.Christoph Behle2017-12-161-1/+5
* | Print UTF-8 warning only when actually encountering non-ascii filenames.Jussi Pakkanen2017-12-141-0/+2
|/
* Merge pull request #2731 from mesonbuild/disablerJussi Pakkanen2017-12-051-1/+7
|\
| * Created a new disabler type.Jussi Pakkanen2017-12-041-1/+7
* | Document and improve not-found dependency objectsJon Turney2017-12-051-0/+6
* | Merge pull request #2663 from inigomartinez/pkg-config-define-variableJussi Pakkanen2017-12-031-1/+1
|\ \
| * | dependencies: Allow pkg-config to define variablesIñigo Martínez2017-11-201-1/+1
* | | Fix string format recursive replaceJoergen Ibsen2017-12-031-3/+10
| |/ |/|
* | Don't warn for optional_modulesDylan Baker2017-11-281-1/+1
* | Merge pull request #2512 from dcbaker/wip/config-tool-variablesJussi Pakkanen2017-11-281-0/+10
|\ \
| * | Add a configtool_variable method to dependencyDylan Baker2017-11-231-0/+10
| |/
* | Add if_found kwarg to subdir().Jussi Pakkanen2017-11-271-1/+7
|/
* Check keyword arguments for dependencyChristoph Behle2017-11-191-0/+2
* Merge pull request #2000 from t-chaik/tchaik/wip/get-unquotedJussi Pakkanen2017-11-131-0/+15
|\
| * get-unquoted: Fix indentation and remove useless arithmeticMartin Blanchard2017-09-151-1/+1
| * get-unquoted: Implement a get_unquoted() method for ConfigurationDataMartin Blanchard2017-09-151-0/+15
* | Interpreter: ensure build_def_files defined before parse_project()Dylan Baker2017-11-101-1/+2
* | fix include_directories handling in subprojects for compiler tests.Philipp Ittershagen2017-11-081-1/+2
* | interpreter: Add warning functionPaulo Antonio Alvarez2017-10-311-2/+12
* | Merge pull request #2551 from mesonbuild/fix2481Jussi Pakkanen2017-10-311-6/+15
|\ \
| * | Evaluate subproject path correctly. Closes #2481.Jussi Pakkanen2017-10-291-6/+15
* | | namespace run_targets by subprojectMartin Kelly2017-10-311-8/+9
* | | run_command: add command and files as build dependenciesScott D Phillips2017-10-291-0/+11
|/ /
* | Check that link_with arguments in declare_dependency are not external depende...Jussi Pakkanen2017-10-291-0/+4
* | Because people are very creative in working around limitations based on good ...Jussi Pakkanen2017-10-241-1/+6
* | Do not allow escaping the subprojects directory.Narendra Vardi2017-10-191-0/+2
* | fix all subproject using wrap-file brokenliugang2017-10-141-2/+4
* | Prevent projects from directly grabbing files from other subprojects.Jussi Pakkanen2017-10-081-0/+35
* | Use listify and extract_as_list everywhereNirbheek Chauhan2017-10-011-32/+17
* | interpreter: Add a new ObjectHolder classNirbheek Chauhan2017-10-011-63/+72
* | Prevent projects from grabbing other projects' options.Jussi Pakkanen2017-10-011-0/+3
* | Implement capture for generatorsNiklas Claesson2017-09-291-1/+1
* | Allow CustomTarget's to be indexedDylan Baker2017-09-271-1/+15
* | Merge pull request #2348 from centricular/configure-file-infinite-loopJussi Pakkanen2017-09-261-12/+16
|\ \
| * | configure_file: Fix infinite loop in some casesNirbheek Chauhan2017-09-261-12/+16