aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/intel.py
AgeCommit message (Expand)AuthorFilesLines
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz1-6/+1
2021-06-25Split compiler detection from EnvironmentDaniel Mensinger1-4/+1
2021-01-04use OptionKey for builtin and base optionsDylan Baker1-2/+3
2020-10-01compilers/icl: Fix pch usageDylan Baker1-0/+3
2020-10-01compilers/intel: use get_compiler_check_argsDylan Baker1-18/+9
2020-09-30compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey1-2/+2
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-6/+2
2020-09-24compilers/mixins/intel: make type safeDylan Baker1-11/+22
2020-09-24compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker1-1/+3
2020-09-08typing: fully annotate arglistDaniel Mensinger1-2/+2
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-16/+16
2019-12-14intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D1-20/+38
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D1-4/+39
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker1-4/+2
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker1-3/+0
2019-07-30intel-cl: readd missing importMichael Hirsch, Ph.D1-2/+1
2019-07-15compilers/mixins/intel: add type annotationsDylan Baker1-17/+24
2019-07-15compilers: Put Intel compiler classes into the mixins folderDylan Baker1-0/+134