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
/
compilers
/
mixins
/
islinker.py
Age
Commit message (
Expand
)
Author
2025-12-01
compilers: pass target to get_lto_*_args
Paolo Bonzini
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_link_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.sanitizer_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.has_multi_arguments
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.build_rpath_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_soname_args
Dylan Baker
2025-11-12
compilers: pass target and env to sanitizer_*_args
Paolo Bonzini
2025-08-01
call determine_rpath_dirs only when linker requires it
Charles Brunet
2025-03-09
compilers: convert `b_sanitize` to a free-form array option
Patrick Steinhardt
2025-02-27
coredata: delete the OptionsView
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-12
Fix return type of debugfile functions
Tristan Partin
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-10-24
Fix mismatched param names between Compiler and BasicLinkerIsCompilerMixin
Tristan Partin
2022-10-13
Add b_thinlto_cache for automatically configuring incremental ThinLTO
Tatsuyuki Ishi
2021-12-30
fix type annotations for compiler toolchain rpaths
Eli Schwartz
2021-07-14
linkers: remove is_shared_module argument to get_soname_args
Paolo Bonzini
2021-07-05
condense lines
Eli Schwartz
2021-07-05
simplify mesonlib imports for the sake of line lengths
Eli Schwartz
2021-07-05
more f-strings too complex to be caught by pyupgrade
Eli Schwartz
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-02-17
compilers: Only insert -flto-jobs in clang's link arguments
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-11-17
Revert "Add thinlto support. Closes #7493."
Jussi Pakkanen
2020-11-08
Add thinlto support. Closes #7493.
Jussi Pakkanen
2020-10-01
compilers/cs: Add type annotations
Dylan Baker
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins/islinker: Make type safe
Dylan Baker
2020-07-13
Fix native builds on Windows ARM64 machines
Nirbheek Chauhan
2020-05-16
Let .pc files specify rpath.
Dan Kegel
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-02-27
compilers/mixins/islinker: Add stubs for thread_*_flags
Dylan Baker
2020-02-27
compilers/mixins/islinker: Add missing method
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-10-14
Implement get_buildtype_linker_args in BasicLinkerIsCompilerMixin
Andrei Alexeyev
2019-10-14
Implement get_asneeded_args in BasicLinkerIsCompilerMixin
Andrei Alexeyev
2019-10-14
Implement get_linker_debug_crt_args in BasicLinkerIsCompilerMixin
Andrei Alexeyev
2019-10-14
Fix misnamed method in BasicLinkerIsCompilerMixin
Andrei Alexeyev
2019-09-05
mesonlib.split_args/quote_arg/join_args
Aleksey Gurtovoy
2019-08-14
compilers/mixins: Add a module for mixins for compilers that are linkers
Dylan Baker