aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Correctly handle platform-specific LDFLAGS optionsAleksey Gurtovoy1-1/+10
2019-09-24CUDA support on WindowsAleksey Gurtovoy1-0/+20
2019-09-05Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen1-2/+14
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy1-2/+1
2019-09-05PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D1-2/+14
2019-09-05Add get_soname_args method to CUDA linkerKramer Peace1-0/+5
2019-09-05Add a CUDA linker objectKramer Peace1-0/+29
2019-08-30compilers: Move the compiler argument to proxy linker flags to the compiler c...Dylan Baker1-48/+74
2019-08-21Fix type annotations in linkers for python < 3.5.4Dylan Baker1-2/+2
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-2/+3
2019-08-14linkers: Add DMDs optlinkDylan Baker1-0/+14
2019-08-14linkers: Add SolarisDynamicLinkerDylan Baker1-0/+46
2019-08-14linkers: Add intel xilinkDylan Baker1-0/+9
2019-08-14linkers: Add MSVC like linkersDylan Baker1-1/+79
2019-08-14linkers: Add PGIDynamicLinkerMichael Hirsch, Ph.D1-0/+28
2019-08-14linkers: Add the armclang dynamic linkerDylan Baker1-0/+15
2019-08-14linkers: Add ArmDynamicLinker classDylan Baker1-0/+19
2019-08-14linkers: Add Ccrx Dynamic LinkerDylan Baker1-1/+34
2019-08-14linkers: Add class for Intel Xild linker.Dylan Baker1-0/+20
2019-08-14linkers: Add the AppleDynamicLinkerDylan Baker1-0/+66
2019-08-14linkers: Add LLVM linkerDylan Baker1-0/+10
2019-08-14linkers: Add GNU linkersDylan Baker1-0/+176
2019-08-14linkers: Add a PosixDynamicLinkerMixinDylan Baker1-0/+19
2019-08-14linkers: Add a Dynamiclinker base classDylan Baker1-0/+160
2019-07-23linkers: Always use mesonlib namespaceDylan Baker1-3/+2
2019-07-23linkers: Add get_base_link_args method to static linkersDylan Baker1-0/+4
2019-07-23linkers: simplify and annotateDylan Baker1-153/+81
2019-05-13linkers: Add linker class for intel's xilibDylan Baker1-0/+5
2019-05-13linkers: Split Visual Studio Linker into a mixinDylan Baker1-4/+9
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