summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)Author
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens
2022-03-14mtest: fix logic bug that broke tests where the cmd is a Windows found programEli Schwartz
2022-03-09install: Add --strip optionXavier Claessens
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens
2022-02-28devenv: Do not prepend empty list to PATH and LD_LIBRARY_PATHXavier Claessens
2022-02-28backends: Cache creation of install dataXavier Claessens
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz
2022-02-16flake8: fix typoed whitespace surrounding tokensEli Schwartz
2022-02-02Merge pull request #9834 from bonzini/test-verbose-kwargJussi Pakkanen
2022-02-01minstall: stop running ldconfig for the userEli Schwartz
2022-02-01interpreter: support for forcibly verbose logging of some testsPaolo Bonzini
2022-02-01mtest: support for forcibly verbose logging of some testsPaolo Bonzini
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan
2022-01-18build: Fix return types of a couple of methodsDylan Baker
2022-01-10first pass at migrating to dataclassesEli Schwartz
2022-01-10clean up even more function signatures in preparation for dataclassesEli Schwartz
2021-12-22Don't wipe out RPATHs specified by dependenciesNirbheek Chauhan
2021-12-22Set RPATH for all non-system libs with absolute pathsNirbheek Chauhan
2021-12-11install: Don't run ldconfig on cross buildsDylan Baker
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini
2021-12-06pass all outputs of a custom_target as arguments to a testPaolo Bonzini
2021-12-06Fix performance regression in build file generationcomplexoctonion
2021-12-05rename exe_runner to exe_wrapper everywhereEli Schwartz
2021-12-01add install_symlink functionPablo Correa Gómez
2021-11-28fix BSD ldconfig handling (#9631)Eli Schwartz
2021-11-24backends/backends: recurse when looking for paths in bundled shared librariesDylan Baker
2021-11-24build|backend: Fix some type annotationsDylan Baker
2021-11-24backends/backends: fix typo in commentDylan Baker
2021-11-21Support Visual Studio 2022 backendCrend King
2021-10-29Make environment objects hash deterministically.Jussi Pakkanen
2021-10-08add install_emptydir functionEli Schwartz
2021-10-04fix extra whitespaceEli Schwartz
2021-09-24build: use an object rather than a dict for the dep_manifestDylan Baker
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens
2021-09-06mintro: add installed_planFilipe Laíns
2021-09-01run_target: do not yield broken names with subdirsEli Schwartz
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-08-21Path special casing for the Xcode backend.Jussi Pakkanen
2021-08-20backend/backends: use a TypedDict for introspection dataDylan Baker
2021-08-20backend/backends: Add type annotations to BackendDylan Baker
2021-08-20backend/backends: Add verbose to ExecutableSerialisiation initializerDylan Baker
2021-08-20backend/backends: Add type annotations to ExecutableSerilalisationDylan Baker
2021-08-20backend/backends: Add type annotations to SubdirInstallDataDylan Baker
2021-08-20backend/backends: Add type annotations to TargetInstallDataDylan Baker
2021-08-20backend/backends: Add type annotations to CleanTreesDylan Baker
2021-08-20backend/backends: add type annotations to RegenInfoDylan Baker
2021-08-20backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker
2021-08-20backends: move method from ninjabackend to base classDylan Baker
2021-08-17Add install tagsXavier Claessens