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 08, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- May 07, 2013
-
-
Misty De Meo authored
Fixes Homebrew/homebrew#19646.
-
Jack Nagel authored
Fixes Homebrew/homebrew#19636.
-
Jack Nagel authored
-
Jack Nagel authored
By always passing around a single, unnested array rather than splatting and then defensively flattening and compacting things, we can avoid allocating a bunch of unnecessary arrays. This gives a performance boost of roughly 4% when enumerating 2500 formulae, and has the side effect of cleaning up the dependency API.
-
Jack Nagel authored
-
Jack Nagel authored
It's much more likely that an instance of Requirement is passed.
-
Jack Nagel authored
-
- May 05, 2013
-
-
Misty De Meo authored
-
- May 04, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#19601.
-
Adam Vandenberg authored
-
Mike McQuaid authored
-
- May 03, 2013
-
-
Mike McQuaid authored
-
Jack Nagel authored
-
Mike McQuaid authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#18247.
-
- May 01, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#17344.
-
- Apr 30, 2013
-
-
Jack Nagel authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#17399.
-
- Apr 28, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Now that we are testing for a custom exception type, we don't need to make any assertion about the message.
-
Jack Nagel authored
-
- Apr 27, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#19363.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Apr 26, 2013
-
-
Misty De Meo authored
-
Misty De Meo authored
Fixes Homebrew/homebrew#19265.
-
- Apr 25, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Apr 23, 2013
-
-
Jack Nagel authored
-
- Apr 22, 2013
-
-
Simon Sigurdhsson authored
Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes Homebrew/homebrew#19331. Closes Homebrew/homebrew#19343. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Mike McQuaid authored
-
- Apr 21, 2013
-
-
Jack Nagel authored
-
- Apr 20, 2013
-
-
Jeremy Walker authored
Closes Homebrew/homebrew#19324.
-
- Apr 18, 2013
-
-
Jack Nagel authored
It was pointed out that this isn't used at all.
-