aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2017-03-29configure_file: make input arg optional if command is usedTim-Philipp Müller1-3/+7
2017-03-27Allow not-required not-found dependencies in subprojectsNirbheek Chauhan1-2/+8
2017-03-27Fix typo in dependency invalid arguments errorNirbheek Chauhan1-2/+2
2017-03-25declare_dependency: flatten dependencies kwargs allowing [] as no-op depTim-Philipp Müller1-1/+1
2017-03-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan1-2/+7
2017-03-25wrap: Initialize subprojects that are git submodulesNirbheek Chauhan1-5/+7
2017-03-23Merge pull request #1456 from ieei/compute_intJussi Pakkanen1-1/+29
2017-03-20interpretter: Use a namedtuple for the ModuleStateThibault Saunier1-19/+24
2017-03-10compiler: Ensure prefix and dependencies are used for alignment.Haakon Sporsheim1-1/+5
2017-03-10compiler: Fix compute_int and sizeof for cross compilation.Haakon Sporsheim1-3/+12
2017-03-09compiler: Add compute_int functionality.Haakon Sporsheim1-0/+15
2017-02-20Merge pull request #1402 from centricular/test-setup-fixesJussi Pakkanen1-1/+5
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen1-8/+29
2017-02-20configure_file: Substitute @INPUT@/@OUTPUT@/etc in commandNirbheek Chauhan1-8/+25
2017-02-20configure_file: Don't allow both command and configuration kwargsNirbheek Chauhan1-1/+5
2017-02-19add_test_setup: Treat no env as empty envNirbheek Chauhan1-1/+1
2017-02-19Add repr() for EnvironmentVariables{,Holder}Nirbheek Chauhan1-0/+4
2017-02-19run_command: Fix error message on incorrect argumentNirbheek Chauhan1-1/+2
2017-02-19rpm: We no longer provide the full path to a libraryNirbheek Chauhan1-3/+0
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan1-3/+3
2017-02-19find_program: Support passing mesonlib.File objectsNirbheek Chauhan1-2/+14
2017-02-17Prohibit absolute paths in subdir().Jussi Pakkanen1-0/+2
2017-02-17Prohibit manually built paths that point in srcdir in include_directories and...Jussi Pakkanen1-1/+20
2017-02-09Merge pull request #1368 from dimkr/subproject_defaultsJussi Pakkanen1-2/+3
2017-02-07dependencies: Distinguish native/cross while cachingNirbheek Chauhan1-0/+12
2017-02-07Bug fix - KeyError on subproject without default optionsDima Krasner1-2/+3
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