aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tab.rb
AgeCommit message (Expand)Author
2016-12-30tab: remove #reliable_runtime_dependencies?Alyssa Ross
2016-12-30tab: remove #homebrew_tagAlyssa Ross
2016-12-30tab: parse full Homebrew version stringAlyssa Ross
2016-12-30tab: implement #reliable_runtime_dependencies?Alyssa Ross
2016-12-20Deprecate 32-bit options.Mike McQuaid
2016-12-03tab: remove debuggingAlyssa Ross
2016-12-03tab: include HOMEBREW_VERSIONAlyssa Ross
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
2016-11-17formula: make cache clearing methods, *ahem*, clearerAlyssa Ross
2016-11-17tab: clear Formula.installed cache when created.Alyssa Ross
2016-10-24keg_relocate: refactor relocate_text_filesJosh Hagins
2016-10-24keg_relocate: cache files rewritten during brew bottleJosh Hagins
2016-10-11tab: don't interpret unknown deps as no depsAlyssa Ross
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-19Save runtime dependencies in INSTALL_RECEIPT.jsonAlyssa Ross
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-09-09Merge pull request #863 from penman/preserve_aliasMike McQuaid
2016-09-07Explain more Tab instantiation methodsAlyssa Ross
2016-09-07Explain Tab.create vs Tab.for_formulaAlyssa Ross
2016-09-07Combine Tab alias_path with source.pathAlyssa Ross
2016-09-05More consistent styleAlyssa Ross
2016-09-05Update Tap for alias_pathAlyssa Ross
2016-09-05Replace install_name/install_ref with alias_pathAlyssa Ross
2016-09-03Preserve alias when installing formulaeAlyssa Ross
2016-08-18Use epochs in tabsVlad Shablinsky
2016-08-13tab: fix Tab.for_formula versions (#687)Uladzislau Shablinski
2016-08-06tab: allow to store versionsVlad Shablinsky
2016-07-29Add missing development_tools requires.Mike McQuaid
2016-07-29tab: use the correct default compiler.Mike McQuaid
2016-07-17Tab#for_formula: using Formula#installed_prefixXu Cheng
2016-07-15tab: add missing methodsXu Cheng
2016-07-08tab: eliminate redundant 'Tab.create' arguments (#468)Martin Afanasjew
2016-07-07Use GitRepositoryExtension for HOMEBREW_REPOSITORYMartin Afanasjew
2016-05-08tab: fix bad default_compiler referenceMartin Afanasjew
2016-05-05tab: include installation date in string representationZhiming Wang
2016-04-02various: Homebrew/core is the core tapXu Cheng
2016-01-15tab: add source modified time metadataXu Cheng
2015-12-15Allow multiple option_names in dep/reqs.Mike McQuaid
2015-12-09Tab#tap: returns tap objectXu Cheng
2015-11-29tab: use installed_prefixesXu Cheng
2015-11-27tab: use cache to avoid rereading the same files.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
2015-08-02tab: check mxcl/master synonym unconditionallyXu Cheng
2015-08-02handle mxcl/master synonym inside Tab#from_file_contentXu Cheng
2015-07-31tab: set stable as default specXu Cheng
2015-07-31Tab: store spec of formulaXu Cheng
2015-06-27Stdlib check should use the compiler used to build the bottleJack Nagel
2015-06-27tab: tweak options info outputDominyk Tiller
2015-06-02tab: allow load from file contentXu Cheng
2015-05-27tab: add method to set tap.Mike McQuaid