summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/islinker.py
Commit message (Expand)AuthorAgeFilesLines
* linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini2021-07-141-2/+1
* condense linesEli Schwartz2021-07-051-6/+3
* simplify mesonlib imports for the sake of line lengthsEli Schwartz2021-07-051-7/+7
* more f-strings too complex to be caught by pyupgradeEli Schwartz2021-07-051-2/+2
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-2/+2
* compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker2021-02-171-1/+1
* use OptionKey for compiler_optionsDylan Baker2021-01-041-3/+3
* Revert "Add thinlto support. Closes #7493."Jussi Pakkanen2020-11-171-1/+1
* Add thinlto support. Closes #7493.Jussi Pakkanen2020-11-081-1/+1
* compilers/cs: Add type annotationsDylan Baker2020-10-011-2/+1
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-7/+10
* compilers/mixins/islinker: Make type safeDylan Baker2020-09-241-0/+4
* Fix native builds on Windows ARM64 machinesNirbheek Chauhan2020-07-131-3/+0
* Let .pc files specify rpath.Dan Kegel2020-05-161-2/+2
* Fix legacy env var support with crossJohn Ericson2020-03-231-12/+0
* compilers/mixins/islinker: Add stubs for thread_*_flagsDylan Baker2020-02-271-0/+6
* compilers/mixins/islinker: Add missing methodDylan Baker2020-02-271-0/+3
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-26/+26
* Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-0/+3
* Implement get_asneeded_args in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-0/+3
* Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-0/+3
* Fix misnamed method in BasicLinkerIsCompilerMixinAndrei Alexeyev2019-10-141-1/+1
* mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy2019-09-051-2/+1
* compilers/mixins: Add a module for mixins for compilers that are linkersDylan Baker2019-08-141-0/+124