meson/mesonbuild/compilers
Nirbheek Chauhan 37bade6f87 gfortran: Fix has_header implementation with GCC 10
__has_include is not accepted as a pre-processor directive in Fortran
code since GCC 10.

Closes https://github.com/mesonbuild/meson/issues/7017
2020-05-14 09:31:16 +00:00
..
mixins Fix outdated cross-compilation checks 2020-05-13 15:51:54 +00:00
__init__.py Fix linker evn var tests 2020-03-23 17:14:00 +02:00
c.py Compiler options per lang 2020-04-20 23:23:15 +03:00
c_function_attributes.py compilers: Silence warning about gnu_inline with clang 2020-04-20 19:30:57 +03:00
compilers.py macos: Remove framwork linkerlike args 2020-05-13 15:55:07 +00:00
cpp.py Compiler options per lang 2020-04-20 23:23:15 +03:00
cs.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
cuda.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
d.py compilers/d: Add missing method for dmd and ldc 2020-04-10 12:46:55 -07:00
fortran.py gfortran: Fix has_header implementation with GCC 10 2020-05-14 09:31:16 +00:00
java.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
objc.py compilers: Fix accidental coredata mutations 2020-03-29 20:55:35 +03:00
objcpp.py compilers: Fix accidental coredata mutations 2020-03-29 20:55:35 +03:00
rust.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
swift.py compilers: Fix accidental coredata mutations 2020-03-29 20:55:35 +03:00
vala.py compilers: Fix accidental coredata mutations 2020-03-29 20:55:35 +03:00