- Mar 11, 2014
-
-
Steve Fink authored
--HG-- extra : rebase_source : 740fc0d5cd27b0cc7d06ce9f9c2f848c9d071b20
-
- Feb 25, 2014
-
-
Steve Fink authored
-
John Shih authored
-
- Feb 11, 2014
-
-
Mike Hommey authored
Before, we would run configure in both top-level and js/src, and both configures would traverse their own set of moz.builds, without actual knowledge about the other. With this change, both configures still run, but only top-level traverses moz.build files, and uses js/src's config.status when traversing its moz.build files. This allows a better sharing of information between both build systems and the removal of many hacks. This also moves running libffi and icu configure to top-level. Standalone js builds still have their own configure doing moz.build traversal, as before. --HG-- rename : config/autoconf.mk.in => config/autoconf-js.mk.in rename : config/emptyvars.mk.in => config/emptyvars-js.mk.in
-
- Jan 20, 2014
-
-
Mike Hommey authored
-
Mike Hommey authored
-
Mike Hommey authored
-
Mike Hommey authored
-
- Jan 13, 2014
-
-
Mike Hommey authored
-
Kai-Zhen Li authored
-
- Dec 17, 2013
-
-
Mike Hommey authored
-
- Nov 07, 2013
-
-
Mike Hommey authored
--HG-- rename : config/makefiles/target_libs.mk => config/makefiles/target_binaries.mk rename : js/src/config/makefiles/target_libs.mk => js/src/config/makefiles/target_binaries.mk
-
Mike Hommey authored
-
- Oct 02, 2013
-
-
Benjamin Peterson authored
-
- Oct 23, 2013
-
-
Gregory Szorc authored
--HG-- extra : rebase_source : b502ce209de6a0ae10e130644e424687e4fae85e
-
- Sep 06, 2013
-
-
Mike Hommey authored
-
- Jul 31, 2013
-
-
Ryan VanderMeulen authored
CLOSED TREE
-
Gregory Szorc authored
A new build tier is introduced: precompile. The intention is to replace the export subtier with something better and nonrecursive. IPDL and WebIDL code generation have been moved into this new tier and are performed concurrently. This appears to reduce build times due to fewer "single threaded" build actions. The subtier tracking UI has been updated to reflect operations that can occur in parallel. As subtiers are started, they turn yellow. They can then complete in any order. Nonrecursive targets have been added to preserve the IPDL and WebIDL build targets such that developers can type |make| from leaf directories like they have always done.
-
Gregory Szorc authored
A new build tier is introduced: precompile. The intention is to replace the export subtier with something better and nonrecursive. IPDL and WebIDL code generation have been moved into this new tier and are performed concurrently. This appears to reduce build times due to fewer "single threaded" build actions. The subtier tracking UI has been updated to reflect operations that can occur in parallel. As subtiers are started, they turn yellow. They can then complete in any order. Nonrecursive targets have been added to preserve the IPDL and WebIDL build targets such that developers can type |make| from leaf directories like they have always done.
-
- Sep 06, 2013
-
-
Mike Hommey authored
-
- Sep 20, 2013
-
-
Mike Hommey authored
-
- Mar 24, 2013
-
-
Joshua Cranmer authored
-
- Mar 29, 2013
-
-
Kyle Machulis authored
-
Kyle Machulis authored
--HG-- extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
-
- Feb 25, 2013
-
-
Gregory Szorc authored
-
Gregory Szorc authored
-
- Apr 01, 2013
-
-
Kyle Machulis authored
-