aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dependency_collector.rb
AgeCommit message (Expand)Author
2013-06-18Python module deps, ext. python fix and 10.6 fixSamuel John
2013-06-16Add minimum OS X version requirementAdam Vandenberg
2013-06-08Add :ld64 dependencyMisty De Meo
2013-06-03Python 2.x and 3.x supportSamuel John
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-04-18Don't accept Formula objects as dep specsJack Nagel
2013-04-17Reorder dep spec types by frequencyJack Nagel
2013-04-17Add :hg build requirement.Adam Vandenberg
2013-04-16Reduce repeated array inclusion checkJack Nagel
2013-04-07Unify indentation of access modifiersJack Nagel
2013-04-02Move x86_64 Requirement into coreJack Nagel
2013-02-12Establish a convention for Requirement namesJack Nagel
2013-02-10Add :libltdl dep for libtool's libltdlJack Nagel
2013-02-10Shrink DependencyCollector#parse_symbol_spec and add testsJack Nagel
2013-02-02Ensure :cairo and :pixman resolve to standard formula depsJack Nagel
2013-02-01Mark symbol-style autotools deps as build deps by defaultJack Nagel
2013-01-31Create proxy classes for "partial" X11 dependenciesJack Nagel
2013-01-30Pass tag to class name style requirement declarationsJack Nagel
2013-01-28DependencyCollector: return created dep from #addJack Nagel
2013-01-28Allow specifying a name attribute for X11DependencyJack Nagel
2013-01-26Split dependency classes into separate filesJack Nagel