index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
dependency_collector.rb
Age
Commit message (
Expand
)
Author
2013-06-18
Python module deps, ext. python fix and 10.6 fix
Samuel John
2013-06-16
Add minimum OS X version requirement
Adam Vandenberg
2013-06-08
Add :ld64 dependency
Misty De Meo
2013-06-03
Python 2.x and 3.x support
Samuel John
2013-05-06
Reduce allocations in dependency construction
Jack Nagel
2013-05-06
TypeError is appropriate here
Jack Nagel
2013-05-06
Check Requirement before Dependency
Jack Nagel
2013-05-06
Extract string and class logic from parse_spec
Jack Nagel
2013-04-18
Don't accept Formula objects as dep specs
Jack Nagel
2013-04-17
Reorder dep spec types by frequency
Jack Nagel
2013-04-17
Add :hg build requirement.
Adam Vandenberg
2013-04-16
Reduce repeated array inclusion check
Jack Nagel
2013-04-07
Unify indentation of access modifiers
Jack Nagel
2013-04-02
Move x86_64 Requirement into core
Jack Nagel
2013-02-12
Establish a convention for Requirement names
Jack Nagel
2013-02-10
Add :libltdl dep for libtool's libltdl
Jack Nagel
2013-02-10
Shrink DependencyCollector#parse_symbol_spec and add tests
Jack Nagel
2013-02-02
Ensure :cairo and :pixman resolve to standard formula deps
Jack Nagel
2013-02-01
Mark symbol-style autotools deps as build deps by default
Jack Nagel
2013-01-31
Create proxy classes for "partial" X11 dependencies
Jack Nagel
2013-01-30
Pass tag to class name style requirement declarations
Jack Nagel
2013-01-28
DependencyCollector: return created dep from #add
Jack Nagel
2013-01-28
Allow specifying a name attribute for X11Dependency
Jack Nagel
2013-01-26
Split dependency classes into separate files
Jack Nagel