aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
2022-05-06devenv: Set WINEPATH when cross compiling for WindowsXavier Claessens1-6/+12
2022-05-06Add some scaffolding needed for C++ modules in GCC.Jussi Pakkanen1-0/+2
2022-04-14Fix typo in commentBen Brown1-1/+1
2022-03-31allow RunTarget to skip wrapping due to envEli Schwartz2-8/+10
2022-03-31Handle same Framework multiple times in Xcode.Jussi Pakkanen1-2/+4
2022-03-31Handle feed and capture in xcodebackend.Jussi Pakkanen1-1/+2
2022-03-30Fix typos in Xcode backend.Jussi Pakkanen1-3/+3
2022-03-29Target: Stop passing environment in method argsXavier Claessens1-3/+3
2022-03-29Replace backend.get_option_for_target() with target.get_option()Xavier Claessens4-51/+36
2022-03-23Add support for cython_argsTristan Partin1-0/+1
2022-03-23ninja backend: do not fatally error on compdb failureEli Schwartz1-1/+1
2022-03-22OptionOverrideProxy: Handle per-subproject optionsXavier Claessens1-8/+5
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens4-19/+13
2022-03-22Add ability to add resources to jarsTristan Partin1-5/+9
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker1-4/+11
2022-03-18structured_sources: fix subdir handlingDylan Baker1-6/+2
2022-03-14mtest: fix logic bug that broke tests where the cmd is a Windows found programEli Schwartz1-0/+2
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen1-0/+55
2022-03-09install: Add --strip optionXavier Claessens1-2/+4
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-2/+2
2022-03-07backends/ninja: Add support for structured sources with rustDylan Baker1-0/+43
2022-03-07backend/ninja: add rules to copy files to the build dirDylan Baker1-0/+12
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens2-9/+13
2022-02-28devenv: Do not prepend empty list to PATH and LD_LIBRARY_PATHXavier Claessens1-7/+9
2022-02-28backends: Cache creation of install dataXavier Claessens1-0/+1
2022-02-16flake8: fix various whitespace errors with badly aligned codeEli Schwartz1-1/+1
2022-02-16flake8: fix typoed whitespace surrounding tokensEli Schwartz1-1/+1
2022-02-14shared module: Allow linking on AndroidNirbheek Chauhan1-1/+1
2022-02-10ninjabackend: fix rust program names with dashesAlyssa Ross1-1/+2
2022-02-02Merge pull request #9834 from bonzini/test-verbose-kwargJussi Pakkanen1-1/+3
2022-02-02ninjabackend: treat link_whole_targets like link_targets for Rust targetsZach Reizner1-2/+5
2022-02-01minstall: stop running ldconfig for the userEli Schwartz1-3/+1
2022-02-01interpreter: support for forcibly verbose logging of some testsPaolo Bonzini1-1/+1
2022-02-01mtest: support for forcibly verbose logging of some testsPaolo Bonzini1-1/+3
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