aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objcpp.py
AgeCommit message (Collapse)AuthorFilesLines
2018-09-16Use enum instead of `int` for compiler variantsDavid Seifert1-6/+10
* Enums are strongly typed and make the whole `gcc_type`/`clang_type`/`icc_type` distinction redundant. * Enums also allow extending via member functions, which makes the code more generalisable.
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency1-0/+3
Use this when we print language-related information to the console and via the Ninja backend.
2017-06-23Split out languages from compilers.pyAlistair Thomas1-0/+65