- Jun 10, 2020
-
-
Tom Ritter authored
Differential Revision: https://phabricator.services.mozilla.com/D76432
-
- Jul 09, 2020
-
-
Matthew Finkel authored
Differential Revision: https://phabricator.services.mozilla.com/D82120
-
- Nov 04, 2019
-
-
Edwin Takahashi authored
Changes: - update sections of `generate_sources_mozbuild.py` and `cmakeparser.py` to be python3 compatible - change import of `urlparse` to be python3 compatible Depends on D51414 Differential Revision: https://phabricator.services.mozilla.com/D51692 --HG-- extra : moz-landing-system : lando
-
- Oct 10, 2019
-
-
Tom Ritter authored
mingw-gcc is no longer supported. Differential Revision: https://phabricator.services.mozilla.com/D48578 --HG-- extra : moz-landing-system : lando
-
- Apr 01, 2019
-
-
Christian Holler authored
Differential Revision: https://phabricator.services.mozilla.com/D25366 --HG-- extra : moz-landing-system : lando
-
- Feb 14, 2019
-
-
Mike Hommey authored
Consequently, this removes: - MOZ_LIBPRIO, which is now always enabled. - non_msvc_compiler, which is now always true. - The cl.py wrapper, since it's not used anymore. - CL_INCLUDES_PREFIX, which was only used for the cl.py wrapper. - NONASCII, which was only there to ensure CL_INCLUDES_PREFIX still worked in non-ASCII cases. This however keeps a large part of detecting and configuring for MSVC, because we still do need it for at least headers, libraries, and midl. Depends on D19614 Differential Revision: https://phabricator.services.mozilla.com/D19615 --HG-- extra : moz-landing-system : lando
-
- Dec 19, 2018
-
-
Mike Hommey authored
Bug 1515257 - Don't pretend there are ARM assembly sources in libaom. r=firefox-build-system-reviewers,ted There aren't any, and the code to actually convert them from .asm to gas that is expected by the moz.build is not even there, so if there were assembly sources, it would fail to build. Depends on D14946 Differential Revision: https://phabricator.services.mozilla.com/D14947 --HG-- extra : moz-landing-system : lando
-
- Nov 16, 2018
-
-
Thomas Daede authored
Includes changes to support nasm's stricter include paths. Supports falling back to yasm if nasm is missing. Differential Revision: https://phabricator.services.mozilla.com/D9972 --HG-- extra : moz-landing-system : lando
-
- Sep 20, 2018
-
-
Thomas Daede authored
Differential Revision: https://phabricator.services.mozilla.com/D6336 --HG-- extra : moz-landing-system : lando
-
- Sep 19, 2018
-
-
Thomas Daede authored
Differential Revision: https://phabricator.services.mozilla.com/D6206 --HG-- rename : third_party/aom/aom_ports/ppc.h => third_party/aom/aom_dsp/x86/sum_squares_sse2.h rename : third_party/aom/av1/decoder/obu.h => third_party/aom/av1/common/obu_util.h rename : third_party/aom/build/make/ios-Info.plist => third_party/aom/build/cmake/ios-Info.plist rename : third_party/aom/build/make/iosbuild.sh => third_party/aom/build/cmake/iosbuild.sh rename : third_party/aom/build/make/rtcd.pl => third_party/aom/build/cmake/rtcd.pl rename : third_party/aom/common/y4menc.h => third_party/aom/common/rawenc.h extra : moz-landing-system : lando
-
Thomas Daede authored
Differential Revision: https://phabricator.services.mozilla.com/D5216 --HG-- extra : moz-landing-system : lando
-
- Sep 06, 2018
-
-
Christian Holler authored
Differential Revision: https://phabricator.services.mozilla.com/D5027 --HG-- extra : moz-landing-system : lando
-
- Jul 24, 2018
-
-
Dan Minor authored
Summary: I didn't have time to get this upstreamed prior to this update. Reviewers: TD-Linux Tags: #secure-revision Bug #: 1476408 Differential Revision: https://phabricator.services.mozilla.com/D2359 --HG-- extra : rebase_source : ec43830e191d7c0d899d93f08d912c64a4eba002
-
- Jul 23, 2018
-
-
Dan Minor authored
Tags: #secure-revision Bug #: 1476408 Differential Revision: https://phabricator.services.mozilla.com/D2358 --HG-- extra : rebase_source : fa2438ada27a67e400617705014460b6d5ff485c
-
Dan Minor authored
Summary: Upstream can now code generate the rtcd interface files directly from the aom_config.h header, so we no longer have to generate an intermediate file by running lint_config.sh. This also means we can remove the code for creating a temporary directory. Reviewers: TD-Linux Tags: #secure-revision Bug #: 1476408 Differential Revision: https://phabricator.services.mozilla.com/D2357 --HG-- extra : rebase_source : 8effc0fc61403db473fc90bc3989912b46133c3e
-
- Jul 24, 2018
-
-
Nathan Froyd authored
ARM64 Windows is a thing now, so this assumption is no longer valid.
-
- Jul 12, 2018
-
-
Andreea Pavel authored
Backed out changeset e68935c355ab (bug 1445683) Backed out changeset d9a9e3c9ca90 (bug 1445683) Backed out changeset 83f43f8c169f (bug 1445683) Backed out changeset 2ade4353bf78 (bug 1445683) Backed out changeset 26fb32120d5c (bug 1445683) Backed out changeset 9e1c87de8b85 (bug 1445683) Backed out changeset d1bd9413b789 (bug 1445683) Backed out changeset 55f4f0860c7e (bug 1445683) Backed out changeset 6baf4a04beb6 (bug 1445683) Backed out changeset 9e6b648152b5 (bug 1445683) Backed out changeset 9b9f6b34ea89 (bug 1445683) Backed out changeset 0f760232724f (bug 1445683) --HG-- rename : third_party/aom/stats/aomstats.h => third_party/aom/aomstats.h rename : third_party/aom/build/cmake/aom_config.c.template => third_party/aom/build/cmake/aom_config.c.cmake rename : third_party/aom/common/md5_utils.h => third_party/aom/md5_utils.h rename : third_party/aom/stats/rate_hist.h => third_party/aom/rate_hist.h rename : third_party/aom/common/warnings.h => third_party/aom/warnings.h rename : third_party/aom/common/webmenc.h => third_party/aom/webmenc.h rename : third_party/aom/common/y4minput.h => third_party/aom/y4minput.h
-
- Jun 05, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: D3MAVM5IhXX --HG-- extra : rebase_source : fcf2e93569e1499206721a9cb244317cefea1e59
-
- Jun 21, 2018
-
-
Dan Minor authored
Update aom to rev d14c5bb4f336ef1842046089849dee4a301fbbf0. MozReview-Commit-ID: YoPHbFHRq2 --HG-- rename : third_party/aom/build/cmake/aom_config.c.cmake => third_party/aom/build/cmake/aom_config.c.template rename : third_party/aom/md5_utils.h => third_party/aom/common/md5_utils.h rename : third_party/aom/warnings.h => third_party/aom/common/warnings.h rename : third_party/aom/webmenc.h => third_party/aom/common/webmenc.h rename : third_party/aom/y4minput.h => third_party/aom/common/y4minput.h rename : third_party/aom/aomstats.h => third_party/aom/stats/aomstats.h rename : third_party/aom/rate_hist.h => third_party/aom/stats/rate_hist.h extra : rebase_source : b89a030f202aa3aa91b7308997bf32c871e1dc39
-
- May 17, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: 76yhREntUzj --HG-- extra : rebase_source : 79b76d640a1209be26cf095da416d2ab6a780c22
-
- Apr 17, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: IILHY1ArCEv --HG-- extra : rebase_source : 5ebcdea9b91203d287d84e221d10bc918263049f
-
- Apr 16, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: 2BJ3sZnho29 --HG-- extra : rebase_source : 3b62f0dabc6aae0bd8ebdb98ca2d14368f84e4aa
-
Dan Minor authored
This changes generate_sources_mozbuild.sh to call generate_sources_mozbuild.py to generate sources.mozbuild and config files and removes the parts of the script that are no longer necessary. MozReview-Commit-ID: HgXIEw93z41 --HG-- extra : rebase_source : 900ee8f4c5ca14427d00814bfc16d00dea3612ec
-
Dan Minor authored
This uses the cmakeparser to generate sources.mozbuild and the config files for each platform. MozReview-Commit-ID: CU6oIPJXtTw --HG-- extra : rebase_source : c19032d6b4c7b08a0964f7e64d9170f32bf8a09e
-
- Apr 05, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: Fy5v5pw4Rgi --HG-- extra : rebase_source : 9ee597f7f7c6736c58bf1cf2b62ff3f2f3b583e3
-
- May 10, 2018
-
- Apr 24, 2018
-
-
David Major authored
--HG-- extra : rebase_source : ccab44a70a3147fdfebab11cb874bfde48165f93
-
- Apr 12, 2018
-
- Apr 11, 2018
-
-
David Major authored
-
arthur.iakab authored
Backed out 2 changesets (bug 1453061)For frequently failing build bustage on win-32 pgo on a CLOSED TREE Backed out changeset 6a08a9249650 (bug 1453061) Backed out changeset 1edfe06dff5b (bug 1453061)
-
- Apr 10, 2018
-
- Apr 13, 2018
-
-
David Major authored
Backed out changeset 0543a3f29a74 (bug 1453061) and we'll re-land when talos xperf comes back online --HG-- extra : rebase_source : 60993f6d31db066e419750462685bd55514ebee4
-
- Mar 23, 2018
-
-
Tom Ritter authored
MozReview-Commit-ID: BiBqBFSWYtK --HG-- extra : rebase_source : 2010d77e6971de38cf5ffd7c835d59a724a73195
-
- Jun 05, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: D3MAVM5IhXX --HG-- extra : rebase_source : 2884ad21740325c226af4087ca1dcf23e47a8188
-
- Jun 21, 2018
-
-
Dan Minor authored
Update aom to rev d14c5bb4f336ef1842046089849dee4a301fbbf0. MozReview-Commit-ID: YoPHbFHRq2 --HG-- rename : third_party/aom/build/cmake/aom_config.c.cmake => third_party/aom/build/cmake/aom_config.c.template rename : third_party/aom/md5_utils.h => third_party/aom/common/md5_utils.h rename : third_party/aom/warnings.h => third_party/aom/common/warnings.h rename : third_party/aom/webmenc.h => third_party/aom/common/webmenc.h rename : third_party/aom/y4minput.h => third_party/aom/common/y4minput.h rename : third_party/aom/aomstats.h => third_party/aom/stats/aomstats.h rename : third_party/aom/rate_hist.h => third_party/aom/stats/rate_hist.h extra : rebase_source : 6e3d836d1d36879f862ed74227522e422f4fb5c1
-
- May 17, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: 76yhREntUzj --HG-- extra : rebase_source : 3e7c9582d725a42955cc38a5fe209ad5aed49009
-
- Apr 17, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: IILHY1ArCEv --HG-- extra : rebase_source : 0a4c13add54bf31e566dce9f609a435ad2a5cee2
-
- Apr 16, 2018
-
-
Dan Minor authored
MozReview-Commit-ID: 2BJ3sZnho29 --HG-- extra : rebase_source : 91ba9956c867198f6e1ed6a109deeecdbd5449f0
-
Dan Minor authored
This changes generate_sources_mozbuild.sh to call generate_sources_mozbuild.py to generate sources.mozbuild and config files and removes the parts of the script that are no longer necessary. MozReview-Commit-ID: HgXIEw93z41 --HG-- extra : rebase_source : b54d23197e741c8e037ffc4b977c8d01c34197ef
-
Dan Minor authored
This uses the cmakeparser to generate sources.mozbuild and the config files for each platform. MozReview-Commit-ID: CU6oIPJXtTw --HG-- extra : rebase_source : b9f6707ed3f4ef6336a4fa2d75c46a5c26570528
-