summaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix linking when cross-compiling and a windows resource is first objectJon Turney2019-01-051-2/+7
* Add support for Renesas CC-RX toolchainPhillip Cao2018-11-081-0/+51
* D: Fix incorrect arch handling in D linkersGoaLitiuM2018-09-201-5/+4
* D: Fix linker detection when static linker is missingGoaLitiuM2018-09-131-5/+12
* Fallback to LDC as static linker when not in MSVC build environmentGoaLitiuM2018-08-201-0/+49
* Adding a new AR Linker Class for the ARM Compiler. (#3949)mohdamerkhalidi2018-08-141-3/+11
* ArLinker: Use response files on WindowsMathieu Duponchelle2018-06-251-1/+1
* Add an OpenMP dependency.Elliott Sales de Andrade2018-04-171-0/+6
* First cut of ARMCC support for MESON.Bedarkar, Malhar2018-03-051-1/+12
* haiku: do not add pthread argumentsDylan Baker2017-12-071-2/+2
* linkers: Return a Copy of VisualStudioLinker always_argsNirbheek Chauhan2017-12-031-2/+2
* Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen2017-07-211-2/+2
* Split linkers out from compilers.pyAlistair Thomas2017-06-221-0/+114