summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/arm.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix all flake8 warningsDaniel Mensinger2019-10-201-1/+0
|
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-5/+2
| | | | | | 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
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-60/+0
| | | | | Most of the cuda code is from Olexa Bilaniuk. Most of the PGI code is from Michael Hirsc
* Make ARM compilers work on Linux.Jussi Pakkanen2019-08-021-2/+2
|
* compilers: Put clang mixin in a moduleDylan Baker2019-07-151-1/+2
|
* compilers/mixins/arm: Add type annotations to armclangDylan Baker2019-07-151-41/+47
|
* compilers: move ArmClang into mixins/arm.pyDylan Baker2019-07-151-0/+117
|
* compilers/mixins/arm: Add type annotationsDylan Baker2019-07-151-42/+51
|
* compilers: Move ArmCompiler to a mixin moduleDylan Baker2019-07-151-0/+128