Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-16 | Use enum instead of `int` for compiler variants | David Seifert | 1 | -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-26 | Add 'Compiler.get_display_language' | Guillaume Poirier-Morency | 1 | -0/+3 | |
Use this when we print language-related information to the console and via the Ninja backend. | |||||
2017-06-23 | Split out languages from compilers.py | Alistair Thomas | 1 | -0/+65 | |