aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/ninjabackend.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-06Change the order of link_args when cross_compiling with ninja.Matthieu Gautier1-2/+2
2017-02-06Use named field for command_template when generating ninja command.Matthieu Gautier1-36/+41
2017-02-02ninja: Don't scan generated fortran files for mod depsNirbheek Chauhan1-1/+6
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen1-8/+1
2017-01-28Use CompilerArgs for generation of link commandsNirbheek Chauhan1-35/+81
2017-01-28Use CompilerArgs for generation of compile commandsNirbheek Chauhan1-44/+92
2017-01-28backends: Add support for build_by_default to vs2010 backendNirbheek Chauhan1-25/+1
2017-01-28ninja: Fix build_by_default=false targets in testsNirbheek Chauhan1-3/+20
2017-01-27compilers: New class CompilerArgs derived from list()Nirbheek Chauhan1-1/+1
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan1-2/+2
2017-01-23Merge pull request #1320 from centricular/fix-llvmir-and-assemblyJussi Pakkanen1-2/+2
2017-01-21Print the problematic headers in these assertionsNirbheek Chauhan1-2/+2
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-7/+7
2017-01-15Merge pull request #1303 from mesonbuild/buildonallJussi Pakkanen1-8/+8
2017-01-15build_by_default it is.Jussi Pakkanen1-3/+3
2017-01-15Get rid of hasattr.Jussi Pakkanen1-3/+1
2017-01-15Add test for build_on_all.Jussi Pakkanen1-6/+3
2017-01-15Moved detection of targets to build on all into own function.Jussi Pakkanen1-8/+13
2017-01-12Add support for Files passed to generators.Elliott Sales de Andrade1-1/+1
2017-01-11style: [E1**] IndentationMike Sinkovsky1-4/+6
2017-01-11style: [E272] multiple spaces before keywordMike Sinkovsky1-1/+1
2017-01-11style: [E301] expected 1 blank line, found 0Mike Sinkovsky1-0/+1
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky1-30/+31
2017-01-03Merge pull request #1272 from mesonbuild/ignatenko/lintJussi Pakkanen1-2/+2
2017-01-04ICC 17.0.0 working for Linux and Ninja Backend.Philipp Geier1-0/+5
2017-01-02backends/ninja: remove unused variableIgor Gnatenko1-1/+0
2017-01-02style: fix E241 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E128 violationsIgor Gnatenko1-5/+5
2017-01-01style: fix E231 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E221 violationsIgor Gnatenko1-3/+3
2017-01-01style: fix E222 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E226 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E225 violationsIgor Gnatenko1-2/+2
2017-01-01backends/ninja: remove unused variablesIgor Gnatenko1-2/+0
2016-12-31Pass project's user options to scan-build temporary project.Hemmo Nieminen1-1/+7
2016-12-31Add simple uninstall target. Closes #753.Jussi Pakkanen1-0/+6
2016-12-22Fix shared library symlink aliasing on installNirbheek Chauhan1-15/+8
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen1-4/+3
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko1-3/+3
2016-12-19tree-wide: remove unused variablesIgor Gnatenko1-1/+0
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan1-5/+34
2016-12-19backend/ninja: pass language name instead of compilerIgor Gnatenko1-1/+1
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko1-1/+1
2016-12-15Merge pull request #1194 from centricular/critical-bugfixes-valaJussi Pakkanen1-1/+7