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 .
- Jan 09, 2013
-
-
Jack Nagel authored
-
- Jan 08, 2013
-
-
Jack Nagel authored
This is needed for the intersection code in `brew deps` to work right, but can hopefully be refactored away somehow eventually.
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
Inheriting from Array (and other core types) is problematic: - It exposes a very wide interface with many methods that are not really relevant to the subclass. - It can cause some weird side effects, as many Array operations are in C and have hardcoded return values; for example, combining two array subclasses returns a new Array instead of the subclass. Avoid these problems using delegation and the Enumerable module where applicable.
-
Mike McQuaid authored
-
Jack Nagel authored
-
- Jan 07, 2013
-
-
Jack Nagel authored
Tests can now be specified as a block in the DSL. A temporary test directory is set up automatically when calling Formula#test. The semantics of the test remain the same: the block can either raise an exception or return false to signal failure. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
- Jan 05, 2013
-
-
Alex Reece authored
Closes Homebrew/homebrew#16280. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Adam Vandenberg authored
Closes Homebrew/homebrew#16901.
-
Adam Vandenberg authored
-
- Jan 04, 2013
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
Superenv scripts have a stripped PATH, which may not include the brew binary itself. Make this explicitly available to superenv scripts. Fixes bsdmake wrapper. Closes Homebrew/homebrew#16805. Closes Homebrew/homebrew#16846. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Jan 03, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#16857.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jan 02, 2013
-
-
Mike McQuaid authored
Probably a better approach than reverted e721c7. Fixes Homebrew/homebrew#16604.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Cyril Scetbon authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
- Dec 31, 2012
-
-
Jack Nagel authored
Xcode.prefix and Xcode.installed? use slightly different heuristics to find Xcode. In fact, .installed? basically duplicates a portion of the .prefix logic. In practice, the methods results are usually consistent, but .installed? does not handle non-standard prefixes if mdfind cannot locate Xcode (for example, if the user has disabled Spotlight indexing). Since .installed? is essentially a subset of the .prefix logic, we can rely on the result from .prefix instead. Fixes Homebrew/homebrew#16790.
-
- Dec 28, 2012
-
-
Jack Nagel authored
-
Misty De Meo authored
@sceaga has discontinued his homebrew fork, so tigerbrew is now PPC/ Tiger users' best bet.
-
Misty De Meo authored
Originally written for tigerbrew, but useful enough for core. Replaces the shelled-out which in utils.rb with a native-ruby equivalent, which is moderately faster. Closes Homebrew/homebrew#16659. Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
- Dec 27, 2012
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Dec 26, 2012
-
-
Mike McQuaid authored
-
- Dec 23, 2012
-
-
Mike McQuaid authored
* Remove the unused HTML and commenting features. * Return a good status code. * Print command output on failure. * Test bottle installation.
-
Jack Nagel authored
c.f. Homebrew/homebrew#16296.
-
Jack Nagel authored
-
- Dec 22, 2012
-
-
Jack Nagel authored
-
Jack Nagel authored
c.f. Homebrew/homebrew#16688.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-