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 .
- Apr 05, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#21223.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#28144.
-
Clemens Gruber authored
Closes Homebrew/homebrew#28173. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Misty De Meo authored
This hack is starting to outlive its usefulness, and produces false positives. Fixes Homebrew/homebrew#28147.
-
- Apr 04, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Mike McQuaid authored
This is as Python bindings are not build in a way that can have system or Homebrew Python used interchangeably.
-
Mike McQuaid authored
-
Mike McQuaid authored
Allows disabling bottles from requirements.
-
Jack Nagel authored
-
- Apr 03, 2014
-
-
Clemens Müller authored
As pointed out by @mikemcquaid in http://git.io/Q5b9wg Closes Homebrew/homebrew#28106. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
This reverts commit 557ef8df05a8ea28ed903f08b2009ebc0e218f5a.
-
Jack Nagel authored
Closes Homebrew/homebrew#28095.
-
Jack Nagel authored
Closes Homebrew/homebrew#28094.
-
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.
-
Jack Nagel authored
The search mechanism in MacOS::Xcode is very slow. It requires shelling out at least twice, and possibly a third time (in the CLT-only case). Calling provides_cvs? activates this in order to determine the Xcode version. But if we know that there isn't an Xcode available for the current OS that meets the criteria, we can avoid this check entirely.
-
- Apr 02, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 01, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Now that this is always called with an explicit mode argument, let's make sure it stays that way.
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#27642.
-
Mike McQuaid authored
-
Mike McQuaid authored
Sometimes `Dir[]` is used with single files/directories unnecessarily.
-
- Mar 31, 2014
-
-
Jack Nagel authored
-