aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-15Add 'meson.build' to VS project files.John Preston1-1/+4
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen1-2/+2
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen1-1/+26
2018-08-07Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke1-1/+1
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen1-1/+2
2018-07-22Added install target to VS. Closes #3841.Jussi Pakkanen1-0/+77
2018-07-09cross: Be more permissive about not-found exe_wrapperNirbheek Chauhan1-1/+2
2018-06-10Visual Studio: Implement startup projectNiklas Claesson1-2/+11
2018-06-06Move <lang>_args to coredata.compiler_optionsXavier Claessens1-4/+5
2018-06-06Add a new option for building with Apple bitcode supportNirbheek Chauhan1-1/+2
2018-04-26Merge pull request #3372 from NickeZ/vs-sol-foldersJussi Pakkanen1-20/+68
2018-04-18Fix using object extracted from a unity buildXavier Claessens1-1/+1
2018-04-17Use visual studio solution directoriesNiklas Claesson1-17/+65
2018-04-17Fix vs flat layout bugNiklas Claesson1-4/+4
2018-04-17Merge pull request #1852 from QuLogic/openmpJussi Pakkanen1-3/+12
2018-04-17Open build files with utf-8Nirbheek Chauhan1-3/+3