aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.rb
AgeCommit message (Expand)Author
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Fix Style/IfUnlessModifier.Markus Reiter
2016-09-23Fix Style/MethodName.Markus Reiter
2016-09-23Fix DoubleNegation.Markus Reiter
2016-09-18Relocate HOMEBREW_REPOSITORY when necessary.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-09-13Make scons use stdenv only if immediate build depAlex Wang
2016-09-09Merge pull request #863 from penman/preserve_aliasMike McQuaid
2016-09-07formula_installer: don't allow pinned dependenciesVlad Shablinsky
2016-09-05Formula#specified_pathAlyssa Ross
2016-09-05Replace install_name/install_ref with alias_pathAlyssa Ross
2016-09-03Preserve alias when installing formulaeAlyssa Ross
2016-09-01formula_installer: install deps of dep before depilovezfs
2016-08-19separate build and test logsAndrew Janke
2016-08-15formula_installer: use Sandbox.formula? method.Mike McQuaid
2016-08-12install_dependencies: Do not truncate dependenciesShaun Jackman
2016-08-09formula_installer: report --HEAD/--devel usage.Mike McQuaid
2016-08-09formula_installer: tweak dependent requirements.Mike McQuaid
2016-08-09formula_installer: prevent MaximumMacOSRequirement leakageDominyk Tiller
2016-08-08formula_installer: better handle missing conflict.Mike McQuaid
2016-07-29Add missing development_tools requires.Mike McQuaid
2016-07-21FormulaInstaller#sanitized_ARGV_options: fix regexXu Cheng
2016-07-16Use HeadVersion for install/reinstallVlad Shablinsky
2016-07-09keg_relocate: port to generic OS. (#453)Mike McQuaid
2016-07-09emoji: extract logic into generic OS classes. (#450)Mike McQuaid
2016-07-07Use GitRepositoryExtension for HOMEBREW_REPOSITORYMartin Afanasjew
2016-07-06development_tools: add installed? method. (#455)Mike McQuaid
2016-06-02formula_installer: accumulate inherited optionsilovezfs
2016-05-12formula_installer: fix option-with-value handlingMartin Afanasjew
2016-05-08Make bottle code cross-platform.Mike McQuaid
2016-05-06brew install: make -s apply only to given formula, not deps (#205)Andrew Janke
2016-05-03analytics: move to a class. Mike McQuaid
2016-04-18brew test, install, update-test: add --keep-tmp optionAndrew Janke
2016-04-12Homebrew (opt-in) Analytics tweaks. (#57)Mike McQuaid
2016-04-04formula_installer: report install attempts.Mike McQuaid
2016-03-29FormulaInstaller: rescue tap unavail for reqs tooilovezfs
2016-02-18formula_installer: use new pour_bottle DSL.Mike McQuaid
2016-02-18formula_installer: improve bottle cellar message.Mike McQuaid
2016-02-18formula_installer: cleanup existing pour_bottle logic.Mike McQuaid
2016-02-10FormulaInstaller: uncache Tab to keep it freshXu Cheng
2016-01-19Revert "formula_installed: tweak source build behaviour."Mike McQuaid
2016-01-17formula_installer: build formula options better.Mike McQuaid
2016-01-17formula_installed: tweak source build behaviour.Mike McQuaid
2016-01-10formula_installer: fix --default-fortran-flagsMartin Afanasjew
2016-01-09add Keg#empty_installation?Xu Cheng
2016-01-09formula_installer: improve empty installation detectionZhiming Wang
2015-12-15bottle: make bottle checksums reproducible.Mike McQuaid
2015-12-15formula_installer: prefer 'Dependable#run?'Martin Afanasjew
2015-11-25Skip pouring from a bottle if --cc is passedDaniel Trebbien