meson/mesonbuild/compilers
Jon Turney c789efb8c8
Use lld-link with clang-cl
Use lld-link dynamic linker with clang-cl
Don't hardcode dynamic linker name in tests
2018-11-04 15:42:06 +00:00
..
__init__.py Detect clang-cl as msvc-like, not clang-like 2018-11-04 15:42:00 +00:00
c.py Use lld-link with clang-cl 2018-11-04 15:42:06 +00:00
c_function_attributes.py Add method to check for C/C++ function attributes 2018-09-07 11:52:15 -07:00
compilers.py Add new compiler.get_argument_syntax method 2018-11-03 18:10:36 +02:00
cpp.py Qualify checks of self.version by self.id in VisualStudioC/CPPCompiler 2018-11-04 15:42:06 +00:00
cs.py Convert buildtype to optimization and debug options (#3489) 2018-08-18 20:39:47 +03:00
d.py Only add link arguments when needed in Compiler object methods 2018-11-04 15:42:06 +00:00
fortran.py Use enum instead of `int` for compiler variants 2018-09-16 00:47:32 +03: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