summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/elbrus.py
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy errorsmakise-homura2021-09-291-0/+1
* compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura2021-09-291-0/+7
* compilers/elbrus: Support prelinking with lcc correctlymakise-homura2021-09-291-0/+3
* compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura2021-09-291-0/+5
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-4/+2
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-3/+0
* compilers/mixins/elbrus: make type safeDylan Baker2020-09-241-1/+5
* Fix Sider errorsmakise-homura2020-01-271-1/+1
* Add missing functions to Elbrus compiler classmakise-homura2020-01-271-0/+11
* Fix missing 'defines' argumet for Elbrus compilermakise-homura2020-01-271-1/+1
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-6/+6
* lgtm: fix Multiple calls to __init__Daniel Mensinger2019-12-051-3/+3
* Fix according to deprecation of usage of non-standard escape sequencesmakise-homura2019-10-191-1/+1
* Add a proper way to get include dirs for elbrus compilermakise-homura2019-10-191-0/+13
* Make search of library dirs correctmakise-homura2019-10-191-2/+2
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-3/+2
* compilers/mixins/elbrus: add type annotations and fix typesDylan Baker2019-07-151-11/+12
* compilers: put elbrus in mixinsDylan Baker2019-07-151-0/+59