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. Mar 13, 2010
  2. Mar 12, 2010
  3. Mar 11, 2010
  4. Mar 10, 2010
  5. Mar 09, 2010
  6. Mar 08, 2010
  7. Mar 07, 2010
  8. Mar 04, 2010
  9. Mar 02, 2010
  10. Feb 28, 2010
  11. Feb 27, 2010
  12. Feb 26, 2010
  13. Feb 25, 2010
    • Adam Vandenberg's avatar
      brew --cache [formula] · 080a7ee3
      Adam Vandenberg authored
      This developer-oriented command lets you ask Homebrew what the cached
      filename will be for a brew's tarball.
      080a7ee3
  14. Feb 24, 2010
  15. Feb 21, 2010
  16. Feb 20, 2010
    • Max Howell's avatar
      Fix inreplace barfing over Pathnames · 15e14570
      Max Howell authored
      This fix should be fairly tolerant of types.
      15e14570
    • Max Howell's avatar
      No longer compile with LLVM by default · 78677515
      Max Howell authored
      Justification:
      * LLVM is too immature, it often fails to compile, sometimes irreproducibly
      * The performance of the resulting bytecode is often slower than the GCC
        equivalent (eg MySQL)
      
      If you want to continue using LLVM you can. Set HOMEBREW_USE_LLVM or brew with
      --use-llvm.
      
      We also now use the default compiler for each platform. So GCC 4.2 on Snow and
      GCC 4.0 on Leopard. This also means that new formula are more likely to just
      work as many over complicated build systems get upset when you mix things up.
      
      I also did a bunch more new research regarding compiler flags. We now set the
      right -march for nehalem procs and don't add redundant flags like msse3 (which
      is automatically applied for all the -march settings we use).
      
      Reducing the number of cflags will improve the overall reliability of our
      platform.
      78677515
    • Max Howell's avatar
      Allow inreplace to operate over arrays · b48d46d4
      Max Howell authored
      I like that String.each is interchangeable with Array.each :)
      b48d46d4
  17. Feb 19, 2010
    • Adam Vandenberg's avatar
      Add `brew --cellar` command. · 0d73cbbc
      Adam Vandenberg authored
      The Cellar may not actually be "`brew --prefix`/Cellar".
      We support the Cellar existing only in the repo but
      not linked into the prefix, for installs that aren't
      directly in /usr/local (or other chosen prefix.)
      0d73cbbc
    • Max Howell's avatar
      Fix Pathname.install for relative symlinks · 8cdb504b
      Max Howell authored
      If you have a bunch of symlinks and they all point at one file and you use Pathname.install on them all the error checking would fail if the file was moved before the symlinks because the symlinks would then point at a non existent file.
      8cdb504b
  18. Feb 18, 2010
  19. Feb 17, 2010
  20. Feb 14, 2010
Loading