aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Fix linking when cross-compiling and a windows resource is first objectJon Turney1-2/+7
2018-11-08Add support for Renesas CC-RX toolchainPhillip Cao1-0/+51
2018-09-20D: Fix incorrect arch handling in D linkersGoaLitiuM1-5/+4
2018-09-13D: Fix linker detection when static linker is missingGoaLitiuM1-5/+12
2018-08-20Fallback to LDC as static linker when not in MSVC build environmentGoaLitiuM1-0/+49
2018-08-14Adding a new AR Linker Class for the ARM Compiler. (#3949)mohdamerkhalidi1-3/+11
2018-06-25ArLinker: Use response files on WindowsMathieu Duponchelle1-1/+1
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade1-0/+6
2018-03-05First cut of ARMCC support for MESON.Bedarkar, Malhar1-1/+12
2017-12-07haiku: do not add pthread argumentsDylan Baker1-2/+2
2017-12-03linkers: Return a Copy of VisualStudioLinker always_argsNirbheek Chauhan1-2/+2
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen1-2/+2
2017-06-22Split linkers out from compilers.pyAlistair Thomas1-0/+114