aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers
AgeCommit message (Expand)AuthorFilesLines
2021-07-18Cuda: Fix linking with shared versioned internal libsDavid Seifert1-2/+6
2021-07-18Merge pull request #8996 from bonzini/fix8746Jussi Pakkanen1-24/+11
2021-07-17Update linkers.pyIan Harvey1-0/+6
2021-07-14linkers: remove is_shared_module argument to get_soname_argsPaolo Bonzini1-22/+11
2021-07-14do not add SONAME to shared modulesPaolo Bonzini1-2/+0
2021-07-05condense linesEli Schwartz1-6/+3
2021-07-05simplify mesonlib imports for the sake of line lengthsEli Schwartz1-11/+12
2021-07-05more f-strings too complex to be caught by pyupgradeEli Schwartz1-4/+4
2021-07-01C2000: linker uses now binary setting defined within the cross-filemiebka1-2/+2
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger2-0/+227
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger2-0/+1544