meson/mesonbuild/compilers
Michael Hirsch, Ph.D d0e78a2534
default libtype to static to allow windows compilers to not skip
To make Fortran tests useful on Windows, the library_type should default to static,
unless needed to specifically test shared. Shared Fortran libs on Windows for
non-Gfortran compilers is fragile requiring proprietary code syntax.
2019-07-30 15:31:00 -04:00
..
mixins default libtype to static to allow windows compilers to not skip 2019-07-30 15:31:00 -04:00
__init__.py compilers: pull sanitzier args into compiler classes 2019-07-23 09:58:24 +00:00
c.py Fix missing return statements that are seen with -Werror=return-type. 2019-07-16 09:49:03 +02:00
c_function_attributes.py Split attribute visibility 2019-06-25 00:02:26 +03:00
compilers.py compilers: pull sanitzier args into compiler classes 2019-07-23 09:58:24 +00:00
cpp.py PGI: cpp_pch precompiled headers functionality 2019-07-30 18:07:20 +03:00
cs.py Purge `is_cross` and friends without changing user interfaces 2019-06-09 13:13:25 -04:00
cuda.py compilers: split gnu and gnulike compilers out of compilers 2019-07-15 10:59:22 -07:00
d.py compilers: split gnu and gnulike compilers out of compilers 2019-07-15 10:59:22 -07:00
fortran.py Flang: add links for non-flang main program 2019-07-29 01:18:54 -04:00
java.py Purge `is_cross` and friends without changing user interfaces 2019-06-09 13:13:25 -04:00
objc.py compilers: Put clang mixin in a module 2019-07-15 10:59:22 -07:00
objcpp.py compilers: Put clang mixin in a module 2019-07-15 10:59:22 -07:00
rust.py Increase logging for Rust CI failures. 2019-06-22 00:56:29 +03:00
swift.py Purge `is_cross` and friends without changing user interfaces 2019-06-09 13:13:25 -04:00
vala.py ValaCompiler: only emit '--debug' in debug build. 2019-07-20 05:48:53 +00:00