aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/linkers.py
AgeCommit message (Expand)AuthorFilesLines
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-10ar linker: generate thin archives for uninstalled static librariesEli Schwartz1-8/+19
2021-10-10linkers: reorganize Ar linker into a base classEli Schwartz1-29/+24
2021-09-10Comments on nagfor options setup.Mat Cross1-1/+8
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross1-0/+30
2021-08-31pylint: turn on superflous-parensDylan Baker1-1/+1
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-25linkers: move linkers.py into the linkers packageDaniel Mensinger1-0/+1429