aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-124/+6
2023-06-26fix regression in handling output overwriting for ar-like linkersEli Schwartz1-0/+2
2023-04-24Initial support for Metrowerks C/C++ compilerNomura1-0/+12
2022-10-13linkers: Add missing mold entries to __init__Tatsuyuki Ishi1-0/+2
2022-07-25linkers: Add a representation for the Apple AR LinkerDylan Baker1-0/+2
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey1-0/+4
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross1-0/+2
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-0/+11
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger1-0/+115