meson/mesonbuild/compilers/mixins
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
..
__init__.py compilers: Move clike into a mixins directory 2019-07-15 10:59:22 -07:00
arm.py compilers: Put clang mixin in a module 2019-07-15 10:59:22 -07:00
ccrx.py compilers/mixins/ccrx: add type annotations 2019-07-15 10:59:22 -07:00
clang.py compilers/mixins/clang: Add type annotations 2019-07-15 10:59:22 -07:00
clike.py no special shared lib args for PGI 2019-07-30 15:29:51 -04:00
elbrus.py compilers/mixins/elbrus: add type annotations and fix types 2019-07-15 10:59:22 -07:00
gnu.py compilers: pull sanitzier args into compiler classes 2019-07-23 09:58:24 +00:00
intel.py intel-cl: readd missing import 2019-07-30 00:27:13 -04:00
pgi.py default libtype to static to allow windows compilers to not skip 2019-07-30 15:31:00 -04:00
visualstudio.py compilers/mixins/visualstudio: Add type annotations 2019-07-15 10:59:22 -07:00