meson/mesonbuild/backend
Miro Hrončok 756ea32e06 Don't access other enum members from self
This is deprecated in Python 3.10.
Instead, acces them from the class.

Fixes https://github.com/mesonbuild/meson/issues/8318
2021-02-18 00:08:44 +02:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Don't access other enum members from self 2021-02-18 00:08:44 +02:00
ninjabackend.py Fix VS C++ module support. 2021-02-16 17:05:12 +00:00
vs2010backend.py Fix exe wrapper detection for run targets. 2021-02-08 23:19:41 +02: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 fix: llvm toolset is "ClangCL" in VS2019. 2021-01-04 23:44:26 +00:00
xcodebackend.py xcode-backend: add implicit includes 2021-02-04 13:05:17 -08:00