meson/mesonbuild/compilers
Eli Schwartz d87d912e5d
compilers: fix detection of ifx compiler
The version output scraping for identifying strings checked for "IFORT"
in parentheses after the executable name, which is probably a mistake by
Intel. Current versions of ifx have "IFX" in parentheses there.

Detect both.

Fixes #11873
2023-06-14 01:04:55 -04:00
..
mixins Initial support for Metrowerks Assembler 2023-05-06 19:57:06 +03:00
__init__.py compilers: don't export every compiler as a top-level property 2022-09-19 15:19:00 -04:00
asm.py Initial support for Metrowerks Assembler 2023-05-06 19:57:06 +03:00
c.py mlog: remove direct calls to log_once 2023-05-31 17:19:45 -04:00
c_function_attributes.py add cc.has_function_attribute('vector_size') 2023-02-01 13:26:09 -08:00
compilers.py WIP: refactor loggable popen calls for consistency 2023-06-14 01:04:55 -04:00
cpp.py Initial support for Metrowerks C/C++ compiler 2023-04-24 09:07:37 -04:00
cs.py Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
cuda.py compilers: convert method to get assert control to a boolean 2023-04-21 15:18:56 +05:30
cython.py cython: wire up support for emitting and using depfiles 2023-02-10 02:16:53 -05:00
d.py compilers: convert method to get assert control to a boolean 2023-04-21 15:18:56 +05:30
detect.py compilers: fix detection of ifx compiler 2023-06-14 01:04:55 -04:00
fortran.py prevent lib prefix warning from pkg-config 2023-03-16 08:27:06 -04:00
java.py Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
objc.py Add warning_level=everything 2022-11-27 16:50:48 -05:00
objcpp.py Add warning_level=everything 2022-11-27 16:50:48 -05:00
rust.py rust: PIC is always enabled 2023-06-07 13:18:58 -04:00
swift.py Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00
vala.py Change "can not" to "cannot" throughout project 2023-04-11 17:10:01 +03:00