aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build_options.rb
AgeCommit message (Expand)Author
2014-10-09Tab#with? accepts the same types as BuildOptions#with?Jack Nagel
2014-08-16Remove the universal accessor from BuildOptionsJack Nagel
2014-08-13Options is no longer used directly by BuildOptionsJack Nagel
2014-08-13Set methods on Options already return Options instancesJack Nagel
2014-08-13Always pass an Options instance to the BuildOptions constructorJack Nagel
2014-08-13Revert "Always pass an Options instance to the BuildOptions constructor"Mike McQuaid
2014-08-13Revert "Set methods on Options already return Options instances"Mike McQuaid
2014-08-13Revert "Options is no longer used directly by BuildOptions"Mike McQuaid
2014-08-12Options is no longer used directly by BuildOptionsJack Nagel
2014-08-12Set methods on Options already return Options instancesJack Nagel
2014-08-12Always pass an Options instance to the BuildOptions constructorJack Nagel
2014-08-11Deep copies of the build object are no longer neededJack Nagel
2014-08-11Replace the build object rather than mutate itJack Nagel
2014-08-10Stop exposing defined options from the build objectJack Nagel
2014-08-10Disconnect defined options from the build objectJack Nagel
2014-08-09Stop duping options when duping the build objectJack Nagel
2014-08-07Move management of options collection to the spec objectJack Nagel
2014-08-07Spell out the empty string instead of calling to_s on nilJack Nagel
2014-08-07Remove a defensive to_s callJack Nagel
2014-08-07Remove default argumentJack Nagel
2014-07-31Hide the options data structure betterJack Nagel
2014-07-31Make options available on the spec objectsJack Nagel
2014-07-31Reduce direct accesses of the args collectionJack Nagel
2014-07-30Remove confusing implicit options handlingJack Nagel
2014-07-30Remove unused accessorJack Nagel
2014-02-28Use Dependency#option_name in BuildOptions#add_dep_optionJack Nagel
2013-12-09Ensure option names are consistent for default formula requirementsJack Nagel
2013-12-05Fix typoJack Nagel
2013-12-05Only coerce to Option when neededJack Nagel
2013-10-26C++11 support.Xiyue Deng
2013-10-08BuildOptions: detect if building a bottle.Mike McQuaid
2013-09-21Allow explicitly requiring universal depsJack Nagel
2013-09-14Copies of BuildOptions should not share underlying collectionsJack Nagel
2013-09-05Fix breakage in option recognitionJack Nagel
2013-09-05Improve python tests for brew botsSamuel John
2013-08-31Push dependency option generation into BuildOptionsJack Nagel
2013-07-09fix comment typoAdam Vandenberg
2013-06-03Python 2.x and 3.x supportSamuel John
2013-01-26FormulaInstaller: construct new ARGV from an Options collectionJack Nagel
2013-01-26FormulaInstaller: allow formulae to pass options to depsJack Nagel
2013-01-26Add support for optional and recommended depsAdam Vandenberg
2013-01-26Move BuildOptions to a separate fileJack Nagel