meson/mesonbuild/compilers/mixins
Dylan Baker 2c0fbe161d compilers: make is_cross part of the base Compiler class
Every class needs to set this, so it should be part of the base. For
classes that require is_cross, the positional argument remains in their
signature. For those that don't, they just allow the base class to set
their value to it's default of False.
2020-09-24 12:14:13 -07:00
..
__init__.py
arm.py compilers/mixins/arm: make type safe 2020-09-24 12:14:13 -07:00
c2000.py compilers/mixins/c2000: Make mypy safe 2020-09-24 12:14:13 -07:00
ccrx.py compilers/mixins/ccrx: make mypy safe 2020-09-24 12:14:13 -07:00
clang.py compilers/mixins/clang: Make type safe 2020-09-24 12:14:13 -07:00
clike.py compilers: make is_cross part of the base Compiler class 2020-09-24 12:14:13 -07:00
compcert.py compilers/mixins: make compcert type safe 2020-09-24 12:14:13 -07:00
elbrus.py compilers/mixins/elbrus: make type safe 2020-09-24 12:14:13 -07:00
emscripten.py compilers/mixins/emscripten: make type safe 2020-09-24 12:14:13 -07:00
gnu.py compilers/mixings/gnu: make type safe 2020-09-24 12:14:13 -07:00
intel.py compilers/mixins/intel: make type safe 2020-09-24 12:14:13 -07:00
islinker.py compilers/mixins/islinker: Make type safe 2020-09-24 12:14:13 -07:00
pgi.py compilers/mixins/pgi: Make type safe 2020-09-24 12:14:13 -07:00
visualstudio.py compilers/mixins: make visual studio type safe 2020-09-24 12:14:13 -07:00
xc16.py compilers/mixins: make xc16 type safe 2020-09-24 12:14:13 -07:00