summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/arm.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove Environment parameter from Compiler.thread_flagsDylan Baker
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-08-11remove useless type annotationsEli Schwartz
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-03-23asm: Add sx extensionRenan Lavarec
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-27Add warning_level=everythingDavid Robillard
2022-10-09compilers: Add optimization=plain optionJan Tojnar
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2021-12-16armclang: clarify that this is support for the Keil cross-compilerBen Boeckel
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker
2020-10-01compilers: fully type annotate the C compilersDylan Baker
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-24compilers/mixins/arm: make type safeDylan Baker
2020-05-22Modifed buildtypes and armclang compiler flags to match documented resultsDrew Reed
2020-05-16Add flags to support generation of dependency files with armclangDrew Reed
2020-05-16Modifed buildtypes and armcc compiler flags to match documented resultsDrew Reed
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai
2020-01-30-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...alanNz
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-05lgtm: fix missing raiseDaniel Mensinger
2019-10-20Fix all flake8 warningsDaniel Mensinger
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-02Make ARM compilers work on Linux.Jussi Pakkanen
2019-07-15compilers: Put clang mixin in a moduleDylan Baker
2019-07-15compilers/mixins/arm: Add type annotations to armclangDylan Baker
2019-07-15compilers: move ArmClang into mixins/arm.pyDylan Baker
2019-07-15compilers/mixins/arm: Add type annotationsDylan Baker
2019-07-15compilers: Move ArmCompiler to a mixin moduleDylan Baker