aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-21Fix targets with generated LLVM IR and Assembly sourcesNirbheek Chauhan1-3/+4
2017-01-21Add test for generated assemblyNirbheek Chauhan7-0/+148
2017-01-20Add a test for generated LLVM IR filesNirbheek Chauhan4-0/+48
2017-01-18Merge pull request #1312 from centricular/print-pkgdep-error-osxJussi Pakkanen2-12/+12
2017-01-18cleanup: @staticmethodMike Sinkovsky1-0/+2
2017-01-18cleanup: Unbound local variableMike Sinkovsky2-1/+1
2017-01-18cleanup: Replace assignment with augmented assignmentMike Sinkovsky2-2/+2
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky22-84/+84
2017-01-18cleanup: Unused local variablesMike Sinkovsky4-11/+6
2017-01-18cleanup: Redundant character escapeMike Sinkovsky3-5/+5
2017-01-17pkgdep: Print found message after setting cargs/libsNirbheek Chauhan1-2/+4
2017-01-17Print pkg-config error when framework dep isn't foundNirbheek Chauhan1-1/+3
2017-01-17Derive all exceptions correctly from base exceptionsNirbheek Chauhan2-9/+5
2017-01-15Can use targets directly in test arguments.Jussi Pakkanen3-6/+18
2017-01-15Merge pull request #1303 from mesonbuild/buildonallJussi Pakkanen7-35/+75
2017-01-15More readable total statistics.Jussi Pakkanen1-2/+6
2017-01-15build_by_default it is.Jussi Pakkanen7-14/+14
2017-01-15Merge pull request #1257 from QuLogic/generator-filesJussi Pakkanen10-6/+57
2017-01-15tests/common/126: Also skip unsupported CPUs hereNirbheek Chauhan1-5/+10
2017-01-15Get rid of hasattr.Jussi Pakkanen2-3/+3
2017-01-15Add test for build_on_all.Jussi Pakkanen7-6/+50
2017-01-15Moved detection of targets to build on all into own function.Jussi Pakkanen1-8/+13
2017-01-15Created base class for all targets and moved common functionality there.Jussi Pakkanen1-27/+18
2017-01-15Merge pull request #1279 from trhd/masterJussi Pakkanen13-32/+165
2017-01-13tests: Add a test for new test suite selection.Hemmo Nieminen11-0/+93
2017-01-12mesontest: Improve test suite selection.Hemmo Nieminen2-32/+72
2017-01-12Add support for Files passed to generators.Elliott Sales de Andrade10-6/+57
2017-01-11style: disable flake8 warnings E241, E251, E305, E401Mike Sinkovsky1-1/+9
2017-01-11style: [E1**] IndentationMike Sinkovsky11-51/+55
2017-01-11style: [E251] unexpected spaces around keyword / parameter equalsMike Sinkovsky2-2/+2
2017-01-11style: [E272] multiple spaces before keywordMike Sinkovsky1-1/+1
2017-01-11style: [E402] module level import not at top of fileMike Sinkovsky1-5/+4
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky7-7/+0
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky7-0/+10
2017-01-11style: [E721] do not compare types, use 'isinstance()'Mike Sinkovsky1-2/+2
2017-01-11style: [E712] comparison to True should be 'if cond is True:' or 'if cond:'Mike Sinkovsky1-3/+3
2017-01-11style: [E711] comparison to None should be 'if cond is None:'Mike Sinkovsky2-4/+4
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky8-50/+51
2017-01-09Merge pull request #787 from mesonbuild/py3moduleJussi Pakkanen18-62/+140
2017-01-09Add .find_python() method. Supersedes #777.Jussi Pakkanen7-20/+25
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen11-33/+54
2017-01-09Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen7-36/+88
2017-01-09Merge pull request #1278 from mesonbuild/newmodulesJussi Pakkanen11-56/+104
2017-01-09We only need Ninja 1.5.x for the core codeNirbheek Chauhan3-5/+6
2017-01-09Fix Gnome module.Jussi Pakkanen5-49/+52
2017-01-06Can get values in ConfigurationData objects.Jussi Pakkanen3-3/+21
2017-01-06Compile asm only on supported cpus. Closes #1287.Jussi Pakkanen1-1/+8
2017-01-06Better error messages. Closes #1284.Jussi Pakkanen1-1/+4
2017-01-06Fix a few more modules.Jussi Pakkanen4-11/+37
2017-01-04Create a module return value object.Jussi Pakkanen4-3/+22