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
/
intel.py
Age
Commit message (
Expand
)
Author
2025-11-19
compilers: Remove Environment parameter from Compiler.openmp_flags
Dylan Baker
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-26
compilers: pass Environment to openmp_flags
Dylan Baker
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-02-01
treewide: add future annotations import
Eli Schwartz
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-09-14
apply flake8 fixes for unused imports and missing imports
Eli Schwartz
2021-06-25
Split compiler detection from Environment
Daniel Mensinger
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2020-10-01
compilers/icl: Fix pch usage
Dylan Baker
2020-10-01
compilers/intel: use get_compiler_check_args
Dylan Baker
2020-09-30
compilers: Use /Od for no-optimisation flag for Intel compilers on windows
Ian Harvey
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
2020-09-24
compilers/mixins/intel: make type safe
Dylan Baker
2020-09-24
compilers/mixins/intel: Use the has_func_attribute_extra_args function
Dylan Baker
2020-09-08
typing: fully annotate arglist
Daniel Mensinger
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-14
intel/intel-cl: handle arguments in intel-specific way
Michael Hirsch, Ph.D
2019-12-04
intel/intel-cl: use appropriate buildtype options
Michael Hirsch, Ph.D
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-07-30
intel-cl: readd missing import
Michael Hirsch, Ph.D
2019-07-15
compilers/mixins/intel: add type annotations
Dylan Baker
2019-07-15
compilers: Put Intel compiler classes into the mixins folder
Dylan Baker