aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/xcode.rb
AgeCommit message (Collapse)Author
2012-08-01Move X11 machinery into MacOS::XQuartz namespaceJack Nagel
In order to better support Xcode-only systems, where X11 libs and executables live under /usr/X11 but headers live in the SDK, move the x11_* helper methods into a new module. This allows us to keep some of the CLT/Xcode-only and Apple X11/XQuartz logic hidden from outside code, like ENV.x11. Since Apple's X11 is actually XQuartz, name the module "MacOS::XQuartz".
2012-07-25Rename xctools_fucked?Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-25Add MacOS::Xcode.provides_gcc?Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-25Add MacOS::Xcode.provides_autotools?Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-25Move Xcode and CLT modules to a new fileJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>