aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-26compilers: Don't run built-in checks on MSVCNirbheek Chauhan2-0/+9
2017-01-26compilers: Fix has_function check for builtinsNirbheek Chauhan2-30/+48
2017-01-26compilers: Add prefix before limits.h in has_function checksNirbheek Chauhan1-5/+7
2017-01-26compilers: Pass -fpermissive on all C++ compilers except MSVCNirbheek Chauhan1-14/+11
2017-01-26compilers: Use named placeholders for string formattingNirbheek Chauhan1-123/+120
2017-01-26compilers: Fix builtin checks with clang on LinuxNirbheek Chauhan2-2/+15
2017-01-24compilers: Use __has_include macro for has_header checksNirbheek Chauhan1-2/+10
2017-01-24compilers: Remove unnecessary arguments to super()Nirbheek Chauhan1-2/+2
2017-01-23Merge pull request #1320 from centricular/fix-llvmir-and-assemblyJussi Pakkanen14-6/+205
2017-01-23Force installation dir options to be inside prefixNirbheek Chauhan5-16/+78
2017-01-22mintro.py: Assume the current dir is a builddir if not specifiedNirbheek Chauhan1-20/+28
2017-01-21tests/4 qt: Force the use of -std=c++11Nirbheek Chauhan1-1/+3
2017-01-21Print the problematic headers in these assertionsNirbheek Chauhan1-2/+2
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