aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2012-03-06Require specialties at the end of formula.rbJack Nagel
2012-03-05Move llvm method to FailsWithLLVMAdam Vandenberg
2012-03-05shrinkAdam Vandenberg
2012-03-05invert conditionAdam Vandenberg
2012-03-05Move specialized formulae base classes into a new fileAdam Vandenberg
2012-03-05Move path utils out of formula.rbAdam Vandenberg
2012-02-29Formula.rb: update a commentAdam Vandenberg
2012-02-29Add support for Luarocks dependencies.Adam Vandenberg
2012-02-25Only call patches onceAdam Vandenberg
2012-02-25Add "require hardware" to formula.rbAdam Vandenberg
2012-02-25Add more external dep optionsSecond Planet
2012-02-24Add `buildpath` to FormulaAdam Vandenberg
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Formula#system: sanitize args before execJack Nagel
2012-02-21Remove unused :force switchesJack Nagel
2012-02-17cast `name` to stringLeFnord
2012-02-10Don't return nil from Formula#linked_kegJack Nagel
2012-02-09Split bottle logic.Mike McQuaid
2012-02-04Split some classes to formula_supportAdam Vandenberg
2012-02-03Remove aka warningAdam Vandenberg
2012-02-03Add and use plist helper methodsJack Nagel
2012-02-02devel: reset mirrors when building develMisty De Meo
2012-01-25Add `devel` to the DSL, + stable and bottle blocksMisty De Meo
2012-01-16Don't try and use GCC on Xcode 4.2: it's gone Jim.Mike McQuaid
2012-01-16Bump highest seen LLVM version.Mike McQuaid
2012-01-15Unlink old keg when upgrading dependenciesJack Nagel
2011-12-26Allow Formula.canonical_name to use Pathname objectsCharlie Sharpsteen
2011-12-24formula.rb: Don't apply fails_with_llvm to ClangCharlie Sharpsteen
2011-12-18Expose stable/unstable specsAdam Vandenberg
2011-12-18Extract checksum type functionAdam Vandenberg
2011-12-18Simplify a couple of commentsAdam Vandenberg
2011-12-04formula.rb: Fix use of xcode_version in LLVM checkCharlie Sharpsteen
2011-12-03formula.rb: Change fails_with_llvm for XCode 4.2Charlie Sharpsteen
2011-11-27formula.rb: Initialize path to nil or a PathnameCharlie Sharpsteen
2011-11-27Re-work ARGV filtering to properly handle --HEADCharlie Sharpsteen
2011-10-10Add an attr_reader for 'head'Jack Nagel
2011-10-04formula.rb: Don't attempt to mirror unstable URLsCharlie Sharpsteen
2011-09-19formula.rb: Move cache dir creation to fetchCharlie Sharpsteen
2011-09-19Only try mirrors for CurlDownloadStrategiesMax Howell
2011-09-19Revert "Pretty-print the "Trying a mirror" message"Jack Nagel
2011-09-19Pretty-print the "Trying a mirror" messageJack Nagel
2011-09-19mirror support: Add mirror method to Formula.rbCharlie Sharpsteen
2011-09-16Centralize definition of `rack` in formula.rbCharlie Sharpsteen
2011-09-10With xcodebuild don't set CC, CXX, etc.Max Howell
2011-09-06If LLVM isn't installed then fails_with_llvm? is trueMax Howell
2011-09-06Allow :force for ENV.gccMax Howell
2011-09-01Use GCC if we tested against the latest LLVMMax Howell
2011-09-01Allow fails_with_llvm {}Max Howell
2011-09-01cp CMakeCaches.txt not CMakeLists.txtMax Howell
2011-09-01Restore previous fails_with_llvm? behaviourMax Howell