aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-21Fix cross environment pollution.Ole André Vadla RavnÄs1-8/+10
2017-05-09vs: surround project guid with '{}'Nicolas Schneider1-4/+4
2017-05-08Add support for @CURRENT_SOURCE_DIR@ in generator argumentsAlberto Aguirre1-0/+2
2017-05-04Use American English - 'ise' -> 'ize' where applicablePeter Hutterer1-2/+2
2017-05-04Store extra_files as file objects. Helps with #1686.Jussi Pakkanen1-1/+1
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-1/+1
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen1-1/+1
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen1-0/+4
2017-04-10vs: Fix depend_files support in custom targetsNirbheek Chauhan1-1/+2
2017-04-10vs: Pretty-print all vcxproj outputNirbheek Chauhan1-24/+12
2017-04-09vs: Pass absolute path of files to run_targetNirbheek Chauhan1-0/+3
2017-04-08Fix link whole on VS backend.Jussi Pakkanen1-0/+4
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen1-7/+6
2017-04-02Review fixes.Jussi Pakkanen1-1/+1
2017-04-02Use get_option_for_target for builtins where sensible.Jussi Pakkanen1-3/+3
2017-04-02Use relative object file name for unity files everywhere.Jussi Pakkanen1-1/+1
2017-04-02Create unity files with the VS backend.Jussi Pakkanen1-0/+2
2017-03-28modules: Start using @SOURCE_ROOT@ and @BUILD_ROOT@Nirbheek Chauhan1-1/+5
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan1-7/+6
2017-03-26vs: Fix custom target generated object pathsNirbheek Chauhan1-1/+1
2017-03-25Merge pull request #1496 from centricular/fix-internal-dep-orderJussi Pakkanen1-3/+6
2017-03-24Merge pull request #1491 from nioncode/vs2017Jussi Pakkanen1-0/+32
2017-03-23vs: Always use a wrapper for custom target commandsNirbheek Chauhan1-1/+10
2017-03-23add 'vs' backend that automatically chooses between the vs backendsNicolas Schneider1-0/+23
2017-03-23Preserve the order of internal deps in a targetNirbheek Chauhan1-3/+6
2017-03-22add vs2017 backendNicolas Schneider1-0/+9
2017-03-20vs: do not add generated objects to projectNicolas Schneider1-4/+4
2017-03-20vs: use regular quotes instead of '"' in Generator commandsNicolas Schneider1-7/+5
2017-03-20vs: support Generator outputs as CustomTarget inputsNicolas Schneider1-17/+9
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan1-1/+1
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen1-32/+56
2017-01-28vs: Add support for the 'werror' builtin optionNirbheek Chauhan1-4/+5
2017-01-28vs: Use CompilerArgs() for compile and link argsNirbheek Chauhan1-61/+117
2017-01-28vs: Fix running of tests to use mesontest.pyNirbheek Chauhan1-6/+13
2017-01-28backends: Add support for build_by_default to vs2010 backendNirbheek Chauhan1-26/+43
2017-01-27compilers: New class CompilerArgs derived from list()Nirbheek Chauhan1-3/+3
2017-01-18cleanup: Unbound local variableMike Sinkovsky1-1/+0
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-3/+3
2017-01-18cleanup: Unused local variablesMike Sinkovsky1-1/+1
2017-01-12Add support for Files passed to generators.Elliott Sales de Andrade1-1/+1
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky1-1/+1
2017-01-01style: fix E128 violationsIgor Gnatenko1-6/+6
2017-01-01style: fix E265 violationsIgor Gnatenko1-2/+2
2017-01-01style: fix E231 violationsIgor Gnatenko1-1/+1
2017-01-01style: fix E226 violationsIgor Gnatenko1-3/+3
2017-01-01style: fix E225 violationsIgor Gnatenko1-11/+11
2016-12-31Fix space before :.Jussi Pakkanen1-19/+19
2016-12-19tree-wide: remove trailing whitespacesIgor Gnatenko1-2/+2
2016-12-19tree-wide: remove unused variablesIgor Gnatenko1-1/+0
2016-12-19tree-wide: remove unused importsIgor Gnatenko1-1/+0