aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-04-02Review fixes.Jussi Pakkanen4-5/+4
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen3-2/+32
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 Pakkanen3-7/+56
2017-03-30strip trailing backslash from WindowsSDKVersion (#1538)melak471-1/+1
2017-03-29Merge pull request #1346 from msink/test-mingwJussi Pakkanen6-13/+36
2017-03-29configure_file: make input arg optional if command is usedTim-Philipp Müller1-3/+7
2017-03-29rust: Support executable name differing from source namePatrick Griffis2-11/+3
2017-03-28Fix warning making static libs on msvc/ninjaPeter Harris1-3/+2
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan6-13/+36
2017-03-27Don't delete static library on WindowsNirbheek Chauhan1-1/+5
2017-03-27Allow not-required not-found dependencies in subprojectsNirbheek Chauhan1-2/+8
2017-03-27Merge pull request #1529 from centricular/fix-dep-typoJussi Pakkanen1-2/+2
2017-03-27Fix qt4 tool location detection, which may result in incorrectly pickingAaron Small1-1/+16
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-26vs: Fix custom target generated object pathsNirbheek Chauhan1-1/+1
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üller1-1/+1
2017-03-25EmptyNode needs a line/column number too. There are times its lineAaron Small1-25/+65
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen5-16/+24
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 Pakkanen5-23/+113
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-25wrap: Implement special wrap modes for use by packagersNirbheek Chauhan5-4/+53
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 Pakkanen4-1/+67
2017-03-23vs: Always use a wrapper for custom target commandsNirbheek Chauhan1-1/+10
2017-03-23Merge pull request #1456 from ieei/compute_intJussi Pakkanen2-30/+91
2017-03-23fix logic operationsNicolas Schneider1-4/+5
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 Chauhan4-14/+22
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 Pakkanen3-39/+27
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-15Update version number for new development.Jussi Pakkanen1-1/+1
2017-03-15Set version number for bugfix release.0.39.1Jussi Pakkanen1-1/+1
2017-03-12has_header: Use "foo.h" syntax instead of <foo.h>Nirbheek Chauhan1-2/+2