aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Some fixes for CompCertSebastian Meyer1-2/+2
2020-09-16linkers: fully type annotate and fix mypy issuesDylan Baker1-6/+24
2020-09-16linkers/compilers: Move an emscripten method to the compilerDylan Baker1-7/+0
2020-09-16linkers: Make id a class variable for DynamicLinkersDylan Baker1-33/+48
2020-09-16linkers: Fix argument errorDylan Baker1-1/+1
2020-09-15Add support for the CompCert C CompilerSebastian Meyer1-0/+53
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen1-0/+44
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen1-1/+5
2020-08-12aix: allow both 32-bit and 64-bit objects in a static libraryPeter Harris1-0/+12
2020-08-12aix: detect and support the AIX dynamic linkerPeter Harris1-0/+32
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan1-0/+6
2020-07-14Merge pull request #7422 from alanc/solaris-fixesJussi Pakkanen1-1/+7
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan1-13/+0
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D1-1/+5
2020-07-07SolarisDynamicLinker: Check if linker supports -z type=pieAlan Coopersmith1-1/+7
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