aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Replace cmd line arguments on install scripts. Closes #1681.Jussi Pakkanen1-1/+13
2017-04-22vala: Add 'VALAFLAGS' to considered environment variablesGuillaume Poirier-Morency1-2/+7
2017-04-21ninja: Don't use @file.rsp with ArLinker on WindowsNirbheek Chauhan1-1/+5
2017-04-17Merge pull request #1628 from ximion/dfixJussi Pakkanen1-1/+1
2017-04-16Skip all whole archive args if there aren't any.Elliott Sales de Andrade1-1/+1
2017-04-15d: Fix linking shared libraries with DMDMatthias Klumpp1-1/+1
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen3-3/+10
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen2-0/+13
2017-04-13Merge pull request #1548 from ssssam/sam/stable-orderingJussi Pakkanen2-2/+6
2017-04-13Process VS dependency string as raw bytes.Jussi Pakkanen1-8/+14
2017-04-12Sort user commandline options when generating 'scan-build' targetSam Thursfield1-1/+4
2017-04-12vala: Allow installation into default directoriesNirbheek Chauhan1-0/+9
2017-04-10vs: Fix depend_files support in custom targetsNirbheek Chauhan3-6/+19
2017-04-10vs: Pretty-print all vcxproj outputNirbheek Chauhan1-24/+12
2017-04-10Fix shared module installation directory on WindowsNirbheek Chauhan1-0/+2
2017-04-09Merge pull request #1575 from centricular/unit-tests-more-backendsJussi Pakkanen1-0/+3
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen2-26/+74
2017-04-09vs: Pass absolute path of files to run_targetNirbheek Chauhan1-0/+3
2017-04-08Fix link whole on VS backend.Jussi Pakkanen1-0/+4
2017-04-08Add option to link the entire contents of a static library to a target.Jussi Pakkanen1-0/+9
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen3-17/+21
2017-04-06Use extra_paths on CygwinJon Turney2-3/+3
2017-04-04Reduce an indent level in the install for loopNirbheek Chauhan1-77/+79
2017-04-04Fix custom directory installation of import libraryNirbheek Chauhan1-12/+20
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan2-18/+56
2017-04-03Ensure rules in the generated build.ninja file are in a stable orderSam Thursfield1-1/+2
2017-04-02Review fixes.Jussi Pakkanen3-4/+2
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen2-2/+31
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen3-18/+18
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 Pakkanen3-10/+18
2017-04-02Add MVP implementation of overriding options.Jussi Pakkanen1-1/+7
2017-03-30strip trailing backslash from WindowsSDKVersion (#1538)melak471-1/+1
2017-03-29Merge pull request #1346 from msink/test-mingwJussi Pakkanen3-1/+16
2017-03-29rust: Support executable name differing from source namePatrick Griffis1-3/+3
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan3-1/+16
2017-03-27Don't delete static library on WindowsNirbheek Chauhan1-1/+5
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan3-17/+21
2017-03-26vs: Fix custom target generated object pathsNirbheek Chauhan1-1/+1
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen3-8/+15
2017-03-25Cache compiler args for each target.Elliott Sales de Andrade1-12/+20
2017-03-24Merge pull request #1491 from nioncode/vs2017Jussi Pakkanen2-0/+59
2017-03-23vs: Always use a wrapper for custom target commandsNirbheek Chauhan1-1/+10
2017-03-23add 'vs' backend that automatically chooses between the vs backendsNicolas Schneider1-0/+23
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan3-8/+15
2017-03-22add vs2017 backendNicolas Schneider2-0/+36
2017-03-20Merge pull request #1483 from nioncode/fix-generatorcustomJussi Pakkanen2-37/+16
2017-03-20Also cleanup custom target paths for not installed not default targetsThibault Saunier1-5/+8
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