aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.rb
AgeCommit message (Expand)Author
2016-11-13No if/unless-modifier on multiline blocks.Markus Reiter
2016-11-13Merge pull request #1217 from MatzFan/invalid_build_option_warningsMike McQuaid
2016-11-12Filter formula build options based on those that exist.Mike McQuaid
2016-11-12@MikeMcQuaid requested changesBruce Steedman
2016-10-25formula_installer: fix regression in #1253Josh Hagins
2016-10-24keg_relocate: refactor relocate_text_filesJosh Hagins
2016-10-24keg_relocate: cache files rewritten during brew bottleJosh Hagins
2016-10-17install: prune build-only deps of depsAndrew Janke
2016-10-12formula_installer: Remove obsolete hard dependency on cctools.William Woodruff
2016-10-03invalid build options - fixed conflicts; renameBruce Steedman
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Merge pull request #1052 from sjackman/store-formulaMike McQuaid
2016-09-24Fix Style/GuardClause.Markus Reiter
2016-09-23Store the formula used to build the keg in the kegShaun Jackman
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