summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/intel.py
Commit message (Expand)AuthorAgeFilesLines
* treewide: add future annotations importEli Schwartz2023-02-011-0/+1
* compilers: Add optimization=plain optionJan Tojnar2022-10-091-2/+4
* compilers: push the compiler id to a class variableDylan Baker2022-01-101-4/+2
* apply flake8 fixes for unused imports and missing importsEli Schwartz2021-09-141-6/+1
* Split compiler detection from EnvironmentDaniel Mensinger2021-06-251-4/+1
* use OptionKey for builtin and base optionsDylan Baker2021-01-041-2/+3
* compilers/icl: Fix pch usageDylan Baker2020-10-011-0/+3
* compilers/intel: use get_compiler_check_argsDylan Baker2020-10-011-18/+9
* compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey2020-09-301-2/+2
* compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-241-6/+2
* compilers/mixins/intel: make type safeDylan Baker2020-09-241-11/+22
* compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker2020-09-241-1/+3
* typing: fully annotate arglistDaniel Mensinger2020-09-081-2/+2
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-16/+16
* intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D2019-12-141-20/+38
* intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D2019-12-041-4/+39
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-4/+2
* compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-3/+0
* intel-cl: readd missing importMichael Hirsch, Ph.D2019-07-301-2/+1
* compilers/mixins/intel: add type annotationsDylan Baker2019-07-151-17/+24
* compilers: Put Intel compiler classes into the mixins folderDylan Baker2019-07-151-0/+134