summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/ccrx.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: move get_dependency_gen_args to base CompilerDylan Baker2020-10-011-4/+0
* compilers: fully type annotate the C compilersDylan Baker2020-10-011-1/+1
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-1/+8
* compilers/mixins/ccrx: make mypy safeDylan Baker2020-09-241-1/+6
* -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz2020-01-301-1/+7
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-16/+16
* Fix all flake8 warningsDaniel Mensinger2019-10-201-1/+1
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-3/+1
* Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen2019-08-201-43/+0
|\
| * compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-43/+0
* | Fix CCRX linking external dependenciesPhillip Cao2019-08-201-0/+2
|/
* compilers/mixins/ccrx: add type annotationsDylan Baker2019-07-151-48/+59
* compilers: move ccrx compiler abstraction into mixinsDylan Baker2019-07-151-0/+148