summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/ccrx.py
Commit message (Collapse)AuthorAgeFilesLines
* -Fixed Renesas RX Family compiler to work with latest meson, updated ↵alanNz2020-01-301-1/+7
| | | | cross-file, fixed assembly file use
* 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
| | | | | | Now that the linkers are split out of the compilers this enum is only used to know what platform we're compiling for. Which is what the MachineInfo class is for
* Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen2019-08-201-43/+0
|\ | | | | split dynamic linker representations from compilers
| * compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-43/+0
| | | | | | | | | | Most of the cuda code is from Olexa Bilaniuk. Most of the PGI code is from Michael Hirsc
* | 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