meson/mesonbuild/compilers
Ting-Wei Lan ec50073644 Print warning when linker arguments are passed to has_argument
has_argument and other similar methods of compiler objects only support
checking compiler flags. If they are used to check linker flags, the
results are very likely to be wrong and developers should be warned.
2018-01-30 06:34:34 +11:00
..
__init__.py Split out languages from compilers.py 2017-06-23 00:42:41 +01:00
c.py Print warning when linker arguments are passed to has_argument 2018-01-30 06:34:34 +11:00
compilers.py tests: fix rpath_uses_ORIGIN on dragonflybsd 2018-01-06 13:49:34 -08:00
cpp.py Print warning when linker arguments are passed to has_argument 2018-01-30 06:34:34 +11:00
cs.py More version information for C# 2017-12-16 15:05:09 +01:00
d.py More version information for D 2017-12-16 15:07:08 +01:00
fortran.py Merge pull request #2791 from behlec/compiler-version 2017-12-20 20:42:01 +02:00
java.py Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 2017-07-21 19:40:54 +03:00
objc.py Add 'Compiler.get_display_language' 2017-06-26 14:15:44 -04:00
objcpp.py Add 'Compiler.get_display_language' 2017-06-26 14:15:44 -04:00
rust.py Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 2017-07-21 19:40:54 +03:00
swift.py Split out languages from compilers.py 2017-06-23 00:42:41 +01:00
vala.py Fix Vala thread flag breakage (#2756) 2017-12-11 20:28:42 +02:00