aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2012-11-11Use a class for FORMULA_META_FILESAdam Vandenberg
2012-11-11Move vendored .pc files to ENVAdam Vandenberg
2012-11-10Exclude the cache from `brew list --unbrewed`Adam Vandenberg
2012-11-09debrew: take input from same line as promptJack Nagel
2012-11-09Formula#system: don't try to close a closed streamJack Nagel
2012-11-08Fix typo in postgres requirementJack Nagel
2012-11-08Factor out MySQL and Postgres requirementsJack Nagel
2012-11-06Fix curlrc existence checkJack Nagel
2012-11-06Move conflict message into conflict classJack Nagel
2012-11-06Fix framework install namesJack Nagel
2012-11-06Inject framework paths into stdenv compiler flagsJack Nagel
2012-11-06Link Frameworks into top-level Frameworks directoryJack Nagel
2012-11-06Combine duplicated postfix conditionalsJack Nagel
2012-11-06Hoist top-level directory list into a constantJack Nagel
2012-11-03doctor: Remove fuse.pc from the whitelistCharlie Sharpsteen
2012-11-01Add Xcode 4.5.2 to standard compilers mapJack Nagel
2012-11-01Error out on lowercase --head parameter to install.Adam Vandenberg
2012-10-31Fix build failure being non-verbose when --verboseMax Howell
2012-10-31Only show the troubleshooting linkMax Howell
2012-10-29Add support for 7zip archivesSijawusz Pur Rahnama
2012-10-28brew-update: Guard non-directory files in TapsCharlie Sharpsteen
2012-10-28formula: shorten path helpersAdam Vandenberg
2012-10-28debrew: formula debugging for homebrewCamillo Lugaresi
2012-10-28Specify where to get the CLT packageMax Howell
2012-10-28Homebrew should not ignore curlrcStephen Nelson
2012-10-27Pathname: add exec and jar helpersAdam Vandenberg
2012-10-25tests: define assert_empty for Ruby <= 1.8Jack Nagel
2012-10-25ComparableSet#merge returns selfJack Nagel
2012-10-25test_cleaner: add missing requireJack Nagel
2012-10-25Allow requirements to record tagsJack Nagel
2012-10-25Move requirement subclasses to a separate fileJack Nagel
2012-10-24FormulaInstaller: disambiguate show_header usageJack Nagel
2012-10-24Return the block value in ARGV.filter_for_dependenciesJack Nagel
2012-10-24doctor: check that Xcode prefix actually existsAdam Vandenberg
2012-10-24Cleaner: add (commented-out) debugging information for permission changesAdam Vandenberg
2012-10-23Make --ignore-dependencies work againAdam Vandenberg
2012-10-23Fix Keg testsMisty De Meo
2012-10-22Add relinking instructions.Adam Vandenberg
2012-10-22Latest Xcode is 4.5.1Adam Vandenberg
2012-10-21Allow varags to skip_cleanAdam Vandenberg
2012-10-21audit: loosen ARGV checkAdam Vandenberg
2012-10-20brew ln --force is now brew ln --overwriteMisty De Meo
2012-10-16Add Jenkins version matching (and test).Mike McQuaid
2012-10-15Reduce code footprint of standard compilers mapJack Nagel
2012-10-15Flatten share_mkpathsJack Nagel
2012-10-15Test coverage for DownloadStrategyDetectorJack Nagel
2012-10-15GitDownloadStrategy: avoid unnecessary checkoutJack Nagel
2012-10-15GitDownloadStrategy: silence checkout actions in non-verbose modeJack Nagel
2012-10-15GitDownloadStrategy: silence status checkJack Nagel
2012-10-15Manage Requirements using ComparableSetMisty De Meo