summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/arm.py
Commit message (Expand)AuthorAgeFilesLines
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-2/+5
* compilers: move get_dependency_gen_args to base CompilerDylan Baker2020-10-011-2/+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-15/+9
* compilers/mixins/arm: make type safeDylan Baker2020-09-241-26/+24
* Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed2020-05-221-6/+6
* Add flags to support generation of dependency files with armclangDrew Reed2020-05-161-1/+1
* Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed2020-05-161-7/+7
* Fix ARMCC dependency generation.Szabi Tolnai2020-03-231-1/+1
* -Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz2020-01-301-1/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-25/+25
* lgtm: fix missing raiseDaniel Mensinger2019-12-051-1/+1
* Fix all flake8 warningsDaniel Mensinger2019-10-201-1/+0
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-5/+2
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-60/+0
* 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