aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/detect.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-2/+2
2023-07-10Fix Xcode 15 beta linker detection. Closes #11958.Jussi Pakkanen1-1/+1
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-29/+17
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz1-16/+4
2023-04-11fix various spelling issuesJosh Soref1-1/+1
2023-01-10linkers: detect ld64 as AppleDynamicLinkerjack1-6/+23
2022-11-24Fix various spelling errorsDavid Robillard1-1/+1
2022-09-19pylint: enable use-maxsplit-argDylan Baker1-3/+3
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz1-1/+3
2022-08-07linkers: detection should invoke the linker with lang_link_args onlyEli Schwartz1-3/+3
2022-07-31linkers: make sure the linker is actually Apple when matching failureEli Schwartz1-5/+11
2022-07-31linkers: include linker detection output in the debug logsEli Schwartz1-1/+8
2022-07-31linkers: better reporting of command failuresEli Schwartz1-3/+3
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-04-30linkers: Add support for mold linkerFini Jastrow1-5/+9
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-3/+5
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-5/+5
2021-10-18linkers: detect LLD when built with PACKAGE_VENDORPaolo Bonzini1-3/+3
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-06-25Split compiler detection from EnvironmentDaniel Mensinger1-0/+216