summaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/detect.py
AgeCommit message (Expand)Author
2025-11-19linkers: Store a reference to the Environment in the DynamicLinkerDylan Baker
2025-11-14Add `os2_emxomf' option to generate OMF files on OS/2KO Myung-Hun
2025-11-14Add OS2 dynamic linker supportKO Myung-Hun
2025-07-10compilers: move CFLAGS/CXXFLAGS handling to EnvironmentPaolo Bonzini
2025-07-03Update linker detection for ELDKushal Pal
2025-06-05Add eld as default linker for Qualcomm Hexagon compilerKushal Pal
2025-04-16linkers: pass system to DynamicLinker.__init__ for Darwin linkersPaolo Bonzini
2024-09-27linkers: Fix linker detection with clang on SolarisAlan Coopersmith
2024-09-24linkers: basic support for the 'zig cc' linkerAndrei Alexeyev
2024-08-07linkers: Fix RSP syntax for linkers invoked with clangKacper Michajłow
2024-07-04linkers: Loosen the check for GNU interface style in LLD for WindowsMartin Storsjö
2024-05-19pylint: fix false positive for missing else branchEli Schwartz
2024-05-15Merge pull request #11421 from mon/ti-armclangJussi Pakkanen
2024-03-13Basic support for TI ARM-CLANG toolchainWilliam Toohey
2024-02-25compilers: Forward Meson's preference of lld-link to clang-clL. E. Segovia
2024-01-18linkers_detect: detect xtools (Apple ld64 derivative)Fabian Groffen
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-03Handle macos linker reporting error message in pluring during detectionAndres Freund
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-07-10Fix Xcode 15 beta linker detection. Closes #11958.Jussi Pakkanen
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-06-14WIP: refactor loggable popen calls for consistencyEli Schwartz
2023-04-11fix various spelling issuesJosh Soref
2023-01-10linkers: detect ld64 as AppleDynamicLinkerjack
2022-11-24Fix various spelling errorsDavid Robillard
2022-09-19pylint: enable use-maxsplit-argDylan Baker
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz
2022-08-07linkers: detection should invoke the linker with lang_link_args onlyEli Schwartz
2022-07-31linkers: make sure the linker is actually Apple when matching failureEli Schwartz
2022-07-31linkers: include linker detection output in the debug logsEli Schwartz
2022-07-31linkers: better reporting of command failuresEli Schwartz
2022-06-13flake8: fix various whitespace nitsEli Schwartz
2022-05-29linkers: try a bit harder to autodetect the correct linker idEli Schwartz
2022-04-30linkers: Add support for mold linkerFini Jastrow
2022-03-07move a bunch of imports into TYPE_CHECKING blocksEli Schwartz
2021-10-27fix various flake8 whitespace errorsEli Schwartz
2021-10-18linkers: detect LLD when built with PACKAGE_VENDORPaolo Bonzini
2021-10-03fix typo in error message breaking newline escapeEli Schwartz
2021-10-02Improve linker detection failure error message.Jussi Pakkanen
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger