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. Apr 18, 2012
  2. Apr 17, 2012
  3. Apr 16, 2012
  4. Apr 15, 2012
  5. Apr 14, 2012
  6. Apr 12, 2012
  7. Apr 11, 2012
    • Misty De Meo's avatar
      brew-pull: Fix detecting issue # · 3a4899eb
      Misty De Meo authored
      Fixes a regression introduced in c27a575eb6b2dfc0d662aaab2cf9d754647fbadd
      This is why I wish 1.8.x had named captures.
      3a4899eb
    • Misty De Meo's avatar
      brew doctor: add check for outdated compilers · 4dc1a7bd
      Misty De Meo authored
      
      A common source of build problems on Xcode 4.3+ is outdated compilers,
      usually when a user has installed over top of an old version and hasn't
      installed the CLT. Since the compilers from the previous Xcode are still
      around, brew doctor wouldn't complain.
      
      This adds a hash containing a list of the canonical compiler versions
      for supported versions of Xcode, and adds a check against that to determine
      whether a given installation has any compilers which are out of date.
      
      Closes Homebrew/homebrew#11518.
      
      Signed-off-by: default avatarMisty De Meo <mistydemeo@gmail.com>
      4dc1a7bd
    • Jack Nagel's avatar
      ARGV: use include? for --HEAD · 9d172f85
      Jack Nagel authored
      
      ARGV.build_head? will return true if the typo '-HEAD' is passed because
      it uses flag? to detect the option. However, we only filter the exact
      spelling of '--HEAD' in ARGV.filter_for_dependencies, and thus the HEAD
      property is undesirably passed to deps during installation.
      
      Since we never advertised '-H' as a valid short option for '--HEAD',
      just use include? instead of flag?.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      9d172f85
  8. Apr 10, 2012
  9. Apr 09, 2012
  10. Apr 08, 2012
  11. Apr 07, 2012
  12. Apr 06, 2012
  13. Apr 04, 2012
  14. Apr 03, 2012
  15. Apr 02, 2012
Loading