Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix Span.h constexprs for VS2017 | trav90 | 2018-10-06 |
| | |||
* | Add mozilla::Span | trav90 | 2018-10-06 |
| | |||
* | Fix a warning with GCC 8: unnecessary parentheses in declaration of 'type name' | trav90 | 2018-08-10 |
| | |||
* | Initialize mVersion to silence a warning with GCC 8 | trav90 | 2018-08-10 |
| | |||
* | Bug 1462912 - Fixed BufferList::Extract to handle the case where the call ↵ | Alex Gaynor | 2018-06-29 |
| | | | | consumes the entirety of the BufferList. r=froydnj, a=RyanVM | ||
* | Bug 1456189 - Simplify BufferList::Extract to make the lifetimes clearer. ↵ | Alex Gaynor | 2018-06-29 |
| | | | | r=froydnj, a=RyanVM | ||
* | Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzard | Jeff Walden | 2018-04-29 |
| | |||
* | Bug 1398021 - Update lz4 to version 1.8.0. r=froydnj, a=RyanVM | Ryan VanderMeulen | 2018-03-14 |
| | | | | | | --HG-- extra : source : 9a4077eda5d80e2f7c7fe271035bee2e2d034cec extra : histedit_source : 64eb1f6e9b2b08981644d7edccd22997d6463b4b%2C5619daf512a89b3a6bf84eca781190b56e8dea31 | ||
* | Add MOZ_FALLTHROUGH macro definition for gcc 7 to suppress ↵ | trav90 | 2018-03-04 |
| | | | | | | -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 |
| | | | | Tag #22. | ||
* | Use thread_local calls on Win and Mac. | wolfbeast | 2018-02-19 |
| | | | | This resolves #24. | ||
* | Fix off-by-one in Vector::insert. | wolfbeast | 2018-02-05 |
| | |||
* | Remove checks for GCC < 4.9 | trav90 | 2018-02-04 |
| | |||
* | Require at least GCC 4.9 to build | trav90 | 2018-02-04 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |