summaryrefslogtreecommitdiff
path: root/mesonbuild/linkers.py
AgeCommit message (Expand)Author
2021-06-25linkers: move linkers.py into the linkers packageDaniel Mensinger
2021-05-30Only try to get RSP syntax if RSP is supported (#8804)Dylan Baker
2021-03-14compilers/linkers: Add a methhod for getting the rspfile syntaxDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2021-02-14aix: avoid -bsvr4 flagPeter Harris
2021-01-11move handling of CFLAGS and friends to environmentDylan Baker
2021-01-11import MachineChoice from mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2020-12-22linkers: add rpath_dirs_to_remove support to SolarisDynamicLinkerAlan Coopersmith
2020-12-15Fix the subsystem options for lld in mingw modeMartin Storsjö
2020-12-14Less restrictive get_win_subsystem_args implementationsLaurin-Luis Lehning
2020-12-14Propagate Windows target checks upLaurin-Luis Lehning
2020-12-14Give get_gui_app_args access to the EnvironmentLaurin-Luis Lehning
2020-12-14Slight consistency changes to get_gui_app_argsLaurin-Luis Lehning
2020-12-14Oversight in VisualStudioLikeLinkerMixinLaurin-Luis Lehning
2020-12-14Give get_win_subsystem_args access to envLaurin-Luis Lehning
2020-12-14Make win_subsystem a linker propertyLaurin-Luis Lehning
2020-12-13Add support for driving lld-link indirectly through clang on WindowsLaurin-Luis Lehning
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen
2020-10-04linkers: Drop -pie on macOSRoman Bolshakov
2020-10-01linkers: Fix Xilink constructorDylan Baker
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-18Some fixes for CompCertSebastian Meyer
2020-09-16linkers: fully type annotate and fix mypy issuesDylan Baker
2020-09-16linkers/compilers: Move an emscripten method to the compilerDylan Baker
2020-09-16linkers: Make id a class variable for DynamicLinkersDylan Baker
2020-09-16linkers: Fix argument errorDylan Baker
2020-09-15Add support for the CompCert C CompilerSebastian Meyer
2020-08-25Merge pull request #7581 from peterh/aixJussi Pakkanen
2020-08-22Merge pull request #7447 from scivision/nvcJussi Pakkanen
2020-08-12aix: allow both 32-bit and 64-bit objects in a static libraryPeter Harris
2020-08-12aix: detect and support the AIX dynamic linkerPeter Harris
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan
2020-07-14Merge pull request #7422 from alanc/solaris-fixesJussi Pakkanen
2020-07-13Fix native builds on Windows ARM64 machinesNirbheek Chauhan
2020-07-13add Nvidia HPC SDK compilersMichael Hirsch, Ph.D
2020-07-07SolarisDynamicLinker: Check if linker supports -z type=pieAlan Coopersmith
2020-06-22SolarisDynamicLinker: add get_asneeded_args() & get_pie_args()Alan Coopersmith
2020-06-22compilers: Return CompilerArgs from compiler instanceDylan Baker
2020-06-11apple: -headerpad args are ignored when bitcode is enabledNirbheek Chauhan
2020-06-05gnulike linkers (and ar) accept rsp files.Dan Kegel
2020-05-16Let .pc files specify rpath.Dan Kegel
2020-05-08Do not pass rpath flags to wasm-ldAndrei Alexeyev
2020-04-21switch python2 %s for python3 .formatMichael
2020-03-23Fix legacy env var support with crossJohn Ericson
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen
2020-03-09linkers: Allow optlink to be invoked indirectlyDylan Baker