aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
AgeCommit message (Expand)Author
2016-12-03cmd/install: allow to install any specUladzislau Shablinski
2016-11-13Merge pull request #1217 from MatzFan/invalid_build_option_warningsMike McQuaid
2016-11-12fix other 10 failing tests - dohBruce Steedman
2016-11-05install: only check fatal development tools checks.Mike McQuaid
2016-11-05Added a hint how to link a formula that is installed but not linkedihatetoregister
2016-10-23tap_constants: rename HOMEBREW_CASK_TAP_FORMULA_REGEXJosh Hagins
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Don’t use `puts_columns` if `empty?` or single item.Markus Reiter
2016-10-04Merge pull request #1145 from reitermarkus/module-functionMarkus Reiter
2016-10-03invalid build options - fixed conflicts; renameBruce Steedman
2016-10-02Use `module_function` for commands.Markus Reiter
2016-10-01install: remove not updated warning.Mike McQuaid
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Fix Style/GuardClause.Markus Reiter
2016-09-19Merge pull request #971 from penman/follow_aliasMike McQuaid
2016-09-18install: don't install alias if already installedAlyssa Ross
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-11cmd/install: fix Rubocop warnings.Mike McQuaid
2016-09-07Refactor MacOS check_development_tools usage.Mike McQuaid
2016-08-30install: die if Xcode/CLT not up-to-date on prereleasesDominyk Tiller
2016-08-10Improve formula not found handling (#96)Misty De Meo
2016-08-05various: eliminate the usage of `any?` (#638)Xu Cheng
2016-07-29Add missing development_tools requires.Mike McQuaid
2016-07-08cmd/install: port to generic OS. (#458)Mike McQuaid
2016-07-06development_tools: add installed? method. (#455)Mike McQuaid
2016-07-04diagnostic: more porting to generic OS. (#449)Mike McQuaid
2016-07-04install: undocument --force-bottle. (#443)Mike McQuaid
2016-06-29cmd/install: use migration_needed?Vlad Shablinsky
2016-05-19install: fix documentation of --keep-tmp option (#258)Zhiming Wang
2016-05-09gist-logs: add proper documentation, improve error handling (#217)Jam
2016-05-06brew install: make -s apply only to given formula, not deps (#205)Andrew Janke
2016-04-18brew test, install, update-test: add --keep-tmp optionAndrew Janke
2016-04-17install: handle FormulaClassUnavailableErrorMartin Afanasjew
2016-04-10Add all the top level commentsMax Nordlund
2016-03-07rename CoreFormulaRepository to CoreTapXu Cheng
2016-01-05doctor: move code away from cmd/Baptiste Fontaine
2015-12-19move CoreFormulaRepository into separate fileXu Cheng
2015-12-10Do not `brew install brew-cask`Josh Hagins
2015-12-09Formulary: use same logic to handle core fully-qualified nameXu Cheng
2015-12-03centralize the logic of handling `homebrew-` in Tap.fetchXu Cheng
2015-11-09cmd/install: check before tappingAlex Dunn
2015-11-09use Tap#installXu Cheng
2015-10-19install: make search output more intuitive.Eric Andrew Lewis
2015-10-09use directory? to check rack existenceXu Cheng
2015-08-27install: fix if isn't migratedVlad Shablinsky
2015-08-21Merge bottle install without Xcode branchMisty De Meo
2015-08-21Call check_xcode check for CLT, tooWilliam Woodruff
2015-08-21Add guards to calls that would trigger Xcode install requestsWilliam Woodruff
2015-08-21FormulaInstaller: add prevent_build_flags to eliminate code repetitionWilliam Woodruff
2015-08-21Install: add BuildToolsError and BuildFlagsErrorWilliam Woodruff