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 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
-
- 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
-
Jack Nagel authored
-
- Mar 30, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Erlend Hamberg authored
The Homebrew command `switch` will now be completed and installed fomulas can be completed. The installed versions (the last argument of `brew switch [formula] [version]`) is not completed at this point. Closes Homebrew/homebrew#27966. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Mar 29, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#27962.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#27820.
-
Jack Nagel authored
-
Jack Nagel authored
-
Misty De Meo authored
Rationale: our arg refurbishment is normally only turned on when called via the `make` wrapper, for compatibility reasons. However, there are numberous places we'd like this to be turned on elsewhere, like software that builds via `python setup.py` where bad flags from the system python can be pulled in. This helper appends 'O' to CCCFG, which enables refurbishment for all calls of the compiler shims.
-
Dominique Orban authored
Closes Homebrew/homebrew#27949. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
- Mar 28, 2014
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#27743.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This method is for internal use only. It is unsuitable for use in formulae, which should use install_symlink to create relative symlinks. Thus callers are required to pass a Pathname, not a string, and we can remove this conditional. Further, if src is not absolute, then src.relative_path_from(dirname) will fail. All callers currently pass absolute pathnames. Therefore we don't need to call expand_path when printing it.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
lol inheritance
-