Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jan 26, 2013
  2. Jan 25, 2013
    • Samuel John's avatar
      superenv: Allow ENV.m32 (for 32bit builds) · 293be41d
      Samuel John authored
      
      Superenv normally filters out "-m32" flag, preventing 32bit builds.
      Some software, however, still only work in 32bit mode.
      
      If ENV.m32 is called, superenv does not filter out the "-m32" flag.
      Also note, superenv, does not explicitly add the -m32 flag and
      expects the build system of the software to know when and where to
      provide this flag.
      
      Closes Homebrew/homebrew#16350.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      293be41d
  3. Jan 24, 2013
  4. Jan 23, 2013
  5. Jan 22, 2013
  6. Jan 21, 2013
  7. Jan 20, 2013
  8. Jan 18, 2013
  9. Jan 16, 2013
  10. Jan 15, 2013
  11. Jan 14, 2013
    • Chad Catlett's avatar
      Fix uses cmd · 2a4a3c3a
      Chad Catlett authored
      
      Fixes Homebrew/homebrew#17074.
      Closes Homebrew/homebrew#17075.
      
      Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
      2a4a3c3a
    • Jack Nagel's avatar
      Split up dependency test coverage · fe4f39dc
      Jack Nagel authored
      The DependencyCollector tests are really integration tests, while the
      rest are closer to real unit tests. Split them up so that the tests can
      be run in isolation on a per-class basis.
      fe4f39dc
    • Jack Nagel's avatar
      Remove <=> from Dependency interface · e629f14d
      Jack Nagel authored
      It is important that dep equality corresponds to the name attribute, but
      we may want to use the Comparable interface to sort them by installation
      order in the future. Code that needs to sort them alphabetically should
      just use sort_by.
      e629f14d
Loading