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
/
elbrus.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.has_type
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_option_std_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_program_dirs
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.openmp_flags
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_library_dirs
Dylan Baker
2025-04-04
compilers: move -std options to get_option_std_args, special-casing CUDA
Paolo Bonzini
2025-03-10
coredata: remove get_option_for_subproject
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-01-08
First draft version of Tasking MIL linking with b_lto and prelinking
gerioldman
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2024-06-14
Fix mypy.
Jussi Pakkanen
2023-12-23
compilers/elbrus: wrap get_default_include_dirs with lru_cache
Denis Drakhnia
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-27
Add warning_level=everything
David Robillard
2022-10-25
compilers: Make sure to not use ccache in compiler checks
Xavier Claessens
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
2021-09-29
Fix mypy errors
makise-homura
2021-09-29
compilers/elbrus: Deal with C/C++/Fortran stds more correctly
makise-homura
2021-09-29
compilers/elbrus: Support prelinking with lcc correctly
makise-homura
2021-09-29
compilers/elbrus: Fix incorrect inheritance model of Elbrus*Compiler
makise-homura
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins/elbrus: make type safe
Dylan Baker
2020-01-27
Fix Sider errors
makise-homura
2020-01-27
Add missing functions to Elbrus compiler class
makise-homura
2020-01-27
Fix missing 'defines' argumet for Elbrus compiler
makise-homura
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-05
lgtm: fix Multiple calls to __init__
Daniel Mensinger
2019-10-19
Fix according to deprecation of usage of non-standard escape sequences
makise-homura
2019-10-19
Add a proper way to get include dirs for elbrus compiler
makise-homura
2019-10-19
Make search of library dirs correct
makise-homura
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-07-15
compilers/mixins/elbrus: add type annotations and fix types
Dylan Baker
2019-07-15
compilers: put elbrus in mixins
Dylan Baker