aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
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
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