meson/mesonbuild/cmake
Eli Schwartz 0a9048e554
compilers: don't use instance checks to determine properties
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.
2022-09-19 15:18:59 -04:00
..
data port from embedded data to importlib.resources 2022-01-10 18:36:57 -05:00
__init__.py cmake: Drop CMake server support and bump min. CMake to >= 3.14 2022-02-03 11:25:59 -05:00
common.py Fix purely white space issues reported by flake8 2022-08-26 17:12:40 -04:00
executor.py Fix purely white space issues reported by flake8 2022-08-26 17:12:40 -04:00
fileapi.py Fix purely white space issues reported by flake8 2022-08-26 17:12:40 -04:00
generator.py Applied tristan957's suggestions 2022-07-18 13:46:26 +02:00
interpreter.py Fix purely white space issues reported by flake8 2022-08-26 17:12:40 -04:00
toolchain.py compilers: don't use instance checks to determine properties 2022-09-19 15:18:59 -04:00
traceparser.py Fix purely white space issues reported by flake8 2022-08-26 17:12:40 -04:00
tracetargets.py Fix purely white space issues reported by flake8 2022-08-26 17:12:40 -04:00