aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/arm.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen1-1/+1
2023-12-23Remove `get_buildtype_args` functionCharles Brunet1-24/+0
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-11/+1
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-9/+9
2023-08-11remove useless type annotationsEli Schwartz1-1/+1
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-03-23asm: Add sx extensionRenan Lavarec1-0/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-27Add warning_level=everythingDavid Robillard1-1/+2
2022-10-09compilers: Add optimization=plain optionJan Tojnar1-0/+2
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-2/+4
2021-12-16armclang: clarify that this is support for the Keil cross-compilerBen Boeckel1-0/+3
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-2/+5
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-2/+0
2020-10-01compilers: fully type annotate the C compilersDylan Baker1-1/+1
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-15/+9
2020-09-24compilers/mixins/arm: make type safeDylan Baker1-26/+24
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