aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2011-07-22Fix typo in `brew doctor` commandBrant Bobby
2011-07-21Retire check for GCC 4.0 under XCode 4.xCharlie Sharpsteen
2011-07-21brew pull --install should build from source.Mike McQuaid
2011-07-10doctor: don't report wrong location of autoconf if it's missingMislav Marohnić
2011-07-05sandybridge hardware identifier for brew --configAustin Seipp
2011-07-04Fix install names for keg-only brews tooMax Howell
2011-06-28Fix install_name massaging for keg-only brewsMax Howell
2011-06-22formula.rb: put bottle attrs on separate lineAdam Vandenberg
2011-06-22Print SHA1 after bottling.Mike McQuaid
2011-06-22Fix missing pourable? reference.Mike McQuaid
2011-06-22Build from source when we've options or 10.5.Mike McQuaid
2011-06-22Return an array from options.Mike McQuaid
2011-06-22Renaming pouring method to pourable?.Mike McQuaid
2011-06-21Add stub options method.Mike McQuaid
2011-06-21Remove redeclared method.Mike McQuaid
2011-06-21Only pour bottles when not building from source.Mike McQuaid
2011-06-21Fix bad pathname indentation.Mike McQuaid
2011-06-21Make bottle path.Mike McQuaid
2011-06-21Fix brew bottle versioning.Mike McQuaid
2011-06-21Move -- higher in argument listAdam Vandenberg
2011-06-19brew-which: also check sbin and lib foldersAdam Vandenberg
2011-06-19Add `brew which` to man pageAdam Vandenberg
2011-06-19which: allow <formulae> argsAdam Vandenberg
2011-06-19Pathname: remove unused method starts_with?Adam Vandenberg
2011-06-19brew-doctor: use String.start_with?Adam Vandenberg
2011-06-19back-port start_with? from 1.8.7Adam Vandenberg
2011-06-19doctor: check /usr/local for writablityLes Hill
2011-06-17Actually reset the permissionsMax Howell
2011-06-17Show summary headings when appropriateMax Howell
2011-06-17Don’t output "nothing" messagesMax Howell
2011-06-17Fix upgrading libdeps breaking stuff after cleanupsMax Howell
2011-06-17Fix make_relative_symlink when names differMax Howell
2011-06-16Add --use-clang to completion script.Adam Vandenberg
2011-06-16Add clang options to man page.Adam Vandenberg
2011-06-16Inclue HOMEBREW_USE_CLANG in --env outputAdam Vandenberg
2011-06-16Make these methods on ENV.Adam Vandenberg
2011-06-16Allow HOMEBREW_USE_CLANG env varAdam Vandenberg
2011-06-16Allow --use-clang to override fails_with_llvmJosé Martínez
2011-06-16Add clang compiler optionJosé Martínez
2011-06-16be more ruby-likeAdam Vandenberg
2011-06-16audit: check for redundant 'version'Adam Vandenberg
2011-06-16Fix brew-info when on branch master and github.user setJack Nagel
2011-06-16Fix issue checklist linkAdam Vandenberg
2011-06-16Style changes related to bottling.Adam Vandenberg
2011-06-16Allow underscore with these suffixes for version detectionAdam Vandenberg
2011-06-15deps: document -n switchAdam Vandenberg
2011-06-15Don’t error out if the Cellar doesn’t yet existMax Howell
2011-06-15Fix first `brew update` with Git 1.7.4+; Fixes Homebrew/homebrew#5128Max Howell
2011-06-14refactor `update` command to use git diff instead of parsing `pull` outputMislav Marohnić
2011-06-14enable updater tests to be run on their ownMislav Marohnić