summaryrefslogtreecommitdiff
path: root/build/autoconf
Commit message (Collapse)AuthorAge
* Issue #7 - Remove WeaveMatt A. Tobin2022-04-18
|
* Issue #22 - Always use -pipe with GCCtrav902022-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 filesMatt A. Tobin2022-04-10
|
* Issue %15 - Part 1: remove a number of old GCC hacks.Moonchild2022-03-21
|
* Issue mcp-graveyard/UXP%190 - Remove MOZ_IOS conditional code and ios.m4Jeremy Andrews2021-12-06
|
* Issue %3003 - Move icu to libsMatt A. Tobin2021-11-25
|
* [NSS/GYP] Transfer build configuration to gypMatt A. Tobin2021-11-20
|
* Issue %3020 - Part 7: Remove Android systrace, more build system removals.Moonchild2021-10-16
| | | | Also updates more comments.
* Issue %3020 - Part 2: First pass Android defines and remove Android AnnotationMoonchild2021-10-14
| | | | processors, some Andoid packaging stuff, Eclipse IDE support et al.
* Issue mcp-graveyard/UXP%1053 - Remove build system MOZ_ANDROID_* defines and ↵Moonchild2021-03-10
| | | | related code.
* Redundant code path cleanup (%1702)Moonchild2021-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 WindowsMoonchild2020-05-05
| | | | This reduces the xul.dll size by 11 MB
* Alter config.guess to properly detect host and target bitness on SunOSMatt A. Tobin2020-04-07
|
* Teach config.guess to know if we want to build 32 or 64 bit builds on WindowsMatt A. Tobin2020-03-28
|
* Issue mcp-graveyard/UXP%1342 - Remove support for system NSPR/NSSwolfbeast2020-01-30
|
* Issue mcp-graveyard/UXP%1342 - Remove support for system ICUwolfbeast2020-01-29
|
* MoonchildProductions%1251 - Part 26: Oracle Solaris gsed/ICU fix.athenian2002019-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.wolfbeast2019-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.wolfbeast2019-09-10
| | | | | This only adds SSE2 flags when the CPU architecture is correct for it. Resolves %1226
* Always build with SSE2 support when using GCCtrav902018-06-03
|
* Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28
|
* Remove extraneous SSE flagtrav902018-05-27
|
* Tweak SSE/SSE2 GCC flagstrav902018-05-27
|
* Always build with SSE2 support when using GCCtrav902018-05-27
|
* Issue mcp-graveyard/UXP%325 Part 15: Remove ENABLE_INTL_API and ↵wolfbeast2018-05-04
| | | | EXPOSE_INTL_API flags.
* Remove the option to build without INTL/ICUwolfbeast2018-05-04
| | | | This resolves %324.
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27
|
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27
|
* Remove support for system jemalloc.wolfbeast2018-04-26
|
* Style fixtrav902018-04-20
|
* Force use of level 1 Liftetime DSE optimization on modern GCCtrav902018-04-19
| | | | Instead of completely disabling it.
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-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.0Matt A. Tobin2018-02-02