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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 13, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#27420.
-
Jack Nagel authored
-
- May 06, 2014
-
-
Mike McQuaid authored
Instead check if the path exists by using opt.
-
- May 03, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
After recent cleanups the code in this branch should be unreachable, so there is little point in keeping it around.
-
- May 02, 2014
-
-
Jack Nagel authored
These methods are no longer required.
-
Jack Nagel authored
This reflects what Apple calls it in more recent versions of Xcode/OS X.
-
Jack Nagel authored
-
Jack Nagel authored
Since ae177adb2bd55ee5ad6367e7639c4cf0c774b63a, we can safely assume that xcrun works, and a functioning xcrun will search dev_tools_path and xctoolchain_path, so we can stop doing extra work here. On CLT-only 10.7 and 10.8, xcrun will not work, but all the tools will be in /usr/bin, which we check before invoking xcrun. Further, in this case, dev_tools_path will be /usr/bin, and xctoolchain_path will not exist, so the fallbacks here are unnecessary.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- May 01, 2014
-
-
Adam Vandenberg authored
-
- Apr 23, 2014
-
-
Mike McQuaid authored
It is activated by the same mechanism as the Homebrew/versions compilers which now check if the GCC formula uses the same, correct version. References Homebrew/homebrew#28418.
-
- Apr 22, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 20, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 16, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This is handled here: https://github.com/Homebrew/homebrew/blob/67fbb313da8843234c4d1785c9c074af5a025394/Library/brew.rb#L34-46
-
- Apr 15, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 05, 2014
-
-
Clemens Gruber authored
Closes Homebrew/homebrew#28173. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Misty De Meo authored
This hack is starting to outlive its usefulness, and produces false positives. Fixes Homebrew/homebrew#28147.
-
- Apr 03, 2014
-
-
Jack Nagel authored
MacOS.version#<=> is called many, many times during formula loading with the same half dozen or so arguments. A typical call to this method involves: * a hash lookup to convert a symbol argument to a string * creation of a throw-away Version object wrapping the argument * the actual version comparison, which is not cheap This makes it a prime candidate to be memoized.
-
- Apr 02, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Mar 27, 2014
-
-
Misty De Meo authored
CLT.installed? previously returned false if the user had outdated dev tools installed after a 10.9 upgrade, which was confusing to users.
-
- Mar 22, 2014
-
-
Mike McQuaid authored
-
- Mar 11, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#27389. Fixes Homebrew/homebrew#27390.
-
- Feb 24, 2014
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#26943.
-
- Jan 23, 2014
-
-
Mike McQuaid authored
-