aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan1-43/+13
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan1-7/+7
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen1-0/+23
2017-01-28Use CompilerArgs for generation of link commandsNirbheek Chauhan1-20/+0
2017-01-28Use CompilerArgs for generation of compile commandsNirbheek Chauhan1-11/+39
2017-01-28backends: Add support for build_by_default to vs2010 backendNirbheek Chauhan1-0/+23
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-1/+2
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-6/+6
2017-01-18cleanup: Redundant character escapeMike Sinkovsky1-1/+1
2017-01-15Can use targets directly in test arguments.Jussi Pakkanen1-1/+9
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky1-1/+0
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky1-4/+4
2017-01-02Merge pull request #1263 from centricular/meson_exe_deterministicJussi Pakkanen1-3/+8
2017-01-01style: fix E124 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E225 violationsIgor Gnatenko1-1/+1
2016-12-31serialise_executable: Name the data file deterministicallyNirbheek Chauhan1-3/+8
2016-12-31Fix space before :.Jussi Pakkanen1-2/+2
2016-12-23Do not automatically set warning flags if buildtype is 'plain'Matthias Klumpp1-1/+1
2016-12-21ldc: Protect linker flags from deduplicationMatthias Klumpp1-1/+1
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen1-3/+1
2016-12-20Merge pull request #1227 from centricular/ninja-clean-recursive-dir-deleteJussi Pakkanen1-0/+9
2016-12-20Cache the scripts used for postconf and install phasesNirbheek Chauhan1-1/+1
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove trailing whitespacesIgor Gnatenko1-2/+2
2016-12-19tree-wide: remove unused variablesIgor Gnatenko1-1/+0
2016-12-19Use a script to clean-up custom-target output dirsNirbheek Chauhan1-0/+9
2016-12-19fix some of pylint's undefined-variableIgor Gnatenko1-0/+1
2016-12-15gnome.mkenums: Use absolute paths for all commandline argsNirbheek Chauhan1-9/+10
2016-12-15Pass --gresources to valac for each compiled gresourceNirbheek Chauhan1-13/+22
2016-12-13Query the target itself for the dynamic linkerNirbheek Chauhan1-28/+10
2016-12-13Also use objects to populate target compilersNirbheek Chauhan1-0/+2
2016-11-24Only check for unity compat when doing unity buildsNirbheek Chauhan1-6/+2
2016-11-18Removed Valgrind from core.Jussi Pakkanen1-3/+2
2016-11-12Add new add_project_[link]_args functionsThibault Saunier1-0/+1
2016-11-12Fix regex used in custom target evaluationNirbheek Chauhan1-2/+8
2016-11-12vala: Fix compiled object extractionNirbheek Chauhan1-0/+3
2016-11-09backends: Output depfiles in same directory as targetPatrick Griffis1-4/+1
2016-11-09custom_target: Substitute @OUTPUT@ and @INPUT properlyNirbheek Chauhan1-26/+43
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan1-2/+2
2016-11-06Use a cross linker when cross compiling.Jussi Pakkanen1-5/+9
2016-10-27Allow running native executable in cross buildMark Schulte1-1/+5
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan1-44/+37
2016-10-21Print a useful error when unable to determine linkerNirbheek Chauhan1-1/+1
2016-10-19Ninja: Consolidate generated sources handlingNirbheek Chauhan1-0/+13
2016-10-19CustomTarget: Use get_outputs() instead of get_filename()Nirbheek Chauhan1-14/+16
2016-10-14Add no-warning args while building Vala C codeNirbheek Chauhan1-2/+5
2016-10-08Add cross-platform PIC support for static librariesNirbheek Chauhan1-0/+2
2016-10-01Merge pull request #803 from centricular/generated-sources-header-depsJussi Pakkanen1-1/+0
2016-10-02backends: Remove self.dep_rules dead codeNirbheek Chauhan1-1/+0