aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-20Fix error message for find_program if program cannot be foundDylan Baker1-1/+1
2017-09-20Add a new compiler method: get_return_value()Nirbheek Chauhan1-1/+1
2017-09-18Last round with listify function refactoring.Alexis Jeandet1-50/+20
2017-09-18Merge pull request #2310 from hvenev/reconfigure-get_optionJussi Pakkanen1-2/+7
2017-09-17d: Make feature names less verboseMatthias Klumpp1-3/+3
2017-09-15Fix get_option() for base options on reconfigure.Hristo Venev1-2/+7
2017-09-12Drop feature_args call in favor of letting pkgconfig do this directlyMatthias Klumpp1-7/+0
2017-09-12d: Implement specific properties for D featuresMatthias Klumpp1-2/+6
2017-09-12d: Add easy way to use D-specific featuresMatthias Klumpp1-4/+13
2017-09-10Fix regression in test definitionsNirbheek Chauhan1-1/+2
2017-09-06Merge pull request #2236 from trhd/envJussi Pakkanen1-2/+3
2017-09-04Permit overriding find_program from the cross file.Jussi Pakkanen1-9/+37
2017-09-01Fix a stack trace caused by environment variables in test setups.Hemmo Nieminen1-2/+3
2017-08-31Add Compiler.get_supported_arguments()Daniel Stone1-0/+17
2017-08-24interpreter: Make cs_args a known argumentThibault Saunier1-0/+1
2017-08-18Fix warning when executable(implib:) is usedJon Turney1-3/+1
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen1-15/+21
2017-08-15Merge pull request #2191 from centricular/fix-ninja-clean-target-dirJussi Pakkanen1-2/+5
2017-08-15ninja: Fix cleaning in various edge casesNirbheek Chauhan1-2/+5
2017-08-14Printing unknown kwarg error message no longer crashes the parser.Jussi Pakkanen1-3/+5
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade1-3/+30
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen1-0/+1
2017-08-04A few more lgtm fixes.Jussi Pakkanen1-0/+1
2017-07-31Fix test() accepting configure files for exePatrick Griffis1-3/+7
2017-07-31Convert man inputs to Files so you can install_man the output of configure_fi...Jussi Pakkanen1-9/+3
2017-07-21Merged buildrpath branch.Jussi Pakkanen1-0/+1