Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add MOZ_FALLTHROUGH macro definition for gcc 7 to suppress ↵ | trav90 | 2018-03-04 | -4/+9 |
| | | | | | | -Wimplicit-fallthrough warnings The generic fallback MOZ_FALLTHROUGH definition is insufficient for GCC 7 and above, resulting in build warning spam and --enable-warnings-as-errors builds failing. The check for clang support is changed to use the __has_cpp_attribute macro, which is more robust than checking the __cplusplus version. Also, MOZ_FALLTHROUGH is now only defined in C++ code, since GCC errors out if it encounters a scoped attribute being used with __has_cpp_attribute in C code. No C code uses MOZ_FALLTHROUGH or derivatives at the moment. | |||
* | Clean up Firefox specific considerations from WindowsVersion.h | wolfbeast | 2018-02-20 | -73/+4 |
| | | | | Tag #22. | |||
* | Use thread_local calls on Win and Mac. | wolfbeast | 2018-02-19 | -32/+6 |
| | | | | This resolves #24. | |||
* | Fix off-by-one in Vector::insert. | wolfbeast | 2018-02-05 | -2/+54 |
| | ||||
* | Remove checks for GCC < 4.9 | trav90 | 2018-02-04 | -3/+1 |
| | ||||
* | Require at least GCC 4.9 to build | trav90 | 2018-02-04 | -2/+2 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+45354 |