summaryrefslogtreecommitdiff
path: root/mesonbuild/linkers/__init__.py
AgeCommit message (Expand)Author
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-06-26fix regression in handling output overwriting for ar-like linkersEli Schwartz
2023-04-24Initial support for Metrowerks C/C++ compilerNomura
2022-10-13linkers: Add missing mold entries to __init__Tatsuyuki Ishi
2022-07-25linkers: Add a representation for the Apple AR LinkerDylan Baker
2022-02-02Genericise TI compiler and add MSP430 supportWilliam Toohey
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger