aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-02backends: Try guessing install tag for all installed filesXavier Claessens1-3/+11
2022-10-23vs backend: Add support for CompileTargetXavier Claessens1-0/+27
2022-10-23Add cc.preprocess() method for c-like compilersXavier Claessens1-0/+2
2022-10-09run wrapped-due-to-env commands on unix via the env programEli Schwartz1-1/+18
2022-10-03pylint: enable unnecessary-lambdaDylan Baker1-1/+1
2022-09-28Move classes used by scripts to their own moduleXavier Claessens1-22/+2
2022-09-28Automatically tag systemtap filesXavier Claessens1-0/+2
2022-09-28Automaticall tag installed testsXavier Claessens1-0/+2
2022-09-27compilers: Cleanup a bit languages/suffixes listsXavier Claessens1-1/+1
2022-09-19pylint: enable consider-using-inDylan Baker1-1/+1
2022-09-11backends: limit maximum path of generated filenamesEli Schwartz1-1/+9
2022-09-06Fix install_subdirs not showing up in intro-install_plan.jsonThomas Li1-1/+3
2022-08-26Fix purely white space issues reported by flake8Alf Henrik Sauge1-1/+1
2022-08-24backend/ninja: properly track objects extracted from fortran sourcesDylan Baker1-9/+14
2022-08-22introspection: untangle install_plan implemetation, fix a bunch of wrong onesEli Schwartz1-10/+12
2022-08-18build: Add a Union alias for all build targetsDylan Baker1-1/+1
2022-07-15backends: Remove /Zi arg if requested to use /Z7Christian Wendt1-5/+5
2022-06-14backend: always use the same code to compute the files in ExtractedObjectsPaolo Bonzini1-7/+7
2022-06-14take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini1-5/+1
2022-06-13ninja backend: generate additional meta-rules for test/benchmarks targetsEli Schwartz1-4/+7
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-3/+3
2022-06-10flake8: remove no longer used importsEli Schwartz1-1/+0
2022-06-09intro-install_plan: fix destinations for build_targets with custom install_dirEli Schwartz1-13/+11
2022-06-08build: Fix annotations for CustomTargetDylan Baker1-0/+4
2022-06-01backends: work around some mypy limitations and fix spotted bugsDylan Baker1-15/+21
2022-05-06devenv: Set WINEPATH when cross compiling for WindowsXavier Claessens1-6/+12
2022-03-31allow RunTarget to skip wrapping due to envEli Schwartz1-5/+6
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 Claessens1-24/+11
2022-03-22OptionOverrideProxy: Handle per-subproject optionsXavier Claessens1-8/+5
2022-03-22backends: Stop separating base and compiler optionsXavier Claessens1-11/+5
2022-03-14mtest: fix logic bug that broke tests where the cmd is a Windows found programEli Schwartz1-0/+2
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-07Fix default install tag for shared lib symlinksXavier Claessens1-7/+12
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-02Merge pull request #9834 from bonzini/test-verbose-kwargJussi Pakkanen1-1/+3
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-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan1-7/+7
2022-01-18build: Fix return types of a couple of methodsDylan Baker1-1/+1
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