aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-09vs: Fix CustomBuild contents.Andres Freund1-9/+9
2022-08-24backend/ninja: properly track objects extracted from fortran sourcesDylan Baker1-1/+1
2022-06-26add missing lower() to fix msvc backend platform detectionTad Young1-1/+1
2022-06-14take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini1-1/+1
2022-06-13ninja backend: generate additional meta-rules for test/benchmarks targetsEli Schwartz1-0/+1
2022-06-10treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz1-1/+3
2022-06-08build: Store depends in GeneratedList instead of GeneratorDylan Baker1-2/+6
2022-06-08backend/vs: "fix" handling of CustomTarget dependenciesDylan Baker1-3/+6
2022-05-31Fix that VS backend respects "console" keyword in custom_targetVili Väinölä1-1/+2
2022-03-29Replace backend.get_option_for_target() with target.get_option()Xavier Claessens1-3/+3
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens1-1/+1
2021-11-27Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott1-4/+7
2021-11-25Stop backend_startup_project from erasing the last project in a VS solutionLuke Elliott1-1/+1
2021-11-21Support Visual Studio 2022 backendCrend King1-0/+4
2021-11-21Run pylintGustavoLCR1-28/+36
2021-11-21Fix vs backend cross compilation regressionGustavoLCR1-6/+15
2021-11-02Move language standard in separate method within vsbackendMoroz Oleg1-9/+4
2021-11-02Fixes .vcxproj for vs2017 vs2019Олег Мороз1-0/+9
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz1-11/+10
2021-11-01fix typoed vs backend tokenEli Schwartz1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-08backend/vs: Parallelize compilation inside one project.Andres Freund1-0/+1
2021-10-08backend/vs: Deduplicate basic project template.Andres Freund1-171/+61
2021-10-08backend/vs: Name pch pdb files to avoid naming & lock conflicts.Andres Freund1-0/+7
2021-10-08backend/vs: Move Microsoft.Cpp.props to before ItemDefinitionGroup.Andres Freund1-2/+3
2021-10-04backend/vs: process link dependencies.Andres Freund1-0/+10
2021-10-04remove useless variables that are no longer or were never usedEli Schwartz1-1/+0
2021-09-20backends/vs: Set ObjectFileName for generated sources.Andres Freund1-0/+3
2021-09-14backends/vs: Do not emit dummy command for alias_command().Andres Freund1-11/+19
2021-08-31pyllint: enable consider-user-enumerateDylan Baker1-2/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker1-3/+2
2021-08-20backends/vs: add a missing annotationDylan Baker1-1/+1
2021-08-09Fix native targets for vs backend cross compilationGustavoLCR1-10/+40
2021-06-29Add feed arg to custom_target()Simon Ser1-0/+1
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger1-1/+1
2021-06-22Add Visual Studio 2012/2013 backends (#8803)fanc9991-5/+35
2021-05-15Visual Studio Address Sanitizer updatesPeter Harris1-0/+10
2021-04-19Xcode: regenerato project file when build conf changes.Jussi Pakkanen1-17/+0
2021-04-11VS: Disable MSBuild warnings for always-generated targetsJesse Natalie1-2/+5
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-4/+4
2021-02-25Allow custom target output to be processed by generatorsMatthias Klumpp1-9/+17
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen1-1/+1
2021-02-05backend: Do not check for exe wrapper twiceXavier Claessens1-1/+1
2021-02-05run_target: Add env kwargXavier Claessens1-25/+11
2021-01-27custom_target: Add env kwargXavier Claessens1-1/+2
2021-01-25Add ARM64EC as a new conceptual cpu type of arm64Ben Niu1-1/+7
2021-01-04Use a single coredata dictionary for optionsDylan Baker1-16/+15
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-4/+4
2021-01-04move OptionKey to mesonlibDylan Baker1-2/+1