index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
linkers.py
Age
Commit message (
Expand
)
Author
2021-06-25
linkers: move linkers.py into the linkers package
Daniel Mensinger
2021-05-30
Only try to get RSP syntax if RSP is supported (#8804)
Dylan Baker
2021-03-14
compilers/linkers: Add a methhod for getting the rspfile syntax
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-02-14
aix: avoid -bsvr4 flag
Peter Harris
2021-01-11
move handling of CFLAGS and friends to environment
Dylan Baker
2021-01-11
import MachineChoice from mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-12-22
linkers: add rpath_dirs_to_remove support to SolarisDynamicLinker
Alan Coopersmith
2020-12-15
Fix the subsystem options for lld in mingw mode
Martin Storsjö
2020-12-14
Less restrictive get_win_subsystem_args implementations
Laurin-Luis Lehning
2020-12-14
Propagate Windows target checks up
Laurin-Luis Lehning
2020-12-14
Give get_gui_app_args access to the Environment
Laurin-Luis Lehning
2020-12-14
Slight consistency changes to get_gui_app_args
Laurin-Luis Lehning
2020-12-14
Oversight in VisualStudioLikeLinkerMixin
Laurin-Luis Lehning
2020-12-14
Give get_win_subsystem_args access to env
Laurin-Luis Lehning
2020-12-14
Make win_subsystem a linker property
Laurin-Luis Lehning
2020-12-13
Add support for driving lld-link indirectly through clang on Windows
Laurin-Luis Lehning
2020-11-17
Revert "Add thinlto support. Closes #7493."
Jussi Pakkanen
2020-11-08
Add thinlto support. Closes #7493.
Jussi Pakkanen
2020-10-04
linkers: Drop -pie on macOS
Roman Bolshakov
2020-10-01
linkers: Fix Xilink constructor
Dylan Baker
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-18
Some fixes for CompCert
Sebastian Meyer
2020-09-16
linkers: fully type annotate and fix mypy issues
Dylan Baker
2020-09-16
linkers/compilers: Move an emscripten method to the compiler
Dylan Baker
2020-09-16
linkers: Make id a class variable for DynamicLinkers
Dylan Baker
2020-09-16
linkers: Fix argument error
Dylan Baker
2020-09-15
Add support for the CompCert C Compiler
Sebastian Meyer
2020-08-25
Merge pull request #7581 from peterh/aix
Jussi Pakkanen
2020-08-22
Merge pull request #7447 from scivision/nvc
Jussi Pakkanen
2020-08-12
aix: allow both 32-bit and 64-bit objects in a static library
Peter Harris
2020-08-12
aix: detect and support the AIX dynamic linker
Peter Harris
2020-08-02
Make meson recognize the Qualcomm LLVM toolchain
Antony Chan
2020-07-14
Merge pull request #7422 from alanc/solaris-fixes
Jussi Pakkanen
2020-07-13
Fix native builds on Windows ARM64 machines
Nirbheek Chauhan
2020-07-13
add Nvidia HPC SDK compilers
Michael Hirsch, Ph.D
2020-07-07
SolarisDynamicLinker: Check if linker supports -z type=pie
Alan Coopersmith
2020-06-22
SolarisDynamicLinker: add get_asneeded_args() & get_pie_args()
Alan Coopersmith
2020-06-22
compilers: Return CompilerArgs from compiler instance
Dylan Baker
2020-06-11
apple: -headerpad args are ignored when bitcode is enabled
Nirbheek Chauhan
2020-06-05
gnulike linkers (and ar) accept rsp files.
Dan Kegel
2020-05-16
Let .pc files specify rpath.
Dan Kegel
2020-05-08
Do not pass rpath flags to wasm-ld
Andrei Alexeyev
2020-04-21
switch python2 %s for python3 .format
Michael
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-03-21
-Add xc16 and c2000 C,Cpp toolchain support
alanNz
2020-03-12
Merge pull request #6356 from dcbaker/fix-d-compiler-abstractions
Jussi Pakkanen
2020-03-09
linkers: Allow optlink to be invoked indirectly
Dylan Baker
[next]