summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/objc.py
Commit message (Collapse)AuthorAgeFilesLines
* Use enum instead of `int` for compiler variantsDavid Seifert2018-09-161-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.
* Add 'Compiler.get_display_language'Guillaume Poirier-Morency2017-06-261-0/+3
| | | | | Use this when we print language-related information to the console and via the Ninja backend.
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+64