aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2018-03-25dependency's wanted version might be a listVíctor Manuel Jáquez Leal1-1/+1
2018-03-21Do not install configure_file output if install_dir is empty. Closes #3270.Jussi Pakkanen1-2/+4
2018-03-20Merge pull request #3223 from sarum9in/renameJussi Pakkanen1-2/+3
2018-03-19Create a helper for checking if a string has a path componentNirbheek Chauhan1-2/+2
2018-03-17Add rename parameter to install_data()Aleksey Filippov1-2/+3
2018-03-13Merge pull request #3127 from bluetech/method-permitted-kwargsJussi Pakkanen1-1/+106
2018-03-10Merge pull request #3203 from jukkalaurila/bug3185Jussi Pakkanen1-0/+13
2018-03-10Show info about possible subproject promotion when appropriateJon Turney1-1/+6
2018-03-10Exclude subprojects when doing coverageNiklas Claesson1-0/+2
2018-03-09Fixed bug 3185.Jukka Laurila1-0/+13
2018-03-06Merge pull request #3086 from sarum9in/declare-link-wholeJussi Pakkanen1-2/+3
2018-03-06Allow passing a compiler object to run_command()Evgenii Shatokhin1-2/+9
2018-03-06Add link_whole argument to declare_dependency()Aleksey Filippov1-2/+3
2018-03-03Fix various flake8 whitespace reportsJon Turney1-1/+1
2018-02-25Include project name in a test object.Hemmo Nieminen1-6/+5
2018-02-25Namespace test setups.Hemmo Nieminen1-9/+7
2018-02-25Change an error message when find_program() fails.Hemmo Nieminen1-1/+1
2018-02-25Use include_directories for D impdirs.Jussi Pakkanen1-7/+31
2018-02-23Warn if non-permitted keyword arguments are given to compiler methodsRan Benita1-1/+106
2018-02-18Merge pull request #2863 from jon-turney/exit-status-on-exceptionJussi Pakkanen1-0/+7
2018-02-18Merge pull request #2943 from ximion/masterJussi Pakkanen1-8/+14
2018-02-17Don't mention "error" in error messagesMatthias Klumpp1-1/+1
2018-02-15Only expose exception() test function during unit testsJon Turney1-1/+2
2018-02-15Add a test case for python exception exit statusJon Turney1-0/+6
2018-02-14Permit path separators in subproject names but with a warning. Closes #2794.Jussi Pakkanen1-2/+10
2018-02-14Only add reconfigure deps on files, not dirs. Closes #2919.Jussi Pakkanen1-1/+1
2018-02-13Fix a stack trace caused by subproject.get_variable('non-existing').Hemmo Nieminen1-3/+7
2018-02-13Use absolute path if relative can not be evaluated. Closes #2784.Jussi Pakkanen1-1/+8
2018-02-12Don't fail loading subprojects if subprojects_dir is in a subdirectoryMatthias Klumpp1-5/+11
2018-02-12Show a better error message if subproject can not be configuredMatthias Klumpp1-2/+2
2018-02-08User options can "yield to" a user option of the same name in superproject. C...Jussi Pakkanen1-2/+6
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