aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/install.rb
AgeCommit message (Expand)Author
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
2015-08-21MacOS: update locate_cctoolWilliam Woodruff
2015-08-21Requirements: add CctoolsRequirementWilliam Woodruff
2015-08-21Install: remove check_for_bad_install_name_toolWilliam Woodruff
2015-08-15install: f.oldname can be nilXu Cheng
2015-08-14install: mention if installed formula isn't migrated.Mike McQuaid
2015-08-09put caveats in finish after post_install Homebrew/homebrew#42565Rafael Kitover
2015-08-06add fully qualified name for core formulaeCNA-Bld
2015-08-03Core files style updates.BrewTestBot
2015-07-17use ohai headers at the top of search resultsAlex Dunn
2015-07-11cmd/install: fix install warning timeout.Mike McQuaid
2015-07-11install: cleanup outdated repository warning.Mike McQuaid
2015-07-11cmd/install: check time of last update if FormulaUnavailableErrorAlex Dunn
2015-06-16Move 10.11 warning to doctor, pre-install, and post-failureJack Nagel
2015-05-29install: use Formula#full_nameXu Cheng
2015-03-11install: refactoring blacklist checkXu Cheng
2015-03-05cmd/install: add force/debug/verbose to cask.Mike McQuaid
2015-01-16install: fix --HEAD for formulae with head and devel but no stableJack Nagel
2015-01-15install: handle devel-only correctlyDominyk Tiller
2015-01-05install: fail on devel where devel doesn't existDominyk Tiller
2014-12-26Fix warningJack Nagel
2014-11-30Allow searching/installing Homebrew Casks.Mike McQuaid
2014-11-03Make quieter an installer modeJack Nagel
2014-11-03Make git an installer modeJack Nagel
2014-11-03Add ARGV.git?Jack Nagel
2014-10-31Check for MacPorts/Fink installation only after build failuresJack Nagel
2014-10-31Revert "run macports check after failed build instead of before every build"Jack Nagel
2014-10-31Remove FormulaAlreadyInstalledErrorJack Nagel
2014-10-28cmd/install: fallback to searching formula names.Jim Witschey
2014-10-21Point to a tap when installing or fetching.Mike McQuaid
2014-10-20Drop pointless use of CannotInstallFormulaErrorJack Nagel
2014-09-14Consistently call name on formula instead of relying on to_sJack Nagel
2014-08-30Install dependencies before an interactive installJack Nagel
2014-08-25install: search when formula isn't found.Mike McQuaid
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel