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 28, 2014
-
-
Jack Nagel authored
I'm not sure why I thought reinventing object instantiation was a good idea.
-
Jack Nagel authored
We only need one copy of each of these strings, not ~7500.
-
Jack Nagel authored
The default arguments were removed from these methods long ago, so nothing is standing in the way of using define_method here.
-
- May 27, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#28560.
-
Jack Nagel authored
-
Jack Nagel authored
Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes Homebrew/homebrew#29585.
-
Jack Nagel authored
Formula#path can no longer be a symlink.
-
- May 26, 2014
-
-
Adam Vandenberg authored
No Xcode 5.1 support. Closes Homebrew/homebrew#29488.
-
Ches Martin authored
As per 9ab605c7f1883 removal of `brew dirty`. `--multiple` *implies* `--versions`, thus IMO it shouldn't be necessary to also explicitly include the `--versions` option, but that's a separate matter. For now this offers the small added convenience of: $ brew list --m<TAB><TAB> to quickly expand the `brew dirty` equivalent. Closes Homebrew/homebrew#29571. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- May 25, 2014
-
-
Peter Aronoff authored
Closes Homebrew/homebrew#29555. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 24, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- May 23, 2014
-
-
Alex Burka authored
Closes Homebrew/homebrew#29476. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- May 22, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Adam Vandenberg authored
-
Sergei Silnov authored
'-fno-tree-pre' and '-fno-tree-dominator-opts' Closes Homebrew/homebrew#29452. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Adam Vandenberg authored
-
- May 21, 2014
-
-
Jack Nagel authored
-
Adam Vandenberg authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Fixes Homebrew/homebrew#28765.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- May 20, 2014
-
-
Jack Nagel authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Jack Nagel authored
Closes Homebrew/homebrew#29377.
-
Jack Nagel authored
Although the correct sysroot is built into Apple's tools on 10.9, we need to continue setting it for custom compilers.
-
Jack Nagel authored
I found the dual use of CMAKE_*_PATH variables to make it difficult to reason about this code. Now a separate set of variables are used to communicate with the cc wrapper, and less work is performed in the wrapper itself. We no longer pass the SDK include path as a -isystem directory on Xcode-only setups. Doing so is redundant with `--sysroot` and has other side effects, namely changing the include path search order, which can break compilation of some software (e.g. qemu). On Xcode-only 10.9, we can additionally omit `--sysroot`, as the correct paths are built into the tools. A new variable, HOMEBREW_SYSROOT, is used to this information to the wrapper. It will be unset on Xcode-only 10.9. HOMEBREW_SDKROOT will continue to be set, as it is used for other things besides setting the include search path.
-
- May 19, 2014
-
-
Jack Nagel authored
Closes Homebrew/homebrew#29379.
-
Jack Nagel authored
Closes Homebrew/homebrew#29380.
-
Jack Nagel authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#29318.
-