aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2013-06-09Update Formula#to_hash for tweaked conflicts implementationJack Nagel
2013-06-09Separate formula conflicts from requirementsJack Nagel
2013-06-08Make Test::Unit assertions available in formula testsJack Nagel
2013-06-06Add class name to method_added errorAdam Vandenberg
2013-06-06Use ivar accessorsJack Nagel
2013-06-06Hotfix: Revert Python moduleSamuel John
2013-06-06PythonInstalled: Don't require superenvSamuel John
2013-06-05Consolidate formula visibility blocksAdam Vandenberg
2013-06-04Extract attr_rw from Formula for reuseJack Nagel
2013-06-03Remove unnecessary use of instance_evalJack Nagel
2013-06-03Python 2.x and 3.x supportSamuel John
2013-05-25Fix Formula#installed_prefix logicJack Nagel
2013-05-25Remove cat_without_underscores bottle methods.Mike McQuaid
2013-05-21Formula: move pin methods somewhere less intrusiveJack Nagel
2013-05-16Use subdirs to avoid checking for .DS_StoreJack Nagel
2013-05-16Formula: remove specs accessorJack Nagel
2013-05-16Formula#fetch: always return the cached pathJack Nagel
2013-05-16Adjust semantics of Formula#fetchJack Nagel
2013-05-10Use Enumerable#grepJack Nagel
2013-05-05Formula: fix to_hash output for bottlesMisty De Meo
2013-05-03Add frameworks helper to formulaAdam Vandenberg
2013-04-27Allow `brew versions` to work with underspecified formulaeJack Nagel
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
2013-04-16Add tests for FormulaPin and simplify implementationJack Nagel
2013-04-15Avoid expensive Pathname concatenationJack Nagel
2013-04-14Style nitJack Nagel
2013-04-14Don't use Pathname#/ in performance-critical codeJack Nagel
2013-04-13Raise a useful exception for incomplete formulaeJack Nagel
2013-04-13Allow "devel-only" formulaeJack Nagel
2013-04-13Improved formula attribute validationJack Nagel
2013-04-09Check existence rather than rescue exceptionsJack Nagel
2013-04-07Unify indentation of access modifiersJack Nagel
2013-04-05Remove obsolete comment about download_strategyJack Nagel
2013-04-01Add optional post_install method to Formula.Mike McQuaid
2013-03-30brew-pin: prevent selected formulae from upgrade.Simon Sigurdhsson
2013-03-28Make clear that this method discards argumentsJack Nagel
2013-03-20Move this method somewhere more appropriateJack Nagel
2013-03-20Move Formula.all to compatJack Nagel
2013-03-20brew-info: specify whether poured or built.Mike McQuaid
2013-03-18Simplify SoftwareSpec checksum methodsJack Nagel
2013-03-16Use a priority queue to select compilersJack Nagel
2013-03-16Replace custom collection with SetJack Nagel
2013-03-12Switch compilers when no build is specifiedJack Nagel
2013-03-12Pass filename and lineno arguments to class_evalJack Nagel
2013-03-01Support 32-bit 10.6 bottles.Mike McQuaid
2013-03-01Add custom bottle URL support.Mike McQuaid
2013-02-24Revert "Shouldn't override def patch"Adam Vandenberg
2013-02-22Shouldn't override def patchAdam Vandenberg
2013-02-21Formula: fix class-level version accessorJack Nagel
2013-02-21Only fails_with compiler version for developers.Mike McQuaid