summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/ccrx.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove Environment parameter from Compiler.thread_flagsDylan Baker
2024-10-01compilers: remove hasattr from `can_compile_suffixes`Dylan Baker
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2022-11-27Add warning_level=everythingDavid Robillard
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker
2020-10-01compilers: fully type annotate the C compilersDylan Baker
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-24compilers/mixins/ccrx: make mypy safeDylan Baker
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-10-20Fix all flake8 warningsDaniel Mensinger
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen
2019-08-20Fix CCRX linking external dependenciesPhillip Cao
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-07-15compilers/mixins/ccrx: add type annotationsDylan Baker
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker