aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_installer.rb
AgeCommit message (Expand)Author
2014-03-26Tab#write always overwrites, no need to unlinkJack Nagel
2014-03-25Failing to install plist shouldn't prevent linkingJack Nagel
2014-03-25Write plists atomicallyJack Nagel
2014-03-25Don't load the full debugger when readline is the formula being installedJack Nagel
2014-03-24Check existence of target keg instead of hiding exceptionsJack Nagel
2014-03-19Always build from source when given --interactiveJack Nagel
2014-03-13Don't ignore dependencies when actually building a dependencyJack Nagel
2014-03-13Revert "Roll ignore_deps change back temporarily"Jack Nagel
2014-03-13Roll ignore_deps change back temporarilyJack Nagel
2014-03-13Rewrite postfix conditionalJack Nagel
2014-03-13Make FormulaInstaller setup more readableJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Make interactive an installer modeJack Nagel
2014-03-13Add predicate methods for inspecting the installer modeJack Nagel
2014-03-13Remove unnecessary check for pour_bottle?Jack Nagel
2014-03-13Whitelist arguments that are passed to build processJack Nagel
2014-03-13Don't set installer options to their defaultJack Nagel
2014-03-10Make force_bottle an explicit installer modeJack Nagel
2014-03-10Inline install_bottle? logic into the installerJack Nagel
2014-03-10Remove some obsoleted hacks from the installerJack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-08Pass build_from_source value to dependency installerJack Nagel
2014-03-08Add stubs for build_from_source and build_bottle installer modesJack Nagel
2014-03-08Remove "--fresh" option from installerJack Nagel
2014-03-08Don't remove --only-dependencies since it is meaninglessJack Nagel
2014-03-08Sanitize ARGV options that are reflected in the installer modeJack Nagel
2014-03-04Let commands decide what mode the installer should useJack Nagel
2014-03-04Extract installer setup to prelude methodJack Nagel
2014-03-04Show full name when a installing a tap dependencyJack Nagel
2014-03-02Stop mutating build options in upgradeJack Nagel
2014-03-02Remove unnecessary parameter from inherited_options_forJack Nagel
2014-03-02Revert "Let commands decide what mode the installer should use"Jack Nagel
2014-03-02Let commands decide what mode the installer should useJack Nagel
2014-03-02Reduce the number of ways options can be passed to the installerJack Nagel
2014-03-01Remove unnecessary memoization from FormulaInstaller#build_argvJack Nagel
2014-03-01Only propagate universal option if the formula defines itJack Nagel
2014-02-28Automatically install taps for cross-tap dependenciesJack Nagel
2014-02-28Don't verify deps when ignoring themJack Nagel
2014-02-28FormulaInstaller: verify dependencies map to formulae before lockingJack Nagel
2014-02-27Pass expansion-time build options to install_dependencyJack Nagel
2014-02-27Clean up FormulaInstaller#install_dependencyJack Nagel
2014-02-27Remove requested? dependency magicJack Nagel
2014-02-23ignore skip_clean :allAdam Vandenberg
2014-02-23Cleaner: do work in clean instead of constructorAdam Vandenberg
2014-02-21Access bottle directly in FormulaInstallerJack Nagel
2014-02-02formula_installer: print bottle failure exception.Mike McQuaid
2014-02-02C++ stdlibs: issue warning, don't fail the buildMisty De Meo
2014-02-02C++ stdlib check: don't check executables for depsMisty De Meo
2013-12-19Note when --only-dependencies is a no-opJack Nagel