aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2014-08-16Use the build accessor rather than metaprogrammingJack Nagel
2014-08-16Define the test_defined? method dynamicallyJack Nagel
2014-08-16Use the keg_only_reason instance method in keg_only?Jack Nagel
2014-08-16Simplify cxxstdlib_check implementationJack Nagel
2014-08-16Remove the universal accessor from BuildOptionsJack Nagel
2014-08-14Use the as_flags method instead of mapJack Nagel
2014-08-11Allow build to be set externallyJack Nagel
2014-08-10Use public api when adding legacy optionsJack Nagel
2014-08-10Disconnect defined options from the build objectJack Nagel
2014-08-10Remove user-defined options method after evaluationJack Nagel
2014-08-10Handle legacy options in the method_added hookJack Nagel
2014-08-08Delegate homepage to the class instead of storing it on the instanceJack Nagel
2014-08-08Default description to the empty string in top-level option DSLJack Nagel
2014-08-08Remove another unnecessary default argumentJack Nagel
2014-08-07Move management of options collection to the spec objectJack Nagel
2014-08-03Move compiler failure matching logic into failure objectJack Nagel
2014-08-03Rename compiler attribute to nameJack Nagel
2014-08-03Remove an is_a checkJack Nagel
2014-08-01Remove knowledge of DSL implementation from initializeJack Nagel
2014-07-31Hide the options data structure betterJack Nagel
2014-07-30Use a module since the @build ivar is going away soonJack Nagel
2014-07-30Use the tab in place of build during testsJack Nagel
2014-07-30Rename resource? to resource_defined?Jack Nagel
2014-07-29Simplify internal representation of patchesJack Nagel
2014-07-29Decouple DATA patches from the executing scriptJack Nagel
2014-07-23Stop exposing mirrors arrayJack Nagel
2014-07-19Remove intermediate methodJack Nagel
2014-07-07Don't set @env on instancesJack Nagel
2014-07-06Hide the cxxstdlib data structure betterJack Nagel
2014-07-03Fix Formula#<=> on trunk RubyJack Nagel
2014-07-01Better Formula#inspect stringJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-22Simplify extending Formula with EnumerableJack Nagel
2014-06-22Keep DSL related code in one placeJack Nagel
2014-06-20Decouple spec selection from ARGVJack Nagel
2014-06-20Pass the requested spec into the formula instanceJack Nagel
2014-06-20Formula equality reflects the active specJack Nagel
2014-06-18Fix `brew test` when conflicting minitest gems are installedJack Nagel
2014-06-10Remove default values from formula constructor parametersJack Nagel
2014-05-28Remove unused attributeJack Nagel
2014-05-27Remove some evals from formula DSLJack Nagel
2014-05-16add --installed to json infoAdam Vandenberg
2014-04-30--config -> configAdam Vandenberg
2014-04-23formula: move cxxstdlib methods to the class.Mike McQuaid
2014-04-21Fix keg version in Formula#to_hashFinn Smith
2014-04-12Formula: provide compiler failure collectionsMisty De Meo
2014-04-06Initialize cxxstdlib set lazilyJack Nagel
2014-04-06drop unnecessary nil checksJack Nagel
2014-04-06Remove now unnecessary realpath callsJack Nagel
2014-04-05Implement canonical_name in FormularyJack Nagel