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
/
ccrx.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2024-10-01
compilers: remove hasattr from `can_compile_suffixes`
Dylan Baker
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2022-11-27
Add warning_level=everything
David Robillard
2022-08-24
fix linker regression for compilers that don't accept LDFLAGS directly
Eli Schwartz
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-10-01
compilers: fully type annotate the C compilers
Dylan Baker
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins/ccrx: make mypy safe
Dylan Baker
2020-01-30
-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...
alanNz
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-10-20
Fix all flake8 warnings
Daniel Mensinger
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-08-20
Merge pull request #5681 from dcbaker/dynamic-linker-split
Jussi Pakkanen
2019-08-20
Fix CCRX linking external dependencies
Phillip Cao
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-07-15
compilers/mixins/ccrx: add type annotations
Dylan Baker
2019-07-15
compilers: move ccrx compiler abstraction into mixins
Dylan Baker