aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2014-04-21Only unlink after a LinkErrorJack Nagel
2014-04-21Raise useful errors from make_relative_symlinkJack Nagel
2014-04-21Rework make_relative_symlink error handling and move it into kegJack Nagel
2014-04-21Print the attempted command when xcrun wrapper failsJack Nagel
2014-04-21Use File::PATH_SEPARATOR since we use it everywhere elseJack Nagel
2014-04-21Fix typoJack Nagel
2014-04-21Add some comments to the cc wrapperJack Nagel
2014-04-21Only interpolate constant regexps onceJack Nagel
2014-04-21Fix keg version in Formula#to_hashFinn Smith
2014-04-21Remove code that doesn't do anythingJack Nagel
2014-04-21Add newlines between methodsJack Nagel
2014-04-21Write the positive case firstJack Nagel
2014-04-21Make obvious that what we care about is the presence of sdkrootJack Nagel
2014-04-21Make obvious that this is a nested conditionalJack Nagel
2014-04-21Filter list before mapping itJack Nagel
2014-04-20Remove last monkeypatchJack Nagel
2014-04-20Remove nil split monkeypatchJack Nagel
2014-04-20Remove unused methodJack Nagel
2014-04-20Use original value when building the flagJack Nagel
2014-04-20Remove to_flags monkeypatchJack Nagel
2014-04-20Remove "cleanpath" monkeypatchJack Nagel
2014-04-20Use File.expand_pathJack Nagel
2014-04-20Delay loading Pathname until we absolutely need itJack Nagel
2014-04-20Use a multiline conditional to make this code more readableJack Nagel
2014-04-20Stop loading a bunch of monkeypatches every time xcrun is invokedJack Nagel
2014-04-20Use File.expand_pathJack Nagel
2014-04-20Remove obsolete DEVELOPER_DIR hacksJack Nagel
2014-04-19Add another commentJack Nagel
2014-04-19Elaborate on why we should remove this codeJack Nagel
2014-04-19Move mydumper to the boneyardAdam Vandenberg
2014-04-19colormake 0.9Yann-R
2014-04-18Handle formula URLs with query parameters. This is useful for fetching formul...David Turner
2014-04-18search: move nginx to Homebrew organisation.Mike McQuaid
2014-04-15Don't use assert_nothing_raisedJack Nagel
2014-04-15Remove questionable testJack Nagel
2014-04-15Update commentJack Nagel
2014-04-15Start cleaning up Xcode.versionJack Nagel
2014-04-15Fix syntax errorJack Nagel
2014-04-15Xcode.bad_xcode_select_path? is used only once, so inline itJack Nagel
2014-04-15Remove yet another xcode-select checkJack Nagel
2014-04-15Don't call xcrun twiceJack Nagel
2014-04-15Remove another unnecessary checkJack Nagel
2014-04-15Remove unnecessary xcode-select checkJack Nagel
2014-04-15Document some unanswered questions in the Xcode moduleJack Nagel
2014-04-15Remove dead constantJack Nagel
2014-04-15brew-test-bot: check CompilerSelectionError twice.Mike McQuaid
2014-04-14Do path and string manipulation in pure bashJack Nagel
2014-04-14Aliases don't have .rb extensions, so no need to remove themJack Nagel
2014-04-14Use quiet_system to silence some useless warningsJack Nagel
2014-04-14Remove overzealous exceptionsJack Nagel