summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
Commit message (Expand)AuthorAgeFilesLines
* Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott2021-11-271-4/+7
* Stop backend_startup_project from erasing the last project in a VS solutionLuke Elliott2021-11-251-1/+1
* Support Visual Studio 2022 backendCrend King2021-11-211-0/+4
* Run pylintGustavoLCR2021-11-211-28/+36
* Fix vs backend cross compilation regressionGustavoLCR2021-11-211-6/+15
* Move language standard in separate method within vsbackendMoroz Oleg2021-11-021-9/+4
* Fixes .vcxproj for vs2017 vs2019Олег Мороз2021-11-021-0/+9
* various manual conversion of percent-formatted strings to f-stringsEli Schwartz2021-11-011-11/+10
* fix typoed vs backend tokenEli Schwartz2021-11-011-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-101-1/+1
* backend/vs: Parallelize compilation inside one project.Andres Freund2021-10-081-0/+1
* backend/vs: Deduplicate basic project template.Andres Freund2021-10-081-171/+61
* backend/vs: Name pch pdb files to avoid naming & lock conflicts.Andres Freund2021-10-081-0/+7
* backend/vs: Move Microsoft.Cpp.props to before ItemDefinitionGroup.Andres Freund2021-10-081-2/+3
* backend/vs: process link dependencies.Andres Freund2021-10-041-0/+10
* remove useless variables that are no longer or were never usedEli Schwartz2021-10-041-1/+0
* backends/vs: Set ObjectFileName for generated sources.Andres Freund2021-09-201-0/+3
* backends/vs: Do not emit dummy command for alias_command().Andres Freund2021-09-141-11/+19
* pyllint: enable consider-user-enumerateDylan Baker2021-08-311-2/+1
* pylint: turn on superflous-parensDylan Baker2021-08-311-1/+1
* backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker2021-08-201-3/+2
* backends/vs: add a missing annotationDylan Baker2021-08-201-1/+1
* Fix native targets for vs backend cross compilationGustavoLCR2021-08-091-10/+40
* Add feed arg to custom_target()Simon Ser2021-06-291-0/+1
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-1/+1
* Add Visual Studio 2012/2013 backends (#8803)fanc9992021-06-221-5/+35
* Visual Studio Address Sanitizer updatesPeter Harris2021-05-151-0/+10
* Xcode: regenerato project file when build conf changes.Jussi Pakkanen2021-04-191-17/+0
* VS: Disable MSBuild warnings for always-generated targetsJesse Natalie2021-04-111-2/+5
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-4/+4
* Allow custom target output to be processed by generatorsMatthias Klumpp2021-02-251-9/+17
* Fix exe wrapper detection for run targets.Jussi Pakkanen2021-02-081-1/+1
* backend: Do not check for exe wrapper twiceXavier Claessens2021-02-051-1/+1
* run_target: Add env kwargXavier Claessens2021-02-051-25/+11
* custom_target: Add env kwargXavier Claessens2021-01-271-1/+2
* Add ARM64EC as a new conceptual cpu type of arm64Ben Niu2021-01-251-1/+7
* Use a single coredata dictionary for optionsDylan Baker2021-01-041-16/+15
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-4/+4
* move OptionKey to mesonlibDylan Baker2021-01-041-2/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-6/+4
* use OptionKey for backend_optionsDylan Baker2021-01-041-1/+2
* use real pathlib moduleDylan Baker2020-11-201-1/+1
* vs: add static_from_buildtype to b_vscrtPeter Harris2020-10-141-0/+7
* Add win_subsystem kwarg. Closes #7765.Jussi Pakkanen2020-10-071-2/+7
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-2/+2
* Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen2020-09-291-7/+7
|\
| * Improve description of meson wrapped custom commandsJon Turney2020-09-201-7/+7
* | compilers/VS: fix build to use optimization and debug flagsVili Väinölä2020-09-291-10/+20
|/
* backends: Treat build target as generator only when it's the first argNirbheek Chauhan2020-09-171-1/+1
* Remove redudant checks in vs2010 backendVili Väinölä2020-09-131-6/+3