aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
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
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-03-30Aliases never point at symlinks, so just use resolved_pathJack Nagel
2014-03-29Always call Process.wait with an argumentJack Nagel
2014-03-28Simplify collecting optionsJack Nagel
2014-03-28Don't rely on Dependency#to_sJack Nagel
2014-03-28Add revision to `brew info --json`Jack Nagel
2014-03-28Filter arguments for setup.py and build.pyJack Nagel
2014-03-28Make ENV changes in the child so we don't have to roll them backJack Nagel
2014-03-13Teach fetch to download patchesJack Nagel
2014-03-13Enable new patch implementation with compatibility layerJack Nagel
2014-03-13New patch implementation and DSLJack Nagel
2014-03-10Remove used options check from install_bottle?Jack Nagel
2014-03-10Make bottle implementation more genericJack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-07add opt shortcuts to formulaAdam Vandenberg
2014-03-07document formula path helpersAdam Vandenberg
2014-03-05OopsJack Nagel
2014-03-05Prepare bottle tooling for formula revisionsJack Nagel
2014-03-05Encode formula revision in installation prefixJack Nagel
2014-03-05Enable tracking of formula revisionsJack Nagel
2014-03-01Compare pathnames directlyJack Nagel
2014-03-01Make conditional more obviousJack Nagel
2014-02-28Use Formula.pathJack Nagel
2014-02-28Remove deprecation notice from system "xcodebuild"Jack Nagel
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
2014-02-27add Formula[]Adam Vandenberg
2014-02-24Add nil check to partially address Homebrew/homebrew#26563Jack Nagel
2014-02-23update docAdam Vandenberg
2014-02-23ignore skip_clean :allAdam Vandenberg
2014-02-22Hoist assignment to simplify a conditionalJack Nagel
2014-02-22Use reader methodJack Nagel