| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-13 | Pass -fpch-preprocess to GCC when precompiled headers are used | Gabríel Arthúr Pétursson | |
| CCache requires this flag when building with precompiled headers. Without it, the preprocessor fails and CCache fallbacks to running the real compiler. Users still need to set 'sloppiness' to 'pch_defines,time_macros' in their ccache.conf file for CCache to cache builds that use precompiled headers. See the CCache manual for more info: https://ccache.samba.org/manual.html#_precompiled_headers | |||
| 2017-08-04 | A few more lgtm fixes. | Jussi Pakkanen | |
| 2017-07-17 | Added VS support to simd detector. | Jussi Pakkanen | |
| 2017-06-26 | Add 'Compiler.get_display_language' | Guillaume Poirier-Morency | |
| 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 | |
