aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Create new xdg moduletingping/xdg-modulePatrick Griffis5-0/+127
2017-02-06Update contributor list.Jussi Pakkanen1-0/+1
2017-02-06Merge pull request #1360 from centricular/fix-arch-pythonJussi Pakkanen4-2/+2
2017-02-06Fix absolute prefix/xxxdir subdir check on WindowsNirbheek Chauhan2-2/+10
2017-02-06Do not strip jar targets. Closes #1343.Jussi Pakkanen3-1/+7
2017-02-05tests/common/134: Rename copy.py to copyfile.pyNirbheek Chauhan2-1/+1
2017-02-04test cases\common\135 generated assembly: rename copy.pyMike Sinkovsky2-1/+1
2017-02-02Merge pull request #1342 from centricular/commonpath-py34Jussi Pakkanen4-4/+49
2017-02-02ninja: Don't scan generated fortran files for mod depsNirbheek Chauhan1-1/+6
2017-02-02compilers: Don't use CompilerArgs() for sanity checksNirbheek Chauhan1-2/+2
2017-02-02Fix an uninitialized variable access error.Hemmo Nieminen1-0/+2
2017-02-02coredata: Fix setting of prefix inside default_optionsNirbheek Chauhan1-1/+1
2017-01-30Run some unit tests on all platformsNirbheek Chauhan1-1/+3
2017-01-30coredata: Use our own implementation of commonpathNirbheek Chauhan3-2/+45
2017-01-29Increment version number for new development.Jussi Pakkanen1-1/+1
2017-01-29Bump version number for release.0.38.0Jussi Pakkanen5-6/+6
2017-01-29Cope with files created with a different umask.Jussi Pakkanen1-2/+4
2017-01-28Check cross-pkg-config's viability with ExternalProgram. Closes #1329.Jussi Pakkanen1-3/+8
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen16-71/+199
2017-01-28Merge pull request #1321 from centricular/compiler-args-classJussi Pakkanen21-271/+730
2017-01-28[mesontest] Implement a quiet option.Hemmo Nieminen1-1/+8
2017-01-28vs: Add support for the 'werror' builtin optionNirbheek Chauhan1-4/+5
2017-01-28vs: Use CompilerArgs() for compile and link argsNirbheek Chauhan2-62/+120
2017-01-28Disable E266 in flake8Nirbheek Chauhan1-1/+3
2017-01-28Use CompilerArgs for generation of link commandsNirbheek Chauhan2-55/+81
2017-01-28Add get_no_stdinc_args() for C++ tooNirbheek Chauhan1-0/+3
2017-01-28Add __repr__ for IncludeDirsNirbheek Chauhan1-0/+4
2017-01-28Use CompilerArgs for generation of compile commandsNirbheek Chauhan18-65/+238
2017-01-28find_program: Translate 'python3' to sys.executable on WindowsNirbheek Chauhan1-3/+9
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-27compilers: New class CompilerArgs derived from list()Nirbheek Chauhan5-89/+281
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