aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-10Recognise more include search path opts when populating 'NMakeIncludeSearchPa...Dan Hawson1-40/+33
2023-07-25make 'gui_app' an interpreter only conceptDylan Baker1-7/+3
2023-07-10backends: Always take options from targetXavier Claessens1-17/+15
2023-07-02genvslite: greatly simplify the implementation of non-genvslite backendsEli Schwartz1-12/+12
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP1-329/+799
2023-06-26tree-wide: reduce unneeded imports on specific Dependency implsEli Schwartz1-4/+4
2023-06-20backends/vs: add sundry type annotationsEli Schwartz1-25/+28
2023-05-21Allow generator.process(generator.process(...))Volker Weißmann1-56/+63
2023-05-03Visual studio: Generate vcxproj.filters files to adds filters to imitated dir...Renan Lavarec1-0/+62
2023-04-11backend/vs: Fix OpenMPSupportJosh Soref1-2/+2
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-03-30backend/vs: ensure that build dir is preferred to src dirBarnabás Pőcze1-1/+2
2023-03-20backends: simplify class setupEli Schwartz1-1/+3
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker1-4/+2
2022-11-30pylint: enable the set_membership pluginDylan Baker1-2/+2
2022-11-10Fix options overrides for vsbackendDenis Fortin1-1/+1
2022-10-23vs backend: Add support for CompileTargetXavier Claessens1-0/+19
2022-10-13fix: don't set FavorSizeOrSpeed in vs backend if optimization disabled (/Od s...Luke Elliott1-1/+2
2022-10-04pylint: enable consider-merging-isinstanceDylan Baker1-1/+1
2022-09-29Add cross-compile support for Microsoft GDK platformsCaleb Cornett1-2/+9
2022-09-27compilers: Cleanup a bit languages/suffixes listsXavier Claessens1-2/+2
2022-09-20Fix including headers from another drive on VS backendVili Väinölä1-2/+6
2022-09-19pylint: enable consider-using-inDylan Baker1-4/+4
2022-09-19pylint: enable consider-using-dict-itemsDylan Baker1-5/+4
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