![]() In various situations we want to figure out what type of compiler we have, because we want to know stuff like "is it the pgi one", or "does it use msvc style". The compiler object has this property already, via an API specifically designed to communicate this info, but instead we performed isinstance checks on a compiler class. This is confusing and indirect, and has the side effect of requiring more imports everywhere. We should do away with it. |
||
---|---|---|
.. | ||
__init__.py | ||
backends.py | ||
ninjabackend.py | ||
vs2010backend.py | ||
vs2012backend.py | ||
vs2013backend.py | ||
vs2015backend.py | ||
vs2017backend.py | ||
vs2019backend.py | ||
vs2022backend.py | ||
xcodebackend.py |