summaryrefslogtreecommitdiff
path: root/mesonbuild/linkers
AgeCommit message (Expand)Author
2025-11-23compilers: forward gen_vs_module_defs_args to linkerPaolo Bonzini
2025-11-23linkers: add gen_vs_module_defs_argsPaolo Bonzini
2025-11-19compilers: Remove Environment parameter from CLikeCompiler.gen_dynamic_link_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_link_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.has_multi_argumentsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.build_rpath_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.thread_flagsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.openmp_flagsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_soname_argsDylan Baker
2025-11-19linkers: Store a reference to the Environment in the DynamicLinkerDylan Baker
2025-11-19linkers: Store a reference to the Environment in the StaticLinkerDylan Baker
2025-11-14Add `os2_emxomf' option to generate OMF files on OS/2KO Myung-Hun
2025-11-14OS/2 linker does not support a thin archiveKO Myung-Hun
2025-11-14Add OS2 dynamic linker supportKO Myung-Hun
2025-11-12linkers: add -no_warn_duplicate_libraries when testing for arguments to Apple ldPaolo Bonzini
2025-10-29compilers: add Microchip XC32 compilerLiza Chevalier
2025-08-25linkers: Fix dsymutil being unable to symbolicate binaries with LTOL. E. Segovia
2025-08-01call determine_rpath_dirs only when linker requires itCharles Brunet
2025-07-18linkers: add extra_paths to build_rpath_argsPaolo Bonzini
2025-07-10compilers: move CFLAGS/CXXFLAGS handling to EnvironmentPaolo Bonzini
2025-07-03Update linker detection for ELDKushal Pal
2025-06-05Add eld as default linker for Qualcomm Hexagon compilerKushal Pal
2025-06-05Add ELD linkerKushal Pal
2025-04-16linkers: fix regression when using lld after iOS changesEli Schwartz
2025-04-16linkers: apple: fix shared module argsPaolo Bonzini
2025-04-16linkers: pass system to DynamicLinker.__init__ for Darwin linkersPaolo Bonzini
2025-04-14Fix two shared objects in archive for AIX.Aditya Vidyadhar Kamath
2025-04-13linkers: fix Apple ld -install_name with custom suffixPaolo Bonzini
2025-04-02compilers: introduce get_exe() and get_exe_args()Paolo Bonzini
2025-03-24linkers: darwin: do not use -bundle for shared_modulesPaolo Bonzini
2025-03-11linkers: revert a binutils bug workaround, sort ofEli Schwartz
2025-03-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-01-20linkers: fix rpath padding calculation for non-asciiEli Schwartz
2025-01-08First draft version of Tasking MIL linking with b_lto and prelinkinggerioldman
2025-01-08Add TASKING compiler supportgerioldman
2024-10-30Merge pull request #13681 from EngJay/13678-fix-ti-cgt-supportJussi Pakkanen
2024-10-18add getter for id so linker can be identifiedJason Scott
2024-09-29metrowerks: Whine when trying to build a shared librarymid-kid
2024-09-27linkers: Fix linker detection with clang on SolarisAlan Coopersmith
2024-09-24linkers: Disable -rpath-link with ld.zigccTristan Ross
2024-09-24linkers: basic support for the 'zig cc' linkerAndrei Alexeyev
2024-08-20linkers: skip -export_dynamic flag before MacOS 10.7Wolfgang Walther
2024-08-09linkers: fix LLD linker response file handlingBenoit Pierre
2024-08-08Fix compiling ObjC/ObjC++ on Windows/MinGWJonathan Schleifer
2024-08-07linkers: Fix RSP syntax for linkers invoked with clangKacper Michajłow
2024-07-04linkers: Loosen the check for GNU interface style in LLD for WindowsMartin Storsjö
2024-06-29linkers: Fix AppleDynamicLinker not returning any rpaths to removePiotr Brzeziński
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker
2024-06-05Add -export_dynamic flag for AppleDynamicLinkerWolfgang Walther