aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_support.rb
AgeCommit message (Expand)Author
2014-05-12document FormulaConflictAdam Vandenberg
2014-04-03Add keg-only reason symbols for Xcode 4.3 and Xcode 5Jack Nagel
2014-04-01Make keg_only validation lazyJack Nagel
2013-09-14Move SoftwareSpec to a separate fileJack Nagel
2013-06-28Reject versions that aren't stringsJack Nagel
2013-06-28Detect versions in tag specsJack Nagel
2013-06-28Simplify custom version scheme handlingJack Nagel
2013-06-09Separate formula conflicts from requirementsJack Nagel
2013-06-08Bottle DSL: allow checksums access.Mike McQuaid
2013-06-06Decouple bottle tags from MacOS.catJack Nagel
2013-06-06Use ivar accessorsJack Nagel
2013-06-04Extract attr_rw from Formula for reuseJack Nagel
2013-05-27Audit url/devel/head for redundant :usingAdam Vandenberg
2013-05-25Remove cat_without_underscores bottle methods.Mike McQuaid
2013-04-08Remove dead codeJack Nagel
2013-04-04Rename checksums.rb to match class nameJack Nagel
2013-03-28Suppress uninitialized instance variable warningsJack Nagel
2013-03-18Simplify SoftwareSpec checksum methodsJack Nagel
2013-03-12Pass filename and lineno arguments to class_evalJack Nagel
2013-03-11Relocate bottles using install_name_tool.Mike McQuaid
2013-03-09Remove redundant attr_readersJack Nagel
2013-03-09bottles: remove unused 'version' from DSL.Mike McQuaid
2013-03-01Add non-/usr/local bottles support.Mike McQuaid
2013-03-01Add custom bottle URL support.Mike McQuaid
2013-03-01Cleanup bottle DSL.Mike McQuaid
2013-02-11Avoid nil in URL specsJack Nagel
2013-01-29Don't use underscores in (new) bottle filenames.Mike McQuaid
2013-01-26Move BuildOptions to a separate fileJack Nagel
2013-01-26Refactor option handling internalsJack Nagel
2013-01-26BuildOptions: check has_option? for universal and 32-bitJack Nagel
2013-01-26BuildOptions: simplify setting descriptionJack Nagel
2013-01-26Options can be dumped as JSONJack Nagel
2013-01-26Options can be used interchangeably with StringsJack Nagel
2013-01-26Move option comparison into BuildOptionsJack Nagel
2012-10-15Test coverage for DownloadStrategyDetectorJack Nagel
2012-08-23Fix keg-only on pre-Mountain Lion formulae.Mike McQuaid
2012-08-20Simplify build options APIJack Nagel
2012-08-18Add support for custom version schemesJack Nagel
2012-08-18SoftwareSpec: simplify conditionalJack Nagel
2012-08-18Add Version#detected_from_url?Jack Nagel
2012-08-18Replace version strings with Version objectsJack Nagel
2012-08-12Add :when_xquartz_installed as a keg-only reasonJack Nagel
2012-08-12Fix writing build options to install receiptJack Nagel
2012-08-12BuildOptions: store option tuples in a SetJack Nagel
2012-08-09New style is for option descriptions to not end with periodsAdam Vandenberg
2012-08-09options: remove duplicate functionAdam Vandenberg
2012-08-08Add `option` to the DSLAdam Vandenberg
2012-07-05SoftwareSpec: initialize @mirrorsMisty De Meo
2012-07-04Give SoftwareSpec an initializerJack Nagel
2012-07-04Teach download strategies to take a SoftwareSpecJack Nagel