Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #7 - Remove Weave | Matt A. Tobin | 2022-04-18 |
| | |||
* | Issue #22 - Always use -pipe with GCC | trav90 | 2022-04-16 |
| | | | | Usable GCC versions have supported -pipe for a VERY long time. There's no need to keep checking if it is supported. | ||
* | Start splitting up ac configure logic into different files | Matt A. Tobin | 2022-04-10 |
| | |||
* | Issue %15 - Part 1: remove a number of old GCC hacks. | Moonchild | 2022-03-21 |
| | |||
* | Issue mcp-graveyard/UXP%190 - Remove MOZ_IOS conditional code and ios.m4 | Jeremy Andrews | 2021-12-06 |
| | |||
* | Issue %3003 - Move icu to libs | Matt A. Tobin | 2021-11-25 |
| | |||
* | [NSS/GYP] Transfer build configuration to gyp | Matt A. Tobin | 2021-11-20 |
| | |||
* | Issue %3020 - Part 7: Remove Android systrace, more build system removals. | Moonchild | 2021-10-16 |
| | | | | Also updates more comments. | ||
* | Issue %3020 - Part 2: First pass Android defines and remove Android Annotation | Moonchild | 2021-10-14 |
| | | | | processors, some Andoid packaging stuff, Eclipse IDE support et al. | ||
* | Issue mcp-graveyard/UXP%1053 - Remove build system MOZ_ANDROID_* defines and ↵ | Moonchild | 2021-03-10 |
| | | | | related code. | ||
* | Redundant code path cleanup (%1702) | Moonchild | 2021-01-02 |
| | | | | | | | | | Remove various obsolete configure options. Remove Adjust SDK install tracking filth. Remove redundant code paths in old-configure This also optimizes linker use Remove redundant conditional blocks. Rewrite span.h without constexpr use. | ||
* | Issue mcp-graveyard/UXP%1451 - Split out ICU data file on Windows | Moonchild | 2020-05-05 |
| | | | | This reduces the xul.dll size by 11 MB | ||
* | Alter config.guess to properly detect host and target bitness on SunOS | Matt A. Tobin | 2020-04-07 |
| | |||
* | Teach config.guess to know if we want to build 32 or 64 bit builds on Windows | Matt A. Tobin | 2020-03-28 |
| | |||
* | Issue mcp-graveyard/UXP%1342 - Remove support for system NSPR/NSS | wolfbeast | 2020-01-30 |
| | |||
* | Issue mcp-graveyard/UXP%1342 - Remove support for system ICU | wolfbeast | 2020-01-29 |
| | |||
* | MoonchildProductions%1251 - Part 26: Oracle Solaris gsed/ICU fix. | athenian200 | 2019-10-21 |
| | | | | OpenIndiana didn't need this for some reason, but on Oracle Solaris, we need this to make sure we're using gsed (GNU sed) here. It's probably a safer bet anyway. | ||
* | Issue mcp-graveyard/UXP%1226 - Explicitly enable sse2 on x86_64 also. | wolfbeast | 2019-09-10 |
| | | | | | | Although it's enabled by default in gcc (should be, anyway!), we're being explicit here for 64-bit x86 platforms here also. This matches the old behavior. | ||
* | Don't assume Intel architecture for compiler optimizations on Linux/gcc. | wolfbeast | 2019-09-10 |
| | | | | | This only adds SSE2 flags when the CPU architecture is correct for it. Resolves %1226 | ||
* | Always build with SSE2 support when using GCC | trav90 | 2018-06-03 |
| | |||
* | Revert "Always build with SSE2 support & display an error if not available" | Moonchild | 2018-05-28 |
| | |||
* | Remove extraneous SSE flag | trav90 | 2018-05-27 |
| | |||
* | Tweak SSE/SSE2 GCC flags | trav90 | 2018-05-27 |
| | |||
* | Always build with SSE2 support when using GCC | trav90 | 2018-05-27 |
| | |||
* | Issue mcp-graveyard/UXP%325 Part 15: Remove ENABLE_INTL_API and ↵ | wolfbeast | 2018-05-04 |
| | | | | EXPOSE_INTL_API flags. | ||
* | Remove the option to build without INTL/ICU | wolfbeast | 2018-05-04 |
| | | | | This resolves %324. | ||
* | Remove jemalloc 4 from our tree. | wolfbeast | 2018-04-27 |
| | |||
* | Remove support for making jemalloc4 the default memory allocator. | wolfbeast | 2018-04-27 |
| | |||
* | Remove support for system jemalloc. | wolfbeast | 2018-04-26 |
| | |||
* | Style fix | trav90 | 2018-04-20 |
| | |||
* | Force use of level 1 Liftetime DSE optimization on modern GCC | trav90 | 2018-04-19 |
| | | | | Instead of completely disabling it. | ||
* | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. | wolfbeast | 2018-04-13 |
| | | | | | | | | | - `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it) - `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions. - `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set - `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true` - `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true` - Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future. | ||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |