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 .
- Aug 06, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#31360.
-
Brandon Bennett authored
Closes Homebrew/homebrew#31384. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Aug 05, 2014
-
-
Jack Nagel authored
This matches the new markdown styling a bit better.
-
- Aug 04, 2014
-
-
Federico Bond authored
For easier capturing. Closes Homebrew/homebrew#31303. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
Maurus Cuelenaere authored
Closes Homebrew/homebrew#30540. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
The major version is implicit in the compiler name. Since the name is used when matching failures to compilers, we don't need to consider the major version separately.
-
- Aug 03, 2014
-
-
Jack Nagel authored
major_version is now only used internally by the failure object
-
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
-
- Aug 02, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Aug 01, 2014
-
-
Mike McQuaid authored
If formulae names are passed as arguments check if just they are outdated. Additionally, return a failed code if they are outdated. This will hopefully be able to stop people complaining about the outdated error code as they can now just run e.g.: `brew outdated git && brew upgrade git` Closes Homebrew/homebrew#31242. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 31, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
This code is supposed to allow depends_on "foo" => "with-bar" to work when foo has only a "without-bar" option. The options system was not designed to support this. Unfortunately, it was bolted on anyway. The implementation is extremely difficult to understand, and it only works for certain types of options, which is confusing from a user's point of view. Luckily, no formulae in core or the official taps rely on the behavior in order to function. It is hindering progress in improving this code, so I am removing it.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Since the Tab is written in the build process, the formula's build object will have the correct args attached to it already, so we don't need to reconstruct it.
-
Jack Nagel authored
-
Jack Nagel authored
-