aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-20use real pathlib moduleDylan Baker1-1/+1
2020-10-14vs: add static_from_buildtype to b_vscrtPeter Harris1-0/+7
2020-10-07Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen1-2/+7
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-2/+2
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen1-7/+7
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili VÀinölÀ1-10/+20
2020-09-20Improve description of meson wrapped custom commandsJon Turney1-7/+7
2020-09-17backends: Treat build target as generator only when it's the first argNirbheek Chauhan1-1/+1
2020-09-13Remove redudant checks in vs2010 backendVili VÀinölÀ1-6/+3
2020-09-13Add VS include directories to projects as wellVili VÀinölÀ1-2/+3
2020-09-08typing: more fixesDaniel Mensinger1-2/+2
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-5/+4
2020-06-22compilers: Split CompilerArgs into a separate moduleDylan Baker1-1/+1
2020-06-15Add exception handling to be also written to the VS project xmlVili VÀinölÀ1-0/+12
2020-06-06backend/vs: Fix OpenMP supportPeter Harris1-17/+17
2020-05-19Build private directory name from output file name.Jussi Pakkanen1-0/+3
2020-05-14backend/vs: Fix b_vscrt=from_buildtype for debugoptimizedPeter Harris1-2/+2
2020-05-04Fix incremental debug builds in VSGustavoLCR1-1/+2
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