aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/islinker.py
AgeCommit message (Expand)AuthorFilesLines
2021-07-14linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini1-2/+1
2021-07-05condense linesEli Schwartz1-6/+3
2021-07-05simplify mesonlib imports for the sake of line lengthsEli Schwartz1-7/+7
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-2/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-2/+2
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker1-1/+1
2021-01-04use OptionKey for compiler_optionsDylan Baker1-3/+3
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen1-1/+1
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen1-1/+1
2020-10-01compilers/cs: Add type annotationsDylan Baker1-2/+1
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-7/+10
2020-09-24compilers/mixins/islinker: Make type safeDylan Baker1-0/+4
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan1-3/+0
2020-05-16Let .pc files specify rpath.Dan Kegel1-2/+2
2020-03-23Fix legacy env var support with crossJohn Ericson1-12/+0
2020-02-27compilers/mixins/islinker: Add stubs for thread_*_flagsDylan Baker1-0/+6
2020-02-27compilers/mixins/islinker: Add missing methodDylan Baker1-0/+3
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-26/+26
2019-10-14Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_asneeded_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev1-0/+3
2019-10-14Fix misnamed method in BasicLinkerIsCompilerMixinAndrei Alexeyev1-1/+1
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-2/+1
2019-08-14compilers/mixins: Add a module for mixins for compilers that are linkersDylan Baker1-0/+124