summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
Commit message (Expand)AuthorAgeFilesLines
* allow passing a CustomTargetIndex as argument to a testPaolo Bonzini2021-12-061-3/+5
* pass all outputs of a custom_target as arguments to a testPaolo Bonzini2021-12-061-12/+19
* Fix performance regression in build file generationcomplexoctonion2021-12-061-1/+2
* rename exe_runner to exe_wrapper everywhereEli Schwartz2021-12-051-3/+3
* add install_symlink functionPablo Correa Gómez2021-12-011-0/+20
* fix BSD ldconfig handling (#9631)Eli Schwartz2021-11-281-1/+3
* backends/backends: recurse when looking for paths in bundled shared librariesDylan Baker2021-11-241-0/+3
* build|backend: Fix some type annotationsDylan Baker2021-11-241-7/+11
* backends/backends: fix typo in commentDylan Baker2021-11-241-1/+1
* Support Visual Studio 2022 backendCrend King2021-11-211-0/+3
* Make environment objects hash deterministically.Jussi Pakkanen2021-10-291-3/+8
* add install_emptydir functionEli Schwartz2021-10-081-0/+15
* fix extra whitespaceEli Schwartz2021-10-041-1/+0
* build: use an object rather than a dict for the dep_manifestDylan Baker2021-09-241-1/+2
* Fix ignored install_tag kwarg in install_subdir()Xavier Claessens2021-09-161-1/+1
* mintro: add installed_planFilipe Laíns2021-09-061-28/+48
* run_target: do not yield broken names with subdirsEli Schwartz2021-09-011-1/+4
* pylint: turn on superflous-parensDylan Baker2021-08-311-7/+7
* Path special casing for the Xcode backend.Jussi Pakkanen2021-08-211-1/+5
* backend/backends: use a TypedDict for introspection dataDylan Baker2021-08-201-1/+11
* backend/backends: Add type annotations to BackendDylan Baker2021-08-201-147/+223
* backend/backends: Add verbose to ExecutableSerialisiation initializerDylan Baker2021-08-201-1/+2
* backend/backends: Add type annotations to ExecutableSerilalisationDylan Baker2021-08-201-3/+12
* backend/backends: Add type annotations to SubdirInstallDataDylan Baker2021-08-201-1/+2
* backend/backends: Add type annotations to TargetInstallDataDylan Baker2021-08-201-3/+6
* backend/backends: Add type annotations to CleanTreesDylan Baker2021-08-201-1/+1
* backend/backends: add type annotations to RegenInfoDylan Baker2021-08-201-1/+1
* backends: remove unused name parameter from as_meson_exe_cmdlineDylan Baker2021-08-201-1/+1
* backends: move method from ninjabackend to base classDylan Baker2021-08-201-3/+8
* Add install tagsXavier Claessens2021-08-171-20/+60
* Add feed arg to custom_target()Simon Ser2021-06-291-11/+21
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-3/+3
* build: fix object path for vs backendDenis Fortin2021-06-281-1/+8
* Split compiler detection from EnvironmentDaniel Mensinger2021-06-251-2/+2
* Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen2021-06-231-4/+6
|\
| * install_*: FileMode doesn't need to be NoneDylan Baker2021-06-221-3/+0
| * backend: Headers.install_subdir is allowed to be NoneDylan Baker2021-06-221-1/+6
* | Add Visual Studio 2012/2013 backends (#8803)fanc9992021-06-221-0/+6
|/
* holders: remove unholderDaniel Mensinger2021-06-181-9/+9
* backends: fix TestSerialisation.suite annotationsDylan Baker2021-06-141-1/+1
* condense linesEli Schwartz2021-06-071-4/+2
* more f-strings everywhereEli Schwartz2021-06-071-11/+11
* use an immutable list for an lru_cached functionsDylan Baker2021-06-021-6/+6
* Add swift executable support in Xcode.Jussi Pakkanen2021-05-231-0/+6
* backends: use a set for processed targets instead of a dictDylan Baker2021-05-191-1/+1
* introspection: export all sources for custom targetsJason Francis2021-04-261-0/+2
* Xcode: make Swift projects work.Jussi Pakkanen2021-04-251-0/+6
* Xcode: put all include dirs via a property rather than a cmd line arg.Jussi Pakkanen2021-04-211-2/+6
* Xcode: regenerato project file when build conf changes.Jussi Pakkanen2021-04-191-0/+16
* Xcode: fix running commands that lie in the build root dir.Jussi Pakkanen2021-04-181-1/+1