Skip to content
Snippets Groups Projects
  1. Mar 11, 2014
  2. Feb 25, 2014
  3. Feb 11, 2014
    • Mike Hommey's avatar
      Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps · 69e70086
      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
      69e70086
  4. Jan 20, 2014
  5. Jan 13, 2014
  6. Dec 17, 2013
  7. Nov 07, 2013
  8. Oct 02, 2013
  9. Oct 23, 2013
  10. Sep 06, 2013
  11. Jul 31, 2013
    • Ryan VanderMeulen's avatar
    • Gregory Szorc's avatar
      Bug 899792 - Establish precompile tier and move IPDL and WebIDL build rules; r=glandium · e0fc5974
      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.
      e0fc5974
    • Gregory Szorc's avatar
      Bug 899792 - Establish precompile tier and move IPDL and WebIDL build rules; r=glandium · 1340edfe
      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.
      1340edfe
  12. Sep 06, 2013
  13. Sep 20, 2013
  14. Mar 24, 2013
  15. Mar 29, 2013
  16. Feb 25, 2013
  17. Apr 01, 2013
Loading