aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers
AgeCommit message (Expand)AuthorFilesLines
2022-06-13flake8: fix various whitespace nitsEli Schwartz1-1/+1
2022-05-29linkers: try a bit harder to autodetect the correct linker idEli Schwartz1-2/+4
2022-05-18Fix --allow-shlib-undefined for LLVM versions > 9Tristan Partin1-1/+2
2022-05-10linkers/MinGW: Allow `efi_application` value for `win_subsystem`Lens1-7/+25
2022-04-30linkers: Add support for mold linkerFini Jastrow2-6/+15
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-3/+5
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-1/+1
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey2-7/+21
2021-12-30fix type annotations for compiler toolchain rpathsEli Schwartz1-12/+12
2021-10-27Changing xc16's linker from 'xc16-gcc.exe' to 'xc16-gcc'. Windows willgeorgev931-2/+2
2021-10-27fix various flake8 whitespace errorsEli Schwartz2-6/+6
2021-10-18linkers: detect LLD when built with PACKAGE_VENDORPaolo Bonzini1-3/+3
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-10-03fix typo in error message breaking newline escapeEli Schwartz1-1/+1
2021-10-02Improve linker detection failure error message.Jussi Pakkanen1-3/+5
2021-09-10Comments on nagfor options setup.Mat Cross1-1/+8
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross2-0/+32
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-25Split compiler detection from EnvironmentDaniel Mensinger2-0/+227
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger2-0/+1544