meson/mesonbuild/compilers
Dylan Baker b17ab09eaf compilers/fortran: pass -module ${path} instead of -module${path}
ifort doesn't like the latter, and gfortran seems happy with the former.
I don't have any of the other supported fortran compilers to test with.
2018-11-15 18:42:25 -08:00
..
__init__.py Add support for Renesas CC-RX toolchain 2018-11-08 00:02:22 +13:00
c.py compilers: Move get_allow_undefined_link_args to Compiler 2018-11-15 18:42:25 -08:00
c_function_attributes.py compilers/c_function_attributes: fix for ICC 2018-11-15 18:42:25 -08:00
compilers.py compilers: Move get_allow_undefined_link_args to Compiler 2018-11-15 18:42:25 -08:00
cpp.py compilers: Use keyword only arguments for compiler interfaces 2018-11-13 00:40:13 +02:00
cs.py Convert buildtype to optimization and debug options (#3489) 2018-08-18 20:39:47 +03:00
d.py compilers: Use keyword only arguments for compiler interfaces 2018-11-13 00:40:13 +02:00
fortran.py compilers/fortran: pass -module ${path} instead of -module${path} 2018-11-15 18:42:25 -08:00
java.py macos: Rewrite install_name for dependent built libraries on install 2018-06-18 06:33:23 +00:00
objc.py Use enum instead of `int` for compiler variants 2018-09-16 00:47:32 +03:00
objcpp.py Use enum instead of `int` for compiler variants 2018-09-16 00:47:32 +03:00
rust.py Convert buildtype to optimization and debug options (#3489) 2018-08-18 20:39:47 +03:00
swift.py Convert buildtype to optimization and debug options (#3489) 2018-08-18 20:39:47 +03:00
vala.py Convert buildtype to optimization and debug options (#3489) 2018-08-18 20:39:47 +03:00