aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel1-0/+2
2017-06-27Merged Genie support.Jussi Pakkanen1-1/+1
2017-06-26Recognise .gs extension as a Vala sourceAlistair Thomas1-1/+1
2017-06-22Skip handling non-available dependenciesJens Georg1-0/+3
2017-06-11Merge pull request #1927 from centricular/gir-rpath-linkJussi Pakkanen1-0/+9
2017-06-11gnome: Work around GNU ld bug with -rpath,$ORIGINNirbheek Chauhan1-0/+9
2017-06-09dependencies: Add a new class ExternalDependencyNirbheek Chauhan1-1/+1
2017-06-02Don't add dependencies recursively while linkingNirbheek Chauhan1-8/+4
2017-05-29Whitespace tweaks to reduce Flake8 warningsAlistair Thomas1-1/+0
2017-05-21Fix cross environment pollution.Ole André Vadla RavnÄs1-3/+4
2017-05-17Use more direct dictionary literals.Elliott Sales de Andrade1-3/+1
2017-05-08Use 'generate_basic_compiler_args' for Vala targetsGuillaume Poirier-Morency1-1/+12
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre1-0/+4
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer1-2/+2
2017-05-03Kill RawFile dead!Jussi Pakkanen1-0/+2
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-1/+1
2017-04-17Merge pull request #1628 from ximion/dfixJussi Pakkanen1-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 Pakkanen1-1/+8
2017-04-13Merge pull request #1548 from ssssam/sam/stable-orderingJussi Pakkanen1-1/+2
2017-04-10vs: Fix depend_files support in custom targetsNirbheek Chauhan1-0/+16
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen1-2/+2
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen1-3/+5
2017-04-06Use extra_paths on CygwinJon Turney1-2/+2
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan1-2/+2
2017-04-03Ensure rules in the generated build.ninja file are in a stable orderSam Thursfield1-1/+2
2017-04-02Review fixes.Jussi Pakkanen1-1/+1
2017-04-02Proxy object for overriding options transparently.Jussi Pakkanen1-1/+21
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen1-8/+8
2017-04-02Use relative object file name for unity files everywhere.Jussi Pakkanen1-7/+9
2017-04-02Create unity files with the VS backend.Jussi Pakkanen1-3/+11
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan1-0/+9
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan1-3/+5
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan1-3/+5
2017-03-03Nuke dead code which was used for installing PDB filesNirbheek Chauhan1-6/+0
2017-02-27Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen1-1/+2
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen1-43/+13
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