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 .
- Jul 02, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#20868.
-
Mike McQuaid authored
References Homebrew/homebrew#17383.
-
- Jul 01, 2013
-
-
Misty De Meo authored
These tests need a lot of work...
-
Misty De Meo authored
See Homebrew/homebrew#20935.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#20926.
-
Victor Martinez authored
Closes Homebrew/homebrew#20645. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
If linking fails, won't try to re-install the plist. Closes Homebrew/homebrew#20843.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#20920.
-
- Jun 30, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#20908.
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Jack Nagel authored
-
Shaun Jackman authored
Closes homebrew/linuxbrew#16 Closes Homebrew/homebrew#20903. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Jun 29, 2013
-
-
Mike McQuaid authored
brew-cleanup-installed: uninstall all non-whitelisted Homebrew formulae. Useful for maintainers/testers who regularly install lots of formulae they don't actually use. Populate ~/.brew-cleanup-installed with the formulae you want to keep installed. All others will be uninstalled when brew-cleanup-installed is run.
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#18300. Closes Homebrew/homebrew#20891.
-
Jack Nagel authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jun 28, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#10817.
-
Paul Fitzpatrick authored
Closes Homebrew/homebrew#20813. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
-
Misty De Meo authored
-
Misty De Meo authored
We previously tried to call llvm-g++ under the name `g++`, but this is now a link to clang on Xcode 5+. Fixes Homebrew/homebrew#20691.
-
Misty De Meo authored
gunzip can only extract files in-place, so just shelling out to gunzip was actually leaving the uncompressed file in Homebrew's cache, not in the temporary directory. (It also destroyed the original compressed file.)
-
- Jun 27, 2013
-
-
Mike McQuaid authored
References Homebrew/homebrew#20716.
-
Jack Nagel authored
-
Jack Nagel authored
The implementation of #eql? and #hash should ensure that if a.eql?(b), then a.hash == b.hash, but #eql? itself should not *depend* on #hash. For example, given class Thingy def eql? instance_of?(other.class) && hash == other.hash end def hash [name, *tags].hash end end if #hash produces a collision for different values of [name, *tags], two Thingy objects will appear to be eql?, even though this is not the case. Instead, #eql? should depend on the equality of name and tags directly.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#20716.
-
Jack Nagel authored
Closes Homebrew/homebrew#20797.
-
Adam Vandenberg authored
-
Misty De Meo authored
-