meson/mesonbuild/backend
Nirbheek Chauhan 4332df01b8 Add no-warning args while building Vala C code
This is done by adding a new compiler method called 'no_warn_args' which
returns the argument(s) required for the compiler to emit no warnings
for that compilation.

This take care of not disabling warnings for C code compiled into the
BuildTarget. Also includes tests for ensuring all this.

https://github.com/mesonbuild/meson/issues/864
2016-10-14 19:13:21 +05:30
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Add no-warning args while building Vala C code 2016-10-14 19:13:21 +05:30
ninjabackend.py Add no-warning args while building Vala C code 2016-10-14 19:13:21 +05:30
vs2010backend.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00
vs2015backend.py vs: Fix visual studio version in solution file (#648) 2016-07-18 23:59:09 +03:00
xcodebackend.py Use context manager for file I/O. 2016-08-27 18:29:55 -04:00