aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen8-2/+77
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen4-27/+34
2017-04-02Use relative object file name for unity files everywhere.Jussi Pakkanen2-8/+10
2017-04-02Create unity files with the VS backend.Jussi Pakkanen4-10/+20
2017-04-02Add MVP implementation of overriding options.Jussi Pakkanen8-7/+87
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-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-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
2017-03-23fix logic operationsNicolas Schneider2-4/+11
2017-03-23use a custom cp.bat for cp on Windows (#1488)Nicolas Schneider2-1/+8
2017-03-23add 'vs' backend that automatically chooses between the vs backendsNicolas Schneider3-1/+28
2017-03-23compiler args: Also dedup -pthread since it can't be undoneNirbheek Chauhan1-2/+2
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan5-28/+68