aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-21Fix multiple generators in target in Xcode.Jussi Pakkanen1-2/+2
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen2-2/+10
2021-08-21Handle .C extension in Xcode.Jussi Pakkanen1-1/+4
2021-08-20backend/backends: use a TypedDict for introspection dataDylan Baker1-1/+11
2021-08-20backend/backends: Add type annotations to BackendDylan Baker1-147/+223
2021-08-20backend/backends: Add verbose to ExecutableSerialisiation initializerDylan Baker1-1/+2
2021-08-20backend/backends: Add type annotations to ExecutableSerilalisationDylan Baker1-3/+12
2021-08-20backend/backends: Add type annotations to SubdirInstallDataDylan Baker1-1/+2
2021-08-20backend/backends: Add type annotations to TargetInstallDataDylan Baker1-3/+6
2021-08-20backend/backends: Add type annotations to CleanTreesDylan Baker1-1/+1
2021-08-20backend/backends: add type annotations to RegenInfoDylan Baker1-1/+1
2021-08-20backends/xcode: remove unused compiler parameter from escape_extra_argsDylan Baker1-2/+1
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker4-10/+7
2021-08-20ninjabackend: add missing type annotationDylan Baker1-1/+1