aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2014-03-15diy: warn when detected name is an aliasJack Nagel
2014-03-15Modernize `brew diy`Jack Nagel
2014-03-15Use canonicalized name in NoSuchKegError messageJack Nagel
2014-03-15Rewrite `brew reinstall`Jack Nagel
2014-03-15Update option completionJack Nagel
2014-03-14Detect build-time deps from resource downloadsJack Nagel
2014-03-14Use Formula#system and existing error handling in scons helperJack Nagel
2014-03-14Remove use of Forwardable from ExternalPatchJack Nagel
2014-03-14superenv: filter -fno-check-newMisty De Meo
2014-03-14python_dependency: move bottle check into method.Mike McQuaid
2014-03-14Fix the debug implementation of Resource#stage as wellJack Nagel
2014-03-14Fix Resource#stage method signature in debug modeJack Nagel
2014-03-14Ensure patch cache path is unique even when checksum is missingJack Nagel
2014-03-14cc: filter more flags clang hates.Mike McQuaid
2014-03-13Add inspect methods to patch classesJack Nagel
2014-03-13Drop version from cached patch filenamesJack Nagel
2014-03-13Teach audit about new patches implementationJack Nagel
2014-03-13Teach fetch to download patchesJack Nagel
2014-03-13Enable new patch implementation with compatibility layerJack Nagel
2014-03-13New patch implementation and DSLJack 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-13Stop letting GitDependency inject HOMEBREW_PREFIX/bin into the environmentJack Nagel
2014-03-13Roll ignore_deps change back temporarilyJack Nagel
2014-03-13Use ARGV.envJack Nagel
2014-03-13Rewrite postfix conditionalJack Nagel
2014-03-13Simplify ARGV.filter_for_dependenciesJack 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-13Add ARGV.envJack Nagel
2014-03-13brew-unpack: don't chdir further than a normal install wouldJack Nagel
2014-03-13brew-unpack: separate args passed to systemJack Nagel
2014-03-13brew-unpack: use extend instead of reopening FormulaJack Nagel
2014-03-13Allow the debugger to work from inside staged resourcesJack Nagel
2014-03-13Set bottle name so `brew fetch --retry` worksJack Nagel
2014-03-13Revert "software_spec: set a name for bottles."Mike McQuaid
2014-03-13brew-test-bot: set Git author/committer correctly.Mike McQuaid
2014-03-13software_spec: set a name for bottles.Mike McQuaid
2014-03-13brew-test-bot: use install_args for building deps.Mike McQuaid
2014-03-13brew-test-bot: hide --retry flag.Mike McQuaid
2014-03-13bottle: remove pyc files before bottling.Mike McQuaid
2014-03-13keg: add delete_pyc_files! method.Mike McQuaid
2014-03-13python_dependency: always bottle with brew Python.Mike McQuaid
2014-03-13utils: return empty issues array when no API.Mike McQuaid