summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
Commit message (Expand)AuthorAgeFilesLines
* Visual studio: Generate vcxproj.filters files to adds filters to imitated dir...Renan Lavarec2023-05-031-0/+62
* backend/vs: Fix OpenMPSupportJosh Soref2023-04-111-2/+2
* fix various spelling issuesJosh Soref2023-04-111-1/+1
* Change "can not" to "cannot" throughout projectHiPhish2023-04-111-1/+1
* backend/vs: ensure that build dir is preferred to src dirBarnabás Pőcze2023-03-301-1/+2
* backends: simplify class setupEli Schwartz2023-03-201-1/+3
* backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker2023-01-101-4/+2
* pylint: enable the set_membership pluginDylan Baker2022-11-301-2/+2
* Fix options overrides for vsbackendDenis Fortin2022-11-101-1/+1
* vs backend: Add support for CompileTargetXavier Claessens2022-10-231-0/+19
* fix: don't set FavorSizeOrSpeed in vs backend if optimization disabled (/Od s...Luke Elliott2022-10-131-1/+2
* pylint: enable consider-merging-isinstanceDylan Baker2022-10-041-1/+1
* Add cross-compile support for Microsoft GDK platformsCaleb Cornett2022-09-291-2/+9
* compilers: Cleanup a bit languages/suffixes listsXavier Claessens2022-09-271-2/+2
* Fix including headers from another drive on VS backendVili Väinölä2022-09-201-2/+6
* pylint: enable consider-using-inDylan Baker2022-09-191-4/+4
* pylint: enable consider-using-dict-itemsDylan Baker2022-09-191-5/+4
* vs: Fix CustomBuild contents.Andres Freund2022-09-091-9/+9
* backend/ninja: properly track objects extracted from fortran sourcesDylan Baker2022-08-241-1/+1
* add missing lower() to fix msvc backend platform detectionTad Young2022-06-261-1/+1
* take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini2022-06-141-1/+1
* ninja backend: generate additional meta-rules for test/benchmarks targetsEli Schwartz2022-06-131-0/+1
* treewide: various cleanups to move imports for mypy into typechecking blocksEli Schwartz2022-06-101-1/+3
* build: Store depends in GeneratedList instead of GeneratorDylan Baker2022-06-081-2/+6
* backend/vs: "fix" handling of CustomTarget dependenciesDylan Baker2022-06-081-3/+6
* Fix that VS backend respects "console" keyword in custom_targetVili Väinölä2022-05-311-1/+2
* Replace backend.get_option_for_target() with target.get_option()Xavier Claessens2022-03-291-3/+3
* backends: Stop separating base and compiler optionsXavier Claessens2022-03-221-1/+1
* 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