aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-28tests/common/117: Check that capturing wrote to a fileNirbheek Chauhan1-3/+12
2017-01-28vs: Fix running of tests to use mesontest.pyNirbheek Chauhan3-17/+54
2017-01-28backends: Add support for build_by_default to vs2010 backendNirbheek Chauhan3-51/+67
2017-01-28tests: Move build-by-default unit test to common testsNirbheek Chauhan6-14/+25
2017-01-28ninja: Fix build_by_default=false targets in testsNirbheek Chauhan1-3/+20
2017-01-28tests: build_by_default : false targets used in tests should be builtTim-Philipp Müller3-0/+32
2017-01-26interpreter: Implement array.get(index, fallback)Nirbheek Chauhan2-4/+20
2017-01-26Merge pull request #1328 from centricular/has-function-prefixJussi Pakkanen2-151/+195
2017-01-26Fix mesonintrospect --installedThibault Saunier1-1/+1
2017-01-26Add build_by_default to list of kwargs know by CustomTarget.Jussi Pakkanen1-0/+1
2017-01-26mesontest: Don't add '.' at the end of some printsNirbheek Chauhan1-2/+2
2017-01-26mesontest: Don't overwrite test status on timeoutNirbheek Chauhan1-1/+2
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-25Use Python3 explicitly on this test because shutil.which does not exist on Py...Jussi Pakkanen1-2/+3
2017-01-23Added man page for mesontest.Jussi Pakkanen2-0/+58
2017-01-23Use --coverage rather than hardcoding -lgcov. Closes #1311.Jussi Pakkanen1-1/+1
2017-01-23Merge pull request #1302 from centricular/install-modeJussi Pakkanen13-17/+278
2017-01-23Better error message when using = rather than : for defining keywords.Jussi Pakkanen5-3/+19
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-23Gracefully fallback when cross pkg-config can not be found for an optional de...Jussi Pakkanen1-2/+4
2017-01-23No longer require a binary called python3 on Windows. The default name is "py...Jussi Pakkanen36-39/+72
2017-01-23Add option to mesonconf to wipe cached data.Jussi Pakkanen1-3/+14
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan12-17/+277
2017-01-24wx deps: Always set modversion, even if dep not foundNirbheek Chauhan1-0/+1
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