aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2018-02-05Rename install_subdir() option elide_directory to strip_directoryAleksey Filippov1-9/+9
2018-02-05Add elide_directory keyword for install_subdir() functionAleksey Filippov1-3/+10
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen1-2/+2
2018-02-04Refactor and simplify install_subdir()Aleksey Filippov1-2/+2
2018-02-02Created an unstable module for IceStorm projects.Jussi Pakkanen1-0/+2
2018-01-31add meson.project_license() builtinMartin Kelly1-0/+4
2018-01-31Make checks a bit more robust against empty entries.Jussi Pakkanen1-0/+2
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer1-2/+2
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney1-2/+2
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