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
/
build_options.rb
Age
Commit message (
Expand
)
Author
2014-10-09
Tab#with? accepts the same types as BuildOptions#with?
Jack Nagel
2014-08-16
Remove the universal accessor from BuildOptions
Jack Nagel
2014-08-13
Options is no longer used directly by BuildOptions
Jack Nagel
2014-08-13
Set methods on Options already return Options instances
Jack Nagel
2014-08-13
Always pass an Options instance to the BuildOptions constructor
Jack Nagel
2014-08-13
Revert "Always pass an Options instance to the BuildOptions constructor"
Mike McQuaid
2014-08-13
Revert "Set methods on Options already return Options instances"
Mike McQuaid
2014-08-13
Revert "Options is no longer used directly by BuildOptions"
Mike McQuaid
2014-08-12
Options is no longer used directly by BuildOptions
Jack Nagel
2014-08-12
Set methods on Options already return Options instances
Jack Nagel
2014-08-12
Always pass an Options instance to the BuildOptions constructor
Jack Nagel
2014-08-11
Deep copies of the build object are no longer needed
Jack Nagel
2014-08-11
Replace the build object rather than mutate it
Jack Nagel
2014-08-10
Stop exposing defined options from the build object
Jack Nagel
2014-08-10
Disconnect defined options from the build object
Jack Nagel
2014-08-09
Stop duping options when duping the build object
Jack Nagel
2014-08-07
Move management of options collection to the spec object
Jack Nagel
2014-08-07
Spell out the empty string instead of calling to_s on nil
Jack Nagel
2014-08-07
Remove a defensive to_s call
Jack Nagel
2014-08-07
Remove default argument
Jack Nagel
2014-07-31
Hide the options data structure better
Jack Nagel
2014-07-31
Make options available on the spec objects
Jack Nagel
2014-07-31
Reduce direct accesses of the args collection
Jack Nagel
2014-07-30
Remove confusing implicit options handling
Jack Nagel
2014-07-30
Remove unused accessor
Jack Nagel
2014-02-28
Use Dependency#option_name in BuildOptions#add_dep_option
Jack Nagel
2013-12-09
Ensure option names are consistent for default formula requirements
Jack Nagel
2013-12-05
Fix typo
Jack Nagel
2013-12-05
Only coerce to Option when needed
Jack Nagel
2013-10-26
C++11 support.
Xiyue Deng
2013-10-08
BuildOptions: detect if building a bottle.
Mike McQuaid
2013-09-21
Allow explicitly requiring universal deps
Jack Nagel
2013-09-14
Copies of BuildOptions should not share underlying collections
Jack Nagel
2013-09-05
Fix breakage in option recognition
Jack Nagel
2013-09-05
Improve python tests for brew bots
Samuel John
2013-08-31
Push dependency option generation into BuildOptions
Jack Nagel
2013-07-09
fix comment typo
Adam Vandenberg
2013-06-03
Python 2.x and 3.x support
Samuel John
2013-01-26
FormulaInstaller: construct new ARGV from an Options collection
Jack Nagel
2013-01-26
FormulaInstaller: allow formulae to pass options to deps
Jack Nagel
2013-01-26
Add support for optional and recommended deps
Adam Vandenberg
2013-01-26
Move BuildOptions to a separate file
Jack Nagel