aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2022-02-01minstall: stop running ldconfig for the userEli Schwartz1-3/+1
2022-02-01backends/ninja: generate symlink aliases for rust/cs/swift libraries tooEli Schwartz1-1/+3
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan1-7/+7
2022-01-27flake8: fix wonky comment styleEli Schwartz1-1/+1
2022-01-18build: Fix return types of a couple of methodsDylan Baker1-1/+1
2022-01-12ninja backend: Fix custom_target() console: kwarg when using envDeclan Qian1-1/+2
2022-01-10first pass at migrating to dataclassesEli Schwartz1-111/+96
2022-01-10clean up even more function signatures in preparation for dataclassesEli Schwartz1-2/+2
2021-12-22Don't wipe out RPATHs specified by dependenciesNirbheek Chauhan1-1/+7
2021-12-22Set RPATH for all non-system libs with absolute pathsNirbheek Chauhan1-28/+27
2021-12-11install: Don't run ldconfig on cross buildsDylan Baker1-2/+5
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini1-3/+5
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini1-12/+19
2021-12-06Fix performance regression in build file generationcomplexoctonion1-1/+2
2021-12-05rename exe_runner to exe_wrapper everywhereEli Schwartz1-3/+3
2021-12-01add install_symlink functionPablo Correa Gómez1-0/+20
2021-11-28fix BSD ldconfig handling (#9631)Eli Schwartz1-1/+3
2021-11-27Fix '# Visual Studio <>' comment in sln files with VS backendLuke Elliott7-5/+20
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