aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2017-03-23Test whether internal-dep include order is preservedNirbheek Chauhan3-0/+11
2017-03-22appveyor: use vs2017 backend for msvc2017 compilerNicolas Schneider1-2/+2
2017-03-22add appveyor config for VS2017Nicolas Schneider1-0/+21
2017-03-22add vs2017 backendNicolas Schneider4-1/+40
2017-03-21gnome.gdbus_codegen: Use --output-directory when availablePatrick Griffis1-1/+17
2017-03-21d: Handle linker search paths correctly for non-GNU compilersMatthias Klumpp1-0/+10
2017-03-20gnome: fix genmarshal .c file generationTim-Philipp Müller1-1/+1
2017-03-20Merge pull request #1483 from nioncode/fix-generatorcustomJussi Pakkanen4-54/+39
2017-03-20Also cleanup custom target paths for not installed not default targetsThibault Saunier1-5/+8
2017-03-20interpretter: Use a namedtuple for the ModuleStateThibault Saunier1-19/+24
2017-03-20vs: do not add generated objects to projectNicolas Schneider2-15/+4
2017-03-20vs: use regular quotes instead of '"' in Generator commandsNicolas Schneider1-7/+5
2017-03-20vs: support Generator outputs as CustomTarget inputsNicolas Schneider2-19/+20
2017-03-20do not skip test case 113 on WindowsNicolas Schneider1-15/+12
2017-03-18One is zero. War is peace. Freedom is slavery.Jussi Pakkanen1-1/+1
2017-03-15Update version number for new development.Jussi Pakkanen1-1/+1
2017-03-15Update Ninja download url due to Dropbox changes.Jussi Pakkanen1-1/+1
2017-03-15Set version number for bugfix release.0.39.1Jussi Pakkanen6-6/+6
2017-03-14Merge pull request #1463 from centricular/test-has-include-fallbackJussi Pakkanen3-59/+101
2017-03-14tests/37 has header: Disable fallback test on macOSNirbheek Chauhan1-1/+6
2017-03-14project tests: Print meson log instead of stdout for configure failuresNirbheek Chauhan1-17/+33
2017-03-13unittests: Print output for failing commandsNirbheek Chauhan1-9/+28