index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
linkers
/
detect.py
Age
Commit message (
Expand
)
Author
2025-11-19
linkers: Store a reference to the Environment in the DynamicLinker
Dylan Baker
2025-11-14
Add `os2_emxomf' option to generate OMF files on OS/2
KO Myung-Hun
2025-11-14
Add OS2 dynamic linker support
KO Myung-Hun
2025-07-10
compilers: move CFLAGS/CXXFLAGS handling to Environment
Paolo Bonzini
2025-07-03
Update linker detection for ELD
Kushal Pal
2025-06-05
Add eld as default linker for Qualcomm Hexagon compiler
Kushal Pal
2025-04-16
linkers: pass system to DynamicLinker.__init__ for Darwin linkers
Paolo Bonzini
2024-09-27
linkers: Fix linker detection with clang on Solaris
Alan Coopersmith
2024-09-24
linkers: basic support for the 'zig cc' linker
Andrei Alexeyev
2024-08-07
linkers: Fix RSP syntax for linkers invoked with clang
Kacper Michajłow
2024-07-04
linkers: Loosen the check for GNU interface style in LLD for Windows
Martin Storsjö
2024-05-19
pylint: fix false positive for missing else branch
Eli Schwartz
2024-05-15
Merge pull request #11421 from mon/ti-armclang
Jussi Pakkanen
2024-03-13
Basic support for TI ARM-CLANG toolchain
William Toohey
2024-02-25
compilers: Forward Meson's preference of lld-link to clang-cl
L. E. Segovia
2024-01-18
linkers_detect: detect xtools (Apple ld64 derivative)
Fabian Groffen
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-03
Handle macos linker reporting error message in pluring during detection
Andres Freund
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-07-10
Fix Xcode 15 beta linker detection. Closes #11958.
Jussi Pakkanen
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-01-10
linkers: detect ld64 as AppleDynamicLinker
jack
2022-11-24
Fix various spelling errors
David Robillard
2022-09-19
pylint: enable use-maxsplit-arg
Dylan Baker
2022-08-24
fix linker regression for compilers that don't accept LDFLAGS directly
Eli Schwartz
2022-08-07
linkers: detection should invoke the linker with lang_link_args only
Eli Schwartz
2022-07-31
linkers: make sure the linker is actually Apple when matching failure
Eli Schwartz
2022-07-31
linkers: include linker detection output in the debug logs
Eli Schwartz
2022-07-31
linkers: better reporting of command failures
Eli Schwartz
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-05-29
linkers: try a bit harder to autodetect the correct linker id
Eli Schwartz
2022-04-30
linkers: Add support for mold linker
Fini Jastrow
2022-03-07
move a bunch of imports into TYPE_CHECKING blocks
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-18
linkers: detect LLD when built with PACKAGE_VENDOR
Paolo Bonzini
2021-10-03
fix typo in error message breaking newline escape
Eli Schwartz
2021-10-02
Improve linker detection failure error message.
Jussi Pakkanen
2021-06-25
Split compiler detection from Environment
Daniel Mensinger