aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan1-6/+30
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-3/+3
2017-01-18cleanup: Unused local variablesMike Sinkovsky1-8/+5
2017-01-15Can use targets directly in test arguments.Jussi Pakkanen1-4/+8
2017-01-12mesontest: Improve test suite selection.Hemmo Nieminen1-8/+8
2017-01-11style: [E1**] IndentationMike Sinkovsky1-2/+2
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky1-1/+0
2017-01-11style: [E711] comparison to None should be 'if cond is None:'Mike Sinkovsky1-1/+1
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky1-5/+5
2017-01-09Add .find_python() method. Supersedes #777.Jussi Pakkanen1-3/+8
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen1-14/+16
2017-01-09Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen1-20/+34
2017-01-09Merge pull request #1278 from mesonbuild/newmodulesJussi Pakkanen1-29/+47
2017-01-09Fix Gnome module.Jussi Pakkanen1-27/+17
2017-01-06Can get values in ConfigurationData objects.Jussi Pakkanen1-1/+12
2017-01-06Fix a few more modules.Jussi Pakkanen1-7/+28
2017-01-04Create a module return value object.Jussi Pakkanen1-2/+9
2017-01-03Merge pull request #1260 from mesonbuild/subproj_defaultsJussi Pakkanen1-11/+48
2017-01-03fix 'unreachable code' warningsMike Sinkovsky1-1/+0
2017-01-02Can put external programs to test suite exe wrappers directly.Jussi Pakkanen1-1/+15
2017-01-02Can set envvars in test setups.Jussi Pakkanen1-1/+4
2017-01-02Can specify test setups and run them with mesontest.Jussi Pakkanen1-18/+46
2017-01-02Support default_options in dependency() fallbacks.Jussi Pakkanen1-1/+6
2017-01-01style: fix E124 violationsIgor Gnatenko1-9/+9
2017-01-01style: fix E128 violationsIgor Gnatenko1-5/+5
2016-12-31Fix space before :.Jussi Pakkanen1-104/+104
2016-12-29Can override project option default values in subproject().Jussi Pakkanen1-3/+28
2016-12-29Can set project options (but not global options) in subproject default options.Jussi Pakkanen1-2/+8
2016-12-29Move option file parsing to after the project() inputs have been decoded to a...Jussi Pakkanen1-6/+7
2016-12-23Can specify include directories to compiler tests.Jussi Pakkanen1-0/+9
2016-12-22Add Generator.process_files to reduce code duplication.Elliott Sales de Andrade1-4/+3
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen1-11/+10
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan1-13/+21
2016-12-20Fix several more lint errorsNirbheek Chauhan1-5/+5
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko1-9/+9
2016-12-19interpreter: remove duplicated dictionary keyIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+1
2016-12-18s/Nonexistant/Nonexistent/gIgor Gnatenko1-1/+1
2016-12-18Allow passing arguments to install scriptsNirbheek Chauhan1-12/+12
2016-12-15Revert "Merge pull request #1145 from AlexandreFoley/wrap-fix"Jussi Pakkanen1-3/+2
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen1-7/+5
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen1-0/+8
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan1-7/+5
2016-12-13New compiler function 'symbols_have_underscore_prefix'Nirbheek Chauhan1-0/+8
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade1-0/+14
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan1-16/+5
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen1-0/+14
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen1-0/+4
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-4/+4
2016-12-07Compiler checks can only accept external dependenciesNirbheek Chauhan1-11/+10