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 .
- Oct 18, 2014
-
-
Mike McQuaid authored
-
- Oct 11, 2014
-
-
Jack Nagel authored
It seems that "com.apple.pkg.CLTools_Base" was only used for one release. New releases are using "com.apple.pkg.CLTools_Executables" again. Fixes Homebrew/homebrew#33063.
-
- Sep 22, 2014
-
-
Jack Nagel authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Sep 18, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#32394.
-
- Sep 10, 2014
-
-
Dominyk Tiller authored
More Yosemite changes. Within two weeks or so, Xcode should be made available on the App Store, at which point 10.9 will need to go from “5.1.1” to “6.0” but whilst Yosemite is in Beta *everyone* should be using the Xcode Beta builds according to Apple, so Yosemite should be on 6.1 for the foreseeable, even when Apple releases Xcode 6.0 to 10.9 & below. 6.1 is still using the same Clang version number at this point. Closes Homebrew/homebrew#32201. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Aug 10, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Dominyk Tiller authored
Closes Homebrew/homebrew#31435. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Jul 24, 2014
-
-
Mike McQuaid authored
Without this it’s impossible for brew-test-bot to be able to verify if installing GCC has allowed it to fix a compiler selection failure.
-
- Jul 17, 2014
-
-
Jack Nagel authored
The fact that this is implemented as a hash lookup is an implementation detail, so don't let the KeyError bubble up.
-
- Jul 13, 2014
-
-
Jack Nagel authored
-
- Jul 12, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 06, 2014
-
-
Jack Nagel authored
Closes Homebrew/homebrew#30678.
-
- Jun 22, 2014
-
-
Misty De Meo authored
This returns a list of symbols with the various CPU features supported by the active hardware.
-
- Jun 20, 2014
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#30296.
-
Mike McQuaid authored
This reverts commit b0caede328b5181106451025df74a456276b76cf. Fixes Homebrew/homebrew#30299.
-
Mike McQuaid authored
Closes Homebrew/homebrew#30296.
-
- Jun 07, 2014
-
-
Shaun Jackman authored
Closes Homebrew/homebrew#29895. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jun 04, 2014
-
-
Shaun Jackman authored
Closes Homebrew/homebrew#29866. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Trent Ogren authored
See https://xquartz.macosforge.org/landing/ Closes Homebrew/homebrew#29826. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Andy Blyler authored
Closes Homebrew/homebrew#29823. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
Jack Nagel authored
-
Jack Nagel authored
-
- May 29, 2014
-
-
Jack Nagel authored
-
- May 13, 2014
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#27420.
-
Jack Nagel authored
-
- May 06, 2014
-
-
Mike McQuaid authored
Instead check if the path exists by using opt.
-
- May 03, 2014
-
-
Jack Nagel authored
-
Jack Nagel authored
After recent cleanups the code in this branch should be unreachable, so there is little point in keeping it around.
-
- May 02, 2014
-
-
Jack Nagel authored
These methods are no longer required.
-
Jack Nagel authored
This reflects what Apple calls it in more recent versions of Xcode/OS X.
-
Jack Nagel authored
-
Jack Nagel authored
Since ae177adb2bd55ee5ad6367e7639c4cf0c774b63a, we can safely assume that xcrun works, and a functioning xcrun will search dev_tools_path and xctoolchain_path, so we can stop doing extra work here. On CLT-only 10.7 and 10.8, xcrun will not work, but all the tools will be in /usr/bin, which we check before invoking xcrun. Further, in this case, dev_tools_path will be /usr/bin, and xctoolchain_path will not exist, so the fallbacks here are unnecessary.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-