aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/elbrus.py
AgeCommit message (Expand)AuthorFilesLines
2021-09-29Fix mypy errorsmakise-homura1-0/+1
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura1-0/+7
2021-09-29compilers/elbrus: Support prelinking with lcc correctlymakise-homura1-0/+3
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura1-0/+5
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-4/+2
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-3/+0
2020-09-24compilers/mixins/elbrus: make type safeDylan Baker1-1/+5
2020-01-27Fix Sider errorsmakise-homura1-1/+1
2020-01-27Add missing functions to Elbrus compiler classmakise-homura1-0/+11
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura1-1/+1
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-6/+6
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger1-3/+3
2019-10-19Fix according to deprecation of usage of non-standard escape sequencesmakise-homura1-1/+1
2019-10-19Add a proper way to get include dirs for elbrus compilermakise-homura1-0/+13
2019-10-19Make search of library dirs correctmakise-homura1-2/+2
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-3/+2
2019-07-15compilers/mixins/elbrus: add type annotations and fix typesDylan Baker1-11/+12
2019-07-15compilers: put elbrus in mixinsDylan Baker1-0/+59