aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formulary.rb
AgeCommit message (Expand)Author
2014-06-20Pass the requested spec into the formula instanceJack Nagel
2014-06-15Handle illegal constant names when fetching remote formulaeJack Nagel
2014-06-14Revert "Only do formula class sanity checks once"Jack Nagel
2014-06-09Only do formula class sanity checks onceJack Nagel
2014-05-16Print debug messages to stderrGeoff Nixon
2014-05-02add commentAdam Vandenberg
2014-04-25Yield absolute paths from find_formulaJack Nagel
2014-04-24Make the on-disk representation of taps unambiguousTsukasa OMOTO
2014-04-18Handle formula URLs with query parameters. This is useful for fetching formul...David Turner
2014-04-07Restore recursive tap searchJack Nagel
2014-04-06Always resolve one symlink when loading formula filesJack Nagel
2014-04-05Implement canonical_name in FormularyJack Nagel
2014-04-05Drop support for passing incomplete pathsJack Nagel
2014-04-05Extract alias resolution to a separate loader classJack Nagel
2014-04-05Use StandardLoader when we know the path alreadyJack Nagel
2014-04-05Drop readable? check since we don't do that for any other caseJack Nagel
2014-04-05Simplify tap formula loadingJack Nagel
2014-04-05Pass path directly to StandardLoader when possibleJack Nagel
2014-04-05Eliminate repeated work in Formulary.factoryJack Nagel
2014-04-05Combine conditional branches that do the same thingJack Nagel
2014-04-05FromPathLoader already calls expand_pathJack Nagel
2014-04-05Prefer File.extname to regexpJack Nagel
2014-04-03Remove need for class name cache by only computing it once per formulaJack Nagel
2014-03-07Print loader class name in debug modeJack Nagel
2014-03-07FormulaLoader: pull shared behavior into superclassJack Nagel
2014-02-28Use File.expand_pathJack Nagel
2014-02-28Add custom exception for untapped formulaeJack Nagel
2014-02-28Use constantJack Nagel
2014-02-21Avoid ancestors.include?, klass1 < klass2 is fasterJack Nagel
2014-02-21Cache generated class namesJack Nagel
2014-02-21Move Formula.class_s to FormularyJack Nagel
2014-02-20Consistently pass path into Formula constructorJack Nagel
2014-02-19Pass path into the Formula constructorJack Nagel
2014-02-19Eliminate some Pathname -> String -> Pathname conversionsJack Nagel
2014-02-19Push expand_path call down into FromPathLoaderJack Nagel
2013-12-09versions: restore original constantJack Nagel
2013-09-26Simplify setup for local bottle installationJack Nagel
2013-08-05better debugging of failed formula loadingCamillo Lugaresi
2013-08-04bottles: update version regex messaging.Mike McQuaid
2013-07-18Move getting formula names from bottles to method.Mike McQuaid
2013-07-04Formulary: fix incorrect bottle variable usage.Mike McQuaid
2013-07-02allow installation of formulae from the current folderAdam Vandenberg
2013-06-30Fix appending .rb to local formulae namesAdam Vandenberg
2013-06-30Catch another name errorAdam Vandenberg
2013-06-29Add 'unload'Adam Vandenberg
2013-06-29Formulary.factory always expects a stringAdam Vandenberg
2013-06-29Use Formula LoadersAdam Vandenberg
2013-06-29Move Formula.factory into new Formulary moduleAdam Vandenberg