aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2017-01-02backends/ninja: remove unused variableIgor Gnatenko1-1/+0
2017-01-02Merge pull request #1263 from centricular/meson_exe_deterministicJussi Pakkanen1-3/+8
2017-01-01style: fix E124 violationsIgor Gnatenko2-3/+3
2017-01-01style: fix E128 violationsIgor Gnatenko2-11/+11
2017-01-01style: fix E265 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E231 violationsIgor Gnatenko2-2/+2
2017-01-01style: fix E221 violationsIgor Gnatenko1-3/+3
2017-01-01style: fix E222 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E226 violationsIgor Gnatenko3-5/+5
2017-01-01style: fix E225 violationsIgor Gnatenko4-81/+81
2017-01-01backends/ninja: remove unused variablesIgor Gnatenko1-2/+0
2016-12-31serialise_executable: Name the data file deterministicallyNirbheek Chauhan1-3/+8
2016-12-31Fix space before :.Jussi Pakkanen3-41/+42
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-23Merge pull request #1247 from centricular/fix-installed-soname-aliasesJussi Pakkanen1-15/+8
2016-12-23Do not automatically set warning flags if buildtype is 'plain'Matthias Klumpp1-1/+1
2016-12-22Fix shared library symlink aliasing on installNirbheek Chauhan1-15/+8
2016-12-21ldc: Protect linker flags from deduplicationMatthias Klumpp1-1/+1
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen3-11/+6
2016-12-20Merge pull request #1227 from centricular/ninja-clean-recursive-dir-deleteJussi Pakkanen2-5/+43
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan1-1/+1
2016-12-19tree-wide: use proper 'not in' notationIgor Gnatenko1-3/+3
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove trailing whitespacesIgor Gnatenko2-4/+4
2016-12-19tree-wide: remove unused variablesIgor Gnatenko3-3/+0
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+0
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan2-5/+43
2016-12-19backend/ninja: pass language name instead of compilerIgor Gnatenko1-1/+1
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko2-1/+2
2016-12-15Merge pull request #1194 from centricular/critical-bugfixes-valaJussi Pakkanen3-18/+37
2016-12-15gnome.mkenums: Use absolute paths for all commandline argsNirbheek Chauhan2-9/+13
2016-12-15Allow all code to access module target classesNirbheek Chauhan1-1/+2
2016-12-15Pass --gresources to valac for each compiled gresourceNirbheek Chauhan2-13/+27
2016-12-15vala: Fix duplicate output detectionNirbheek Chauhan1-1/+1
2016-12-13Only add build dir inlude directives if the corresponding dir exists. Closes ...Jussi Pakkanen1-1/+10
2016-12-13Add __repr__ for ExtractedObjects and better error for Vala librariesNirbheek Chauhan1-1/+2
2016-12-13Query the target itself for the dynamic linkerNirbheek Chauhan2-41/+19
2016-12-13Also use objects to populate target compilersNirbheek Chauhan1-0/+2
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan1-9/+6
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen1-2/+4
2016-12-11unity builds: Assembly and LLVM IR are incompatibleNirbheek Chauhan1-0/+4
2016-12-11compilers: Implement support for LLVM IR compilationNirbheek Chauhan1-8/+72
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan1-12/+8
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen4-3/+14
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen4-0/+4
2016-12-06Add unresolved symbol arg to link line in VS backends. For someJussi Pakkanen1-0/+2
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-6/+5
2016-12-06Better error when passing invalid objects to install_headerNirbheek Chauhan1-1/+3
2016-12-03mesontest: Rebuild all before running testsThibault Saunier1-2/+2