summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/elbrus.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove Environment parameter from Compiler.has_typeDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_option_std_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_program_dirsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.openmp_flagsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.get_library_dirsDylan Baker
2025-04-04compilers: move -std options to get_option_std_args, special-casing CUDAPaolo Bonzini
2025-03-10coredata: remove get_option_for_subprojectDylan Baker
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-01-08First draft version of Tasking MIL linking with b_lto and prelinkinggerioldman
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker
2024-06-14Fix mypy.Jussi Pakkanen
2023-12-23compilers/elbrus: wrap get_default_include_dirs with lru_cacheDenis Drakhnia
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-07-12Annotate naked fundamental Python typesTristan Partin
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-27Add warning_level=everythingDavid Robillard
2022-10-25compilers: Make sure to not use ccache in compiler checksXavier Claessens
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2021-09-29Fix mypy errorsmakise-homura
2021-09-29compilers/elbrus: Deal with C/C++/Fortran stds more correctlymakise-homura
2021-09-29compilers/elbrus: Support prelinking with lcc correctlymakise-homura
2021-09-29compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compilermakise-homura
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-24compilers/mixins/elbrus: make type safeDylan Baker
2020-01-27Fix Sider errorsmakise-homura
2020-01-27Add missing functions to Elbrus compiler classmakise-homura
2020-01-27Fix missing 'defines' argumet for Elbrus compilermakise-homura
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger
2019-10-19Fix according to deprecation of usage of non-standard escape sequencesmakise-homura
2019-10-19Add a proper way to get include dirs for elbrus compilermakise-homura
2019-10-19Make search of library dirs correctmakise-homura
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-07-15compilers/mixins/elbrus: add type annotations and fix typesDylan Baker
2019-07-15compilers: put elbrus in mixinsDylan Baker