aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
2012-03-16xcode_version works for Xcode 4.3 without CLIToolsMax Howell
2012-03-10Move most bottle stuff to a bottles.rb file.Mike McQuaid
2012-03-10Support bottles for non-Lion OSX versions.Mike McQuaid
2012-03-06add which methodAdam Vandenberg
2012-02-26Make xcode_version work with CLI4.3XMax Howell
2012-02-25inreplace: warn if no substitutions were madeJack Nagel
2012-02-21Yield to the inevitableAdam Vandenberg
2012-02-21Don't hang if xcode-select -print-path is "/"Max Howell
2012-02-20Don't hang if xcode-select is set to "/"Max Howell
2012-02-18OTT handling for various Xcode-4.3/CLI-Tools edge casesMax Howell
2012-02-17Find xcrun if user doesn't ever install Xcode 4.3 helper toolsMax Howell
2012-02-17Fix some default_cc behaviorMax Howell
2012-02-17Work with Xcode 4.3 if user didn't install helper toolsMax Howell
2012-02-16Use xcrun; Ensure clang is the default compiler with Xcode 4.3Max Howell
2012-02-16Fix default_ccMax Howell
2012-02-16Find the dev tools, even with Xcode 4.3Max Howell
2012-02-16Support Xcode 4.3 xcode-select being wrongMax Howell
2012-02-10Be gentle when stdout is not a ttyJack Nagel
2012-01-29Bottles should care about cellar and prefixMike McQuaid
2012-01-29Bottles should care about cellar path not prefix.Mike McQuaid
2012-01-26Strip escaping from queryKonstantin Shabanov
2012-01-16Add option for building bottles.Mike McQuaid
2012-01-13search: return results while parsingMisty De Meo
2012-01-13search: use v2 APIMisty De Meo
2012-01-11search: return matches from open pull requestsJack Nagel
2012-01-11Make MacOS.clang_build_version more usefulJack Nagel
2011-12-30Only show gcc build if it's really gccJack Nagel
2011-12-16Enable 'brew edit' for non-Textmate editors.Adam Vandenberg
2011-12-16utils: fix clang build regexJack Nagel
2011-12-08Introduce HOMEBREW_CURL_VERBOSEJack Nagel
2011-11-25Utils: update gcc version detection logicMisty De Meo
2011-11-25Detect 2-digit clang build versionsMisty De Meo
2011-11-25Add utility methods to determine clang versionJack Nagel
2011-11-25Parse `compiler --version` instead of -vJack Nagel
2011-09-19Only try mirrors for CurlDownloadStrategiesMax Howell
2011-09-19exceptions.rb: Add DownloadErrorCharlie Sharpsteen
2011-09-06If LLVM isn't installed then fails_with_llvm? is trueMax Howell
2011-09-06MacOS.default_compiler should return something alwaysMax Howell
2011-09-05Check even more carefully for xcode_versionMax Howell
2011-09-05Use proper issue URLMax Howell
2011-09-04Don't look for llvm-gcc in xcode_prefixMax Howell
2011-09-02Guess Xcode version if `xcodebuild` doesn't existMax Howell
2011-08-31Default to LLVM for Xcodes that default to LLVMMax Howell
2011-08-31Don't point user at issues that are probably unrelatedMax Howell
2011-08-26Use curl with --insecure when on OS X < 10.6Max Howell
2011-08-24HOMEBREW_CURL_ARGS so that tests can be more silentMax Howell
2011-08-24oh1 stdout display functionMax Howell
2011-07-27Add MacOS.lion? for MACOS_VERSION == 10.7Samuel Cochran
2011-05-18Create method for accessing Xcode version.Mike McQuaid
2011-04-26No really, fix llvm_build_version and xcode_prefixAdam Vandenberg