aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2014-09-19Whitelist oxsfuse files since we support externally installed oxsfuseJack Nagel
2014-09-19Clarify "could not tap" warningJack Nagel
2014-09-19caveats: check if plist is a symlink.Mike McQuaid
2014-09-18Remove obsolete nil guardJack Nagel
2014-09-18Make install name debug output more readableJack Nagel
2014-09-18Pass command and arg list into ErrorDuringExecution constructorJack Nagel
2014-09-18Update brew-test-bot for compiler selection changesJack Nagel
2014-09-18Call reset in the superclass implementation of setup_build_environmentJack Nagel
2014-09-18Make --cc override the compiler selectorJack Nagel
2014-09-18Replace CompilerQueue with predetermined priority listsJack Nagel
2014-09-18Move Compiler struct into CompilerSelector namespaceJack Nagel
2014-09-18Remove fails_with? from the formula instanceJack Nagel
2014-09-18Delay requiring irb until runtimeJack Nagel
2014-09-18Fix exiting the debugger menu with CTRL-DJack Nagel
2014-09-18Implement `brew test --debug`Jack Nagel
2014-09-18Remove workaround for old debuggerJack Nagel
2014-09-18Rewrite debugger to remove monkeypatches and use of call/ccJack Nagel
2014-09-18Disable outdated Xcode doctor checks until the bots are updatedJack Nagel
2014-09-18Xcode 6.0.1Jack Nagel
2014-09-16Fix variable shadowing bug in requirement expansionJack Nagel
2014-09-16brew-test-bot: build changed dependencies first.Mike McQuaid
2014-09-15brew-test-bot: add --dry-run mode.Mike McQuaid
2014-09-14audit: access the homepage attribute onceJack Nagel
2014-09-14Consistently call name on formula instead of relying on to_sJack Nagel
2014-09-14Print each line of --env output atomicallyJack Nagel
2014-09-14Remove unnecessary conditionalJack Nagel
2014-09-14Remove InstallationError superclassJack Nagel
2014-09-13Replace loop + delete with array differenceJack Nagel
2014-09-13Remove unused attribute from BuildErrorJack Nagel
2014-09-13Pass the ENV hash into the BuildError constructorJack Nagel
2014-09-12Use the superclass properlyJack Nagel
2014-09-12Make parameter names match superclass parameter namesJack Nagel
2014-09-12Remove default argument from Homebrew::InstallationErrorJack Nagel
2014-09-12Make exception subclasses use their superclass properlyJack Nagel
2014-09-12Don't use undent on keg-only reasonsJack Nagel
2014-09-11Use safe_system when invoking install_name_toolJack Nagel
2014-09-11Use multiple-argument form of quiet_systemJack Nagel
2014-09-11Use only strings in ENV.x11Jack Nagel
2014-09-11The build environment should only deal with stringsJack Nagel
2014-09-11Don't directly assign Pathname objects to environment variablesJack Nagel
2014-09-10Store the object itself in the failed download setJack Nagel
2014-09-10Use bundler for test gem dependencies.Mike McQuaid
2014-09-10Prefer Xcode 6.1 on 10.10Dominyk Tiller
2014-09-09Provide more information about link errorsJack Nagel
2014-09-09Add :osxfuse dependency to support binary install.Johnathan Conley
2014-09-08Fix file descriptor leakJack Nagel
2014-09-08Use predicate method and eliminate localJack Nagel
2014-09-08Avoid early returnJack Nagel
2014-09-08Remove haskell-platformJack Nagel
2014-09-08test.pcap: add pcap fixture.Mike McQuaid