aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Disable asm test on Windows because it is blocking all CI.mingwdisableJussi Pakkanen2-6/+14
2017-04-02Merge pull request #1505 from centricular/dont-use-c++-for-assemblyJussi Pakkanen17-26/+188
2017-03-30strip trailing backslash from WindowsSDKVersion (#1538)melak472-1/+2
2017-03-29fix "Meson encountered an error in file meson.build, line 19, column … (#1536)kalmiya2-2/+3
2017-03-29Merge pull request #1346 from msink/test-mingwJussi Pakkanen20-26/+184
2017-03-30run_tests: Don't run unit tests when the VS backend is selectedNirbheek Chauhan1-1/+10
2017-03-30tests/common/141: Also test C + asm targetsNirbheek Chauhan3-2/+27
2017-03-29configure_file: make input arg optional if command is usedTim-Philipp Müller4-3/+32
2017-03-29rust: Support executable name differing from source namePatrick Griffis6-13/+13
2017-03-28Fix warning making static libs on msvc/ninjaPeter Harris2-3/+3
2017-03-28tests/windows/5: Skip if build_to_src has spacesNirbheek Chauhan1-0/+59
2017-03-28appveyor: Move msys2-mingw matrix a little higherNirbheek Chauhan1-4/+4
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan6-13/+36
2017-03-28tests/windows/5: Add more subdirs to the testNirbheek Chauhan6-4/+7
2017-03-28project tests: Don't look for PDB files on MinGW/GCCNirbheek Chauhan1-1/+2
2017-03-28tests/common/127: Fix test on MinGW 64-bitNirbheek Chauhan2-1/+6
2017-03-28project tests: DummyExecutor for MSYS2 and OpenBSDNirbheek Chauhan1-1/+56
2017-03-28tests/common/135: Fix assembly on GCC/MinGWNirbheek Chauhan3-5/+6
2017-03-28unit tests: Skip static library overwrite on WindowsNirbheek Chauhan1-1/+3
2017-03-28appveyor: run tests against MSYS2-MinGWMike Sinkovsky1-0/+9
2017-03-27Don't delete static library on WindowsNirbheek Chauhan1-1/+5
2017-03-27Allow not-required not-found dependencies in subprojectsNirbheek Chauhan2-2/+12
2017-03-27Merge pull request #1529 from centricular/fix-dep-typoJussi Pakkanen2-20/+2
2017-03-27Fix qt4 tool location detection, which may result in incorrectly pickingAaron Small2-1/+35
2017-03-27appveyor: Only build vs2010/x86 + vs2015/x86 + vs2017/x64Nirbheek Chauhan1-18/+0
2017-03-27Fix typo in dependency invalid arguments errorNirbheek Chauhan1-2/+2
2017-03-27wrap: Also capture stderr while running quiet_git()Nirbheek Chauhan2-1/+6
2017-03-27Try even harder to use the C compiler for assemblyNirbheek Chauhan11-16/+126
2017-03-27tests: Fix typo in unit test codeNirbheek Chauhan1-1/+1
2017-03-27Don't require a language/compiler for configuringNirbheek Chauhan2-3/+3
2017-03-27compilers: Implement __repr__ for easier debuggingNirbheek Chauhan1-0/+5
2017-03-27Try harder to use the C compiler for compiling asmNirbheek Chauhan3-17/+25
2017-03-27Thank you git for silently discarding unrelated changes on conflicts. It is v...Jussi Pakkanen1-1/+1
2017-03-26compilers: fix swift sanity checkJoe Baldino1-0/+1
2017-03-26vs: Fix custom target generated object pathsNirbheek Chauhan7-1/+49
2017-03-25Fix regen when using pkg-deps when there's no pkg-configNirbheek Chauhan1-1/+1
2017-03-25declare_dependency: flatten dependencies kwargs allowing [] as no-op depTim-Philipp Müller2-1/+18
2017-03-25EmptyNode needs a line/column number too. There are times its lineAaron Small2-25/+66
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen9-30/+81
2017-03-25Cache compiler args for each target.Elliott Sales de Andrade1-12/+20
2017-03-25Merge pull request #1516 from centricular/git-submodule-subprojectsJussi Pakkanen6-23/+114
2017-03-25Detect 'ccache' in evars and cross-info filesNirbheek Chauhan1-4/+18
2017-03-25Never accept a directory as being an executable programThibault Saunier1-1/+1
2017-03-25Github md renderer requires spaces between hashes and the heading text.Jussi Pakkanen1-6/+6
2017-03-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan6-4/+54
2017-03-25wrap: Initialize subprojects that are git submodulesNirbheek Chauhan2-12/+50
2017-03-25wrap: Check that the package dir contains 'meson'build'Nirbheek Chauhan1-13/+16
2017-03-24Merge pull request #1491 from nioncode/vs2017Jussi Pakkanen5-1/+88
2017-03-23vs: Always use a wrapper for custom target commandsNirbheek Chauhan2-5/+10
2017-03-23Merge pull request #1456 from ieei/compute_intJussi Pakkanen6-30/+150