meson/mesonbuild/compilers
Dylan Baker 4f6bd29ac9 arglist: Split the C/C++ specifics parts into a subclass for CLike
This means that we don't need work arounds for D-like compilers, as the
special c-like hanlding wont be used for D compilers.
2020-06-22 12:06:10 -07:00
..
mixins arglist: Split the C/C++ specifics parts into a subclass for CLike 2020-06-22 12:06:10 -07:00
__init__.py compilers: Split CompilerArgs into a separate module 2020-06-22 12:06:10 -07:00
c.py compilers: add fetching of define list for clang 2020-05-22 16:58:12 +03:00
c_function_attributes.py compiler: add 'force_align_arg_pointer' function attribute 2020-06-21 23:34:11 +03:00
compilers.py compilers: Return CompilerArgs from compiler instance 2020-06-22 12:06:10 -07:00
cpp.py compilers: add fetching of define list for clang 2020-05-22 16:58:12 +03:00
cs.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
cuda.py Let .pc files specify rpath. 2020-05-16 20:25:58 +00:00
d.py compilers: Return CompilerArgs from compiler instance 2020-06-22 12:06:10 -07:00
fortran.py compilers: add fetching of define list for clang 2020-05-22 16:58:12 +03:00
java.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
objc.py compilers: add fetching of define list for clang 2020-05-22 16:58:12 +03:00
objcpp.py compilers: add fetching of define list for clang 2020-05-22 16:58:12 +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