aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-22SolarisDynamicLinker: add get_asneeded_args() & get_pie_args()Alan Coopersmith1-0/+7
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker1-0/+4
2020-06-11apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan1-5/+7
2020-06-05gnulike linkers (and ar) accept rsp files.Dan Kegel1-0/+7
2020-05-16Let .pc files specify rpath.Dan Kegel1-22/+27
2020-05-08Do not pass rpath flags to wasm-ldAndrei Alexeyev1-0/+5
2020-04-21switch python2 %s for python3 .formatMichael1-6/+6
2020-03-23Fix legacy env var support with crossJohn Ericson1-7/+15
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz1-0/+111
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen1-2/+13
2020-03-09linkers: Allow optlink to be invoked indirectlyDylan Baker1-2/+9
2020-03-09linkers: Move import_library_args to from VS compiler to linkerDylan Baker1-0/+4
2020-02-27compilers/linkers: Add a representation for wasm-ldDylan Baker1-0/+29
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-3/+12
2020-02-22ninjabackend: List PDBs in output list for targetsNirbheek Chauhan1-3/+12
2020-02-21linkers: Update the linker names to be more consistentDylan Baker1-13/+37
2020-02-18linkers: typing -> T fixupDylan Baker1-1/+1
2020-02-18Don't pass --allow-shlib-undefined to lld if it's not supportedAndrei Alexeyev1-1/+12
2020-02-15msvc: add prefix to build type argumentsDmitry Kozlyuk1-0/+3
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz1-1/+2
2020-01-22vs: Write checksums in PE binaries (DLLs and EXEs)Nirbheek Chauhan1-0/+3
2020-01-22linkers: Accept both str and List[str] for _apply_prefixNirbheek Chauhan1-6/+10
2020-01-22linkers: Clarify a comment about rspfilesNirbheek Chauhan1-1/+2
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-156/+156
2019-12-18linkers: Remove get_allow_undefined_args from link.exeDylan Baker1-2/+1
2019-12-12Consider compiler arguments in linker detection logicDylan Baker1-9/+0
2019-12-11Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen1-39/+30
2019-12-05Partially revert "lgtm: fix Missing call to __init__ during object initializa...Dylan Baker1-19/+16
2019-12-05lgtm: fix Missing call to __init__ during object initializationDaniel Mensinger1-17/+20
2019-12-03linkers: make constructor signature of VisualStudioLike linkers the sameDylan Baker1-4/+6
2019-12-03linkers: Correct MSVC-like linkers invoke directly flagDylan Baker1-1/+1
2019-12-03Intel: Dump worthless Xild abstractionsDylan Baker1-22/+7
2019-12-02Allow selecting the dynamic linkerDylan Baker1-12/+16
2019-12-02linkers: Fix Apple and VS-like linkers always_argsDylan Baker1-2/+2
2019-11-29linkers: AppleDynamicLinker supports -pie.Mihai Moldovan1-0/+3
2019-11-25dep: MPI make work for intel-cl and improve robustnessMichael Hirsch, Ph.D1-1/+0
2019-11-19Enable code coverage using LLVM on macOS CatalinaKurtis Rader1-0/+4
2019-11-08pass sanitize option to linker on macOSmfurukawa1-0/+5
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
2019-10-09Merge pull request #5833 from dcbaker/remove-compiler-typeJussi Pakkanen1-1/+1
2019-10-08linkers: Concatenate -L and the directoryDylan Baker1-1/+1
2019-10-08linkers: Use PosixDynamicLinkerMixin for CudaDylan Baker1-10/+1
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-1/+1
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