aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Merge pull request #1717 from valum-framework/fix-descriptions-for-ninja-backendJussi Pakkanen1-14/+15
2017-05-03Kill RawFile dead!Jussi Pakkanen1-44/+30
2017-05-02ninjabackend: Don't pluralize twice custom target cleaning descriptionElliott Sales de Andrade1-1/+1
2017-05-02ninjabackend: Fix implicit comment for 'C#' rule descriptionGuillaume Poirier-Morency1-1/+1
2017-05-02ninjabackend: Add a set of raw namesGuillaume Poirier-Morency1-3/+4
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-3/+3
2017-05-02ninjabackend: Fix typography for JAR and C# in descriptionsGuillaume Poirier-Morency1-2/+2
2017-05-02ninjabackend: Use 'custom targets' instead of 'CustomTarget' in descriptionGuillaume Poirier-Morency1-1/+1
2017-05-02ninjabackend: Don't quote descriptionsGuillaume Poirier-Morency1-1/+1
2017-05-02ninjabackend: Use more consistent descriptionsGuillaume Poirier-Morency1-9/+9
2017-04-29Try to be locale-independent when we match VS outputPaolo Borelli1-3/+8
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-16Skip all whole archive args if there aren't any.Elliott Sales de Andrade1-1/+1
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-1/+1
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen1-0/+9
2017-04-13Merge pull request #1548 from ssssam/sam/stable-orderingJussi Pakkanen1-1/+4
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 Chauhan1-5/+1
2017-04-10Fix shared module installation directory on WindowsNirbheek Chauhan1-0/+2
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen1-24/+72
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 Pakkanen1-7/+10
2017-04-06Use extra_paths on CygwinJon Turney1-1/+1
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 Chauhan1-16/+54
2017-04-02Review fixes.Jussi Pakkanen1-2/+0
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen1-1/+10
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen1-7/+7
2017-04-02Create unity files with the VS backend.Jussi Pakkanen1-7/+5
2017-04-02Add MVP implementation of overriding options.Jussi Pakkanen1-1/+7
2017-03-29Merge pull request #1346 from msink/test-mingwJussi Pakkanen1-0/+2
2017-03-29rust: Support executable name differing from source namePatrick Griffis1-3/+3
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan1-0/+2
2017-03-27Don't delete static library on WindowsNirbheek Chauhan1-1/+5
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan1-7/+10
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen1-2/+4
2017-03-25Cache compiler args for each target.Elliott Sales de Andrade1-12/+20
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan1-2/+4
2017-03-20Also cleanup custom target paths for not installed not default targetsThibault Saunier1-5/+8
2017-03-04Merge pull request #1444 from mesonbuild/pdbinstallJussi Pakkanen1-7/+0
2017-03-04Have all compiler invocations in compdb. Closes #1439.Jussi Pakkanen1-2/+3
2017-03-03Nuke dead code which was used for installing PDB filesNirbheek Chauhan1-7/+0
2017-02-27Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen1-1/+11
2017-02-26ninjabackend: generate "compile_commands.json" even for cross compileFabio Porcedda1-1/+3
2017-02-18ninja: Delete output static lib before calling `ar`Nirbheek Chauhan1-3/+11