aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-21configure_file: warn in case a variable to subsitute is not present in the pa...Christoph Reiter1-1/+8
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-0/+1
2017-07-18Turned SIMD into an unstable module.Jussi Pakkanen1-0/+4
2017-07-17Created merge_from method for ConfigurationData.Jussi Pakkanen1-0/+11
2017-07-16Removed unreachable code as == never throws.Jussi Pakkanen1-5/+2
2017-07-16Removed unnecessary pass statements.Jussi Pakkanen1-1/+0
2017-07-16Simplified control flow.Jussi Pakkanen1-9/+9
2017-07-15Make base options accessible via get_option()GabrĂ­el ArthĂșr PĂ©tursson1-0/+4
2017-07-01Fix remaining Interpreter object leaks.Jussi Pakkanen1-1/+8
2017-07-01Make Interpreter object unpicklable as it was being pickled by accident in co...Jussi Pakkanen1-0/+1
2017-06-29add_{project,global}_link_arguments require a 'language' argumentAaron Plattner1-2/+4
2017-06-27Merge pull request #2001 from mesonbuild/kwcheckJussi Pakkanen1-42/+193
2017-06-26Fixed issues raised in review.Jussi Pakkanen1-31/+29
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-7/+6
2017-06-26Removed in_builddir from public usage as it is an internal feature that was v...Jussi Pakkanen1-6/+5
2017-06-26Alphabetization.Jussi Pakkanen1-67/+67
2017-06-26Moved func_ methods from base class to Interpreter.Jussi Pakkanen1-0/+35
2017-06-26Add a few more.Jussi Pakkanen1-9/+32
2017-06-26A few more.Jussi Pakkanen1-4/+23
2017-06-26Added a few more kwarg checks to functions.Jussi Pakkanen1-2/+20
2017-06-26Checks for all build target functions.Jussi Pakkanen1-17/+38
2017-06-26Added kwargs for executable().Jussi Pakkanen1-1/+33
2017-06-26Decorator to check for permitted kwargs.Jussi Pakkanen1-1/+7
2017-06-11Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen1-4/+6
2017-06-11gnome: Work around GNU ld bug with -rpath,$ORIGINNirbheek Chauhan1-4/+6
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan1-1/+2