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
/
requirement.rb
Age
Commit message (
Expand
)
Author
2014-11-12
Fix Requirement equality
Jack Nagel
2014-11-12
Don't allocate arrays in Requirement#hash
Jack Nagel
2014-10-09
Use alias_method instead of an extra ivar
Jack Nagel
2014-09-24
Generate RDoc documentation.
Mike McQuaid
2014-08-14
Remove two more unnecessary default arguments
Jack Nagel
2014-07-07
Eliminate some indirection in evaluating requirement env blocks
Jack Nagel
2014-07-07
Don't set @env on instances
Jack Nagel
2014-07-07
Keep DSL related code in one place
Jack Nagel
2014-07-03
Replace ComparableSet with a Requirements collection
Jack Nagel
2014-07-02
Move require into method to avoid circular require
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-06-12
Prefer self.class.name to self.class.to_s
Jack Nagel
2014-05-30
Deprecate implicit build-time requirements
Jack Nagel
2014-04-03
requirement: add pour_bottle? method.
Mike McQuaid
2014-03-05
Remove special X11 proxy deps
Jack Nagel
2014-02-27
Eliminate mutation of Dependency objects
Jack Nagel
2013-12-09
Ensure option names are consistent for default formula requirements
Jack Nagel
2013-08-19
Use ENV.append_path
Jack Nagel
2013-08-19
No longer call ENV.userpaths! in requirements
Jack Nagel
2013-08-19
Move common stuff to extend/ENV.rb
Jack Nagel
2013-06-27
Fix some #eql? correctness issues
Jack Nagel
2013-06-25
Yield correct dependent when expanding requirements
Jack Nagel
2013-06-24
Requirement: callers are responsible for invoking #satisfied?
Jack Nagel
2013-06-07
Add Requirement#inspect
Jack Nagel
2013-06-04
Extract attr_rw from Formula for reuse
Jack Nagel
2013-06-03
Allow explicit conversion of requirements to deps
Jack Nagel
2013-06-03
Refactor Requirement.expand
Jack Nagel
2013-06-02
Requirement: fix typo
Jack Nagel
2013-05-10
Allow requirements to specify a default formula.
Mike McQuaid
2013-05-06
Reduce allocations in dependency construction
Jack Nagel
2013-04-01
Requirement: env DSL is evaluated in context of self, not ENV
Jack Nagel
2013-02-12
Simplify this regexp
Jack Nagel
2013-02-12
Establish a convention for Requirement names
Jack Nagel
2013-02-07
Fix typo
Jack Nagel
2013-01-31
Proper recursive expansion of requirements with filtering
Jack Nagel
2013-01-31
Create proxy classes for "partial" X11 dependencies
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