index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
dependency.rb
Age
Commit message (
Expand
)
Author
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-09-24
Rubocop: automatic rule fixes.
Mike McQuaid
2017-06-28
Refactor using `Forwardable` and `DelegateClass`.
Markus Reiter
2017-01-16
Revert "Revert "uses: properly handle untapped fo…
Alyssa Ross
2017-01-07
Revert "uses: properly handle untapped formulae in recursive dependency expan...
Mike McQuaid
2017-01-05
dependency: TapDependency#tap returns a Tap
Alyssa Ross
2016-12-10
Fix dependency option handling.
Mike McQuaid
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-02-07
Dependency.expand: ensure pop stack
Xu Cheng
2016-01-18
Revert "Revert "dependency: don't recurse infinitely.""
Mike McQuaid
2016-01-17
Revert "dependency: don't recurse infinitely."
Mike McQuaid
2016-01-17
dependency: don't recurse infinitely.
Mike McQuaid
2015-12-17
dependency: fix merging tags in 'merge_repeats'
Martin Afanasjew
2015-12-15
Allow multiple option_names in dep/reqs.
Mike McQuaid
2015-08-20
TapDependency: allow passing arbitrary option_name
Xu Cheng
2015-08-06
favor flat_map over map...flatten
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2014-12-29
TapDependency: add tap accessor.
Mike McQuaid
2014-11-21
Hashes do not iterate in insertion order on Ruby 1.8
Jack Nagel
2014-11-21
Fix dependency equality
Jack Nagel
2014-08-27
Rewrite missing_options in a more obvious way
Jack Nagel
2014-08-23
Remove an unnecessary default argument
Jack Nagel
2014-08-11
Replace the build object rather than mutate it
Jack Nagel
2014-07-30
Remove confusing implicit options handling
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-02-28
Add TapDependency
Jack Nagel
2014-02-27
Eliminate mutation of Dependency objects
Jack Nagel
2014-02-27
Pass expansion-time build options to install_dependency
Jack Nagel
2014-02-27
Apply cyclic dependency hack unconditionally
Jack Nagel
2014-02-27
Remove requested? dependency magic
Jack Nagel
2014-02-13
Eliminate unnecessary arrays and call to flatten
Jack Nagel
2014-01-03
dependency: don't try and expand yourself.
Mike McQuaid
2013-12-09
Ensure option names are consistent for default formula requirements
Jack Nagel
2013-12-09
Pass deps collection to be expanded as a parameter
Jack Nagel
2013-11-13
Prevent deps of build-time deps from leaking into the build environment
Jack Nagel
2013-11-05
Dependency: tighten equality check
Jack Nagel
2013-09-27
Allow Dependency objects to be marshaled
Jack Nagel
2013-08-20
Avoid the need to compact the expanded deps array
Jack Nagel
2013-07-22
Update comment
Jack Nagel
2013-07-22
Check deps of satisfied deps
Jack Nagel
2013-06-27
Fix some #eql? correctness issues
Jack Nagel
2013-06-25
Uniqify tags when merging dependencies
Jack Nagel
2013-06-24
Copy env_proc when merging deps
Jack Nagel
2013-06-08
Use actual class of dep when recreating merged deps
Jack Nagel
2013-06-08
Merge repeated deps with differing options
Jack Nagel
2013-06-07
Add Dependency#inspect
Jack Nagel
2013-06-03
Allow explicit conversion of requirements to deps
Jack Nagel
2013-06-03
Python 2.x and 3.x support
Samuel John
2013-05-25
Dependency: use instanceof? in eql?
Jack Nagel
[next]