aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2013-05-14audit: fix version audit for Version subclassesJack Nagel
2013-05-14outdated: always do comparisons with a Formula as the receiverJack Nagel
2013-05-14test_keg: reduce noise by including FileUtilsJack Nagel
2013-05-14test_keg: make mode an ivarJack Nagel
2013-05-13Retry downloads if a server doesn't support byte rangesAdam Vandenberg
2013-05-11Use Hash#each_value rather than discarding keyJack Nagel
2013-05-11Fix --build-bottle CFLAGS.Mike McQuaid
2013-05-10info: simplify keg listingJack Nagel
2013-05-10deps: fix --1 outputJack Nagel
2013-05-10info: improve dependency listingJack Nagel
2013-05-10Add type accessors to DependenciesJack Nagel
2013-05-10Use Enumerable#grepJack Nagel
2013-05-10Refactor Dependency.expandJack Nagel
2013-05-10Reorganize compatJack Nagel
2013-05-10Remove ancient global methods from compatJack Nagel
2013-05-10Allow requirements to specify a default formula.Mike McQuaid
2013-05-09Overwrite broken symlinks with --overwriteDesmond Brand
2013-05-08Add gcc-4.0 to fails_withMisty De Meo
2013-05-07doctor: update ruby version checkJack Nagel
2013-05-07doctor: update git version checkJack Nagel
2013-05-07audit: only generate aliases list onceJack Nagel
2013-05-07audit: only set up the build environment onceJack Nagel
2013-05-06ArchRequirement: takes a single archMisty De Meo
2013-05-06Fix type error in conflict_requirementJack Nagel
2013-05-06Avoid extra array allocationsJack Nagel
2013-05-06Reduce allocations in dependency constructionJack Nagel
2013-05-06TypeError is appropriate hereJack Nagel
2013-05-06Check Requirement before DependencyJack Nagel
2013-05-06Extract string and class logic from parse_specJack Nagel
2013-05-05Formula: fix to_hash output for bottlesMisty De Meo
2013-05-03Add frameworks helper to formulaAdam Vandenberg
2013-05-02info: re-raise on blacklist missJack Nagel
2013-05-02--env: show HOMEBREW_CC in superenvAdam Vandenberg
2013-04-29info: try blacklist for unknown formula namesAdam Vandenberg
2013-04-27Avoid capturing groups when unnusedJack Nagel
2013-04-27Combine GitHub version regexesJack Nagel
2013-04-27Only remove DS_Store on ENOTEMPTYJack Nagel
2013-04-27Don't test error messageJack Nagel
2013-04-27Allow `brew versions` to work with underspecified formulaeJack Nagel
2013-04-26audit: fix interpolation checkJack Nagel
2013-04-26Add deps target to tests Rakefile for needed gems.Mike McQuaid
2013-04-25doctor: don't shell out in coreutils checkMisty De Meo
2013-04-25doctor: add default-names findutils checkMisty De Meo
2013-04-24Add a couple more version testsJack Nagel
2013-04-24Split up big version detection testJack Nagel
2013-04-22audit: warn about top-level methodsJack Nagel
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
2013-04-20Avoid calling to_s on the same Pathname multiple timesJack Nagel
2013-04-18Don't accept Formula objects as dep specsJack Nagel
2013-04-17Reorder dep spec types by frequencyJack Nagel