aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
AgeCommit message (Expand)Author
2013-02-18Don't shadow outer local variablesJack Nagel
2013-01-11Give a fresh 🍺 after hard work of brew installSamuel John
2012-12-27Respect BROWSER environment variableJack Nagel
2012-12-27utils: replace shell `which` with native codeMisty De Meo
2012-10-31Only show the troubleshooting linkMax Howell
2012-09-27Fix conditionalJack Nagel
2012-09-25Clean up and improve build-error output and logsMax Howell
2012-08-29Much better CTRL-C handlingMax Howell
2012-07-30Invoke non interactive shell from brew editDean Smith
2012-07-09quiet_system: Dump to /dev/null instead of closingCharlie Sharpsteen
2012-06-27Extract MacOS module to separate fileAdam Vandenberg
2012-06-27Refactor MacOS.Adam Vandenberg
2012-06-27remove confusing commentsAdam Vandenberg
2012-06-27Fix #13012 properly and don't set the SDK if CLTsamueljohn
2012-06-25MacOS.sdk_path: silence stderr from xcode-selectMisty De Meo
2012-06-25MacOS.sdk_path: use strip instead of chomp.chompMisty De Meo
2012-06-25MacOS.sdk_path: make sure xcode-select is saneMisty De Meo
2012-06-25MacOS.sdk_path: chomp harder!Misty De Meo
2012-06-25Hotfix for stack overflowMisty De Meo
2012-06-25StandardCompilers: add Xcode 4.3.3Misty De Meo
2012-06-24Core change: XCode only install, with CLT or bothsamueljohn
2012-06-12Switch to "legacy" GitHub search APIJack Nagel
2012-05-30archs_for_command: use new Mach-O Pathname methodsJack Nagel
2012-05-13Use 'which' helper method moreJack Nagel
2012-05-07Unify 'which' and which_s' utility methodsJack Nagel
2012-04-30Add ofail command and fix bottle command output.Mike McQuaid
2012-04-15StandardCompilers: 3.1.4 doesn't have llvmMisty De Meo
2012-04-14Add ofail command to print error and exit.Mike McQuaid
2012-04-11Fix StandardCompilers checkMisty De Meo
2012-04-11brew doctor: add check for outdated compilersMisty De Meo
2012-03-28typoDiego Plentz
2012-03-18Set MACOS_VERSION as 0 on non-OSX platforms.Mike McQuaid
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