Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed UserStringArrayOption to UserArrayOption for short.arrayname | Jussi Pakkanen | 2017-12-06 | 1 | -4/+4 |
| | |||||
* | adding C++98 to versions that meson can support | Solomon Choina | 2017-11-29 | 1 | -2/+2 |
| | |||||
* | Pass -fpch-preprocess to GCC when precompiled headers are used | GabrĂel ArthĂșr PĂ©tursson | 2017-08-13 | 1 | -0/+5 |
| | | | | | | | | | | | | 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 | ||||
* | A few more lgtm fixes. | Jussi Pakkanen | 2017-08-04 | 1 | -1/+0 |
| | |||||
* | Added VS support to simd detector. | Jussi Pakkanen | 2017-07-17 | 1 | -2/+2 |
| | |||||
* | Add 'Compiler.get_display_language' | Guillaume Poirier-Morency | 2017-06-26 | 1 | -0/+3 |
| | | | | | Use this when we print language-related information to the console and via the Ninja backend. | ||||
* | Split out languages from compilers.py | Alistair Thomas | 2017-06-23 | 1 | -0/+202 |