summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/intel.py
AgeCommit message (Expand)Author
2025-11-19compilers: Remove Environment parameter from Compiler.openmp_flagsDylan Baker
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker
2023-12-23Remove `get_buildtype_args` functionCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-07-12Match the method signatures of parent classesTristan Partin
2023-07-12Replace some type comments with annotationsTristan Partin
2023-02-01treewide: add future annotations importEli Schwartz
2022-10-09compilers: Add optimization=plain optionJan Tojnar
2022-01-10compilers: push the compiler id to a class variableDylan Baker
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2020-10-01compilers/icl: Fix pch usageDylan Baker
2020-10-01compilers/intel: use get_compiler_check_argsDylan Baker
2020-09-30compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-24compilers/mixins/intel: make type safeDylan Baker
2020-09-24compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker
2020-09-08typing: fully annotate arglistDaniel Mensinger
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-07-30intel-cl: readd missing importMichael Hirsch, Ph.D
2019-07-15compilers/mixins/intel: add type annotationsDylan Baker
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker