aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/arm.py
AgeCommit message (Expand)AuthorFilesLines
2020-05-22Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed1-6/+6
2020-05-16Add flags to support generation of dependency files with armclangDrew Reed1-1/+1
2020-05-16Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed1-7/+7
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai1-1/+1
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz1-1/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-25/+25
2019-12-05lgtm: fix missing raiseDaniel Mensinger1-1/+1
2019-10-20Fix all flake8 warningsDaniel Mensinger1-1/+0
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-5/+2
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-60/+0
2019-08-02Make ARM compilers work on Linux.Jussi Pakkanen1-2/+2
2019-07-15compilers: Put clang mixin in a moduleDylan Baker1-1/+2
2019-07-15compilers/mixins/arm: Add type annotations to armclangDylan Baker1-41/+47
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker1-0/+117
2019-07-15compilers/mixins/arm: Add type annotationsDylan Baker1-42/+51
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker1-0/+128