index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
mixins
/
arm.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.thread_flags
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-03-23
asm: Add sx extension
Renan Lavarec
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-27
Add warning_level=everything
David Robillard
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-12-16
armclang: clarify that this is support for the Keil cross-compiler
Ben Boeckel
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
2020-10-01
compilers: fully type annotate the C compilers
Dylan Baker
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins/arm: make type safe
Dylan Baker
2020-05-22
Modifed buildtypes and armclang compiler flags to match documented results
Drew Reed
2020-05-16
Add flags to support generation of dependency files with armclang
Drew Reed
2020-05-16
Modifed buildtypes and armcc compiler flags to match documented results
Drew Reed
2020-03-23
Fix ARMCC dependency generation.
Szabi Tolnai
2020-01-30
-Fixed Renesas RX Family compiler to work with latest meson, updated cross-fi...
alanNz
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-05
lgtm: fix missing raise
Daniel Mensinger
2019-10-20
Fix all flake8 warnings
Daniel Mensinger
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-02
Make ARM compilers work on Linux.
Jussi Pakkanen
2019-07-15
compilers: Put clang mixin in a module
Dylan Baker
2019-07-15
compilers/mixins/arm: Add type annotations to armclang
Dylan Baker
2019-07-15
compilers: move ArmClang into mixins/arm.py
Dylan Baker
2019-07-15
compilers/mixins/arm: Add type annotations
Dylan Baker
2019-07-15
compilers: Move ArmCompiler to a mixin module
Dylan Baker