meson/mesonbuild/backend
Dylan Baker 93c3ec7e2d compilers: Return CompilerArgs from compiler instance
Since the CompileArgs class already needs to know about the compiler,
and we really need at least per-lanaguage if not per-compiler
CompilerArgs classes, let's get the CompilerArgs instance from the
compiler using a method.
2020-06-22 12:06:10 -07:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py compilers: Return CompilerArgs from compiler instance 2020-06-22 12:06:10 -07:00
ninjabackend.py compilers: Return CompilerArgs from compiler instance 2020-06-22 12:06:10 -07:00
vs2010backend.py compilers: Return CompilerArgs from compiler instance 2020-06-22 12:06:10 -07:00
vs2015backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2017backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
vs2019backend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00
xcodebackend.py backend: refactor: set self.interpreter in the constructor 2020-01-28 21:18:25 +02:00