aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formulary.rb
AgeCommit message (Expand)Author
2016-04-02various: Homebrew/core is the core tapXu Cheng
2016-03-07rename CoreFormulaRepository to CoreTapXu Cheng
2016-02-26various: use Tap abstractionXu Cheng
2016-02-24TapLoader: improve load logicXu Cheng
2015-12-19move CoreFormulaRepository into separate fileXu Cheng
2015-12-19formulary: use CoreFormulaRepositoryXu Cheng
2015-12-13Formulary: explicitly require tapAlex Dunn
2015-12-09avoid using FORMULA_RENAMES directlyXu Cheng
2015-12-09Formulary: use same logic to handle core fully-qualified nameXu Cheng
2015-12-09Formulary.core_path: use CoreFormulaRepository#formula_dirXu Cheng
2015-12-09Formulary: use Tap#alias_dirXu Cheng
2015-12-03centralize the logic of handling `homebrew-` in Tap.fetchXu Cheng
2015-10-10Formulary.from_rack: better formula resolution strategyXu Cheng
2015-09-30cache tapsXu Cheng
2015-09-13support alias for tapXu Cheng
2015-09-06FromUrlLoader: allow file:// schemeXu Cheng
2015-09-06add Formulary.from_contentsXu Cheng
2015-09-06Formulary: allow loading formula from contentsXu Cheng
2015-08-22core file style updateXu Cheng
2015-08-15Formulary.to_rack: follow the symlinkXu Cheng
2015-08-10to_rack: simplify the logicXu Cheng
2015-08-10don't use new name rack if old name rack is a dirVlad Shablinsky
2015-08-10formulary: change logic for renamed formulaeVlad Shablinsky
2015-08-10implement formulary#find_with_priorityCNA-Bld
2015-08-06add fully qualified name for core formulaeCNA-Bld
2015-08-06more core file style updated by rubocopXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-08-02handle mxcl/master synonym inside Tab#from_file_contentXu Cheng
2015-07-31Formulary#from_rack: auto resolve specXu Cheng
2015-07-24BottleLoader: check version mismatchXu Cheng
2015-07-19improve TapLoader and TapFormulaUnavailableErrorXu Cheng
2015-06-12tap_paths: prevent conflicted formulae happen in the same tapXu Cheng
2015-06-11remove Pathname#find_formulaXu Cheng
2015-06-08Always treat formula files as UTF-8Jack Nagel
2015-06-02Give namespace modules a name so formula objects can be marshaledJack Nagel
2015-06-02BottleLoader: use bottle_resolve_formula_namesXu Cheng
2015-06-01Isolate formula class namespacesJack Nagel
2015-05-28Formulary: accept mxcl/master as synonym for Homebrew/homebrewMisty De Meo
2015-05-27Formulary: add from_rackXu Cheng
2015-05-27Formulary#canonical_name: handle TapFormulaAmbiguityErrorXu Cheng
2015-05-27load tap formula through direct searchXu Cheng
2015-05-27add Formulary.core_path method, deprecate Formula.pathXu Cheng
2015-05-27BottleLoader: using Formulary.path to search formula fileXu Cheng
2015-05-08add Formulary::path methodXu Cheng
2015-01-03Load formulae into private namespaceJack Nagel
2015-01-01Avoid formula lookup when we know it will failJack Nagel
2015-01-01Get rid of StandardLoader classJack Nagel
2014-12-31Re-raise NameError when it doesn't match our constantJack Nagel
2014-12-31Check file existence instead of rescuing LoadErrorJack Nagel
2014-12-31Stop rescuing NameErrorJack Nagel