aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-24backend/vs: Fix build when not all languages have pchPeter Harris1-10/+4
2020-04-20Compiler options per langJohn Ericson1-7/+11
2020-04-11Handle BuildTarget as custom_target() argument #6914Marc-André Lureau1-1/+1
2020-04-10Fixes meson bug to allow arm64 buildJesse Natalie1-1/+5
2020-04-04backend/vs: Fix link of wmain / wWinMain based appsPeter Harris1-5/+0
2020-04-03backend/vs: Fix debug information and runtime checksPeter Harris1-6/+6
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger1-9/+10
2020-01-22vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan1-0/+4
2019-11-30Prevent the presence of duplicated items in .vcxproj filesLuca Bacci1-22/+43
2019-07-19backends: choose whether to serialize in as_meson_exe_cmdlinePaolo Bonzini1-6/+7
2019-07-19vs2010backend: always serialize executables for generatorsPaolo Bonzini1-12/+14
2019-07-19backends: hide meson --internal exe cmdline from backendsPaolo Bonzini1-9/+7
2019-07-10vs backend: commandrunner.py takes source dir firstXavier Claessens1-1/+1
2019-07-10Add alias_target() functionXavier Claessens1-1/+6
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-14/+10
2019-06-08Moved RuntimeLibrary property to ItemDefinitionGroup/ClCompilefilippocrocchini1-9/+10
2019-05-02Merge pull request #5311 from mensinda/flake8PluginsJussi Pakkanen1-3/+3
2019-04-29Added special handling of CustomTargetIndex in VS backendTheQwertiest1-1/+5
2019-04-29Added custom_target[i] support for link_with and link_wholeTheQwertiest1-2/+8
2019-04-29Fixed unnecessary .items()Daniel Mensinger1-3/+3
2019-04-29Fix unused variables warningsDaniel Mensinger1-1/+1
2019-04-16vs2010backend: emit dependencies for generatorsPaolo Bonzini1-0/+3
2019-04-16vs2010backend: fix flake8 issuePaolo Bonzini1-1/+0
2019-04-16Add VS2019 backend CI and docs.Anton Kochkov1-1/+1
2019-04-10Add support for VS2019. Closes #4640.Jussi Pakkanen1-0/+4
2019-03-02Move the optimization options in the compiler configSteve Lhomme1-22/+21
2019-03-01auto generate msvc pch source file if none is provided by the userNicolas Schneider1-8/+19
2019-02-24vs: add support for `build_always_stale` for custom targetsNicolas Schneider1-4/+14
2019-02-21vs: use CustomBuild instead of CustomBuildStep for custom targetsNicolas Schneider1-5/+2
2019-02-16Merge pull request #4917 from nioncode/vs-fixTargetDependenciesJussi Pakkanen1-10/+26
2019-02-15Remove remaining cross-specific compiler-args codeJohn Ericson1-13/+10
2019-02-13vs: link dependencies of link_whole targetsNicolas Schneider1-6/+15
2019-02-13vs: do not automatically link dependenciesNicolas Schneider1-0/+4
2019-02-13vs: use project references in vcxproj instead of the sln fileNicolas Schneider1-8/+11
2019-02-12vs: refactor regen target creationNicolas Schneider1-28/+16
2019-02-12vs: always consider run, install, and test targets out-of-dateNicolas Schneider1-26/+23
2019-02-12vs: remove regen project dependency from solution fileNicolas Schneider1-2/+0
2019-02-12vs: add reconfigure checks for each targetNicolas Schneider1-3/+9
2019-02-04Merge pull request #4626 from Ericson2314/consolidate-propertiesJussi Pakkanen1-9/+17
2019-02-04vs: add PCH headers to projectNicolas Schneider1-1/+4
2019-02-02Never access environment.properties downstreamJohn Ericson1-9/+17
2019-01-29pep8 py37Michael Hirsch, Ph.D1-16/+16
2019-01-29vs: fix PCHNicolas Schneider1-23/+28
2019-01-27vs: escape embedded quotes of run targetsNicolas Schneider1-0/+3
2019-01-02vs: respect 'b_pch' optionNicolas Schneider1-14/+15
2018-12-07Update VS files only if something changed.John Preston1-6/+14
2018-12-04Use correct environment for REGEN in VS backend.John Preston1-2/+31
2018-11-28Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen1-2/+3
2018-11-22Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen1-1/+0
2018-11-15Fix ProjectGuid values in VS projects.John Preston1-5/+5