aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
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
2011-08-31Fix type checking in fails_with_llvmRory O'Connell
2011-08-31Missing end. Doing too many things at once. Sorry.Max Howell
2011-08-31cp over CMakeLists.txt if cmake builds failMax Howell
2011-08-31Don't fail to build with llvm if llvm build is newerMax Howell
2011-08-31Save config.log to ~/Library/Logs/HomebrewMax Howell
2011-08-29formula.rb: Don't curl when DATA is the only patchCharlie Sharpsteen
2011-08-26Correct typoMax Howell
2011-08-26Apologies, forgot to amend the commitMax Howell
2011-08-26Some more sanity with ENV.compilerMax Howell
2011-08-24Leopard: Fix undefined method `count` for `Array`Charlie Sharpsteen
2011-08-24Implement bottles againMax Howell
2011-08-24Observe all applicable options in handle_llvm_failureMax Howell
2011-08-24Auto-substitute certain variables in DATA patchesMax Howell
2011-07-30Fix stripping of keg-only reasonsAdam Vandenberg
2011-07-30Remove "boring" args from the pretty_args onlyMax Howell
2011-07-29Don’t display boring configure argumentsMax Howell
2011-06-22formula.rb: put bottle attrs on separate lineAdam Vandenberg
2011-06-22Return an array from options.Mike McQuaid
2011-06-22Renaming pouring method to pourable?.Mike McQuaid
2011-06-21Add stub options method.Mike McQuaid
2011-06-21Only pour bottles when not building from source.Mike McQuaid
2011-06-16Allow --use-clang to override fails_with_llvmJosé Martínez
2011-06-16Style changes related to bottling.Adam Vandenberg
2011-06-08Add changes to Homebrew internals for bottling.Mike McQuaid
2011-06-08Remove debugging putsAdam Vandenberg
2011-06-08Better support for brew install <url>Adam Vandenberg
2011-05-07Fix misspelled method name: Formula.canonical_nameJack Nagel
2011-03-25Move 'fails_with_llvm' into formula DSL.Adam Vandenberg