summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/cpp.py
AgeCommit message (Collapse)Author
2017-08-13Pass -fpch-preprocess to GCC when precompiled headers are usedGabrí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-04A few more lgtm fixes.Jussi Pakkanen
2017-07-17Added VS support to simd detector.Jussi Pakkanen
2017-06-26Add '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-23Split out languages from compilers.pyAlistair Thomas