aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/ccrx.py
AgeCommit message (Expand)AuthorFilesLines
2023-12-23Remove `get_buildtype_args` functionCharles Brunet1-12/+0
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-07-12Annotate naked fundamental Python typesTristan Partin1-1/+1
2023-07-12Replace some type comments with annotationsTristan Partin1-13/+14
2022-11-27Add warning_level=everythingDavid Robillard1-1/+2
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz1-1/+3
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-1/+2
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-4/+0
2020-10-01compilers: fully type annotate the C compilersDylan Baker1-1/+1
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-1/+8
2020-09-24compilers/mixins/ccrx: make mypy safeDylan Baker1-1/+6
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz1-1/+7
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-16/+16
2019-10-20Fix all flake8 warningsDaniel Mensinger1-1/+1
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-3/+1
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen1-43/+0
2019-08-20Fix CCRX linking external dependenciesPhillip Cao1-0/+2
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-43/+0
2019-07-15compilers/mixins/ccrx: add type annotationsDylan Baker1-48/+59
2019-07-15compilers: move ccrx compiler abstraction into mixinsDylan Baker1-0/+148