aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2021-11-25Stop backend_startup_project from erasing the last project in a VS solutionLuke Elliott1-1/+1
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan1-1/+1
2021-11-24backends/backends: recurse when looking for paths in bundled shared librariesDylan Baker1-0/+3
2021-11-24build|backend: Fix some type annotationsDylan Baker1-7/+11
2021-11-24backends/backends: fix typo in commentDylan Baker1-1/+1
2021-11-21Support Visual Studio 2022 backendCrend King3-0/+64
2021-11-21Run pylintGustavoLCR1-28/+36
2021-11-21Fix vs backend cross compilation regressionGustavoLCR1-6/+15
2021-11-15valac dependencies: use the canonical list of vala source namesEli Schwartz1-1/+1
2021-11-02Move language standard in separate method within vsbackendMoroz Oleg3-9/+24
2021-11-02Fixes .vcxproj for vs2017 vs2019Олег Мороз1-0/+9
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz2-12/+11
2021-11-01fix typoed vs backend tokenEli Schwartz1-1/+1
2021-11-01coverage generator: obey the documentation and only generate supported outputsEli Schwartz1-26/+34
2021-10-29Fix version requirement on Ninja feature.Jussi Pakkanen1-1/+1
2021-10-29Make environment objects hash deterministically.Jussi Pakkanen1-3/+8
2021-10-27fix various flake8 whitespace errorsEli Schwartz2-8/+8
2021-10-10Add --vsenv command line option and active VS only when neededXavier Claessens1-2/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-10ar linker: generate thin archives for uninstalled static librariesEli Schwartz1-1/+1
2021-10-10Merge pull request #9373 from anarazel/vs-build-speedJussi Pakkanen1-170/+69
2021-10-08add install_emptydir functionEli Schwartz1-0/+15
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-04fix extra whitespaceEli Schwartz3-7/+0
2021-10-04remove useless variables that are no longer or were never usedEli Schwartz2-2/+0
2021-10-01rust: dependencies need to cause a rebuild/relink not just reorderDylan Baker1-1/+6
2021-09-30Make custom_target() name argument optionalXavier Claessens1-1/+2
2021-09-24ninjabackend: Rust use Backend.generate_basic_compiler_argsDylan Baker1-9/+1
2021-09-24Merge pull request #9167 from dcbaker/submit/meson-main-type-checkingJussi Pakkanen1-1/+2
2021-09-24Add option to to transpile Cython to C++Dylan Baker1-2/+4
2021-09-24build: use an object rather than a dict for the dep_manifestDylan Baker1-1/+2
2021-09-22Merge pull request #9274 from anarazel/fix-vs-static-generatedJussi Pakkanen1-0/+3
2021-09-20ninjabackend/vs: handle builddir on different drive from cwdRyan Kuester1-1/+7
2021-09-20backends/vs: Set ObjectFileName for generated sources.Andres Freund1-0/+3
2021-09-20backend/ninja: add generated sources to depscan order depsDylan Baker1-2/+6
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens1-1/+1
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-1/+1
2021-09-14fix untested codepath? add:item() is surely a typo, not a real functionEli Schwartz1-1/+1
2021-09-14backends/vs: Do not emit dummy command for alias_command().Andres Freund1-11/+19
2021-09-06mintro: add installed_planFilipe Laíns1-28/+48
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz1-1/+4
2021-08-31pyllint: enable consider-user-enumerateDylan Baker3-10/+4
2021-08-31pylint: turn on superflous-parensDylan Baker4-29/+29
2021-08-31pylint: enable consider-iterating-dictionaryDylan Baker1-1/+1
2021-08-28Delete old outputs that are no longer in the Ninja file.Jussi Pakkanen1-0/+1
2021-08-21Fix duplicated frameworks in the Xcode backend.Jussi Pakkanen1-1/+7