| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-19 | Whitelist oxsfuse files since we support externally installed oxsfuse | Jack Nagel | |
| 2014-09-19 | Clarify "could not tap" warning | Jack Nagel | |
| Closes Homebrew/homebrew#31451. Closes Homebrew/homebrew#32223. | |||
| 2014-09-19 | caveats: check if plist is a symlink. | Mike McQuaid | |
| Avoid problems like Homebrew/homebrew#32367. | |||
| 2014-09-18 | Remove obsolete nil guard | Jack Nagel | |
| This was added in 3a7a3619f7016c75c3e53e944221bf7f6354a63b to make the tests pass, but this method is now stubbed out in the tests, so we can assume $? will be non-nil. | |||
| 2014-09-18 | Make install name debug output more readable | Jack Nagel | |
| 2014-09-18 | Pass command and arg list into ErrorDuringExecution constructor | Jack Nagel | |
| 2014-09-18 | Update brew-test-bot for compiler selection changes | Jack Nagel | |
| 2014-09-18 | Call reset in the superclass implementation of setup_build_environment | Jack Nagel | |
| 2014-09-18 | Make --cc override the compiler selector | Jack Nagel | |
| 2014-09-18 | Replace CompilerQueue with predetermined priority lists | Jack Nagel | |
| 2014-09-18 | Move Compiler struct into CompilerSelector namespace | Jack Nagel | |
| 2014-09-18 | Remove fails_with? from the formula instance | Jack Nagel | |
| 2014-09-18 | Delay requiring irb until runtime | Jack Nagel | |
| Fixes Homebrew/homebrew#32410. | |||
| 2014-09-18 | Fix exiting the debugger menu with CTRL-D | Jack Nagel | |
| 2014-09-18 | Implement `brew test --debug` | Jack Nagel | |
| 2014-09-18 | Remove workaround for old debugger | Jack Nagel | |
| 2014-09-18 | Rewrite debugger to remove monkeypatches and use of call/cc | Jack Nagel | |
| 2014-09-18 | Disable outdated Xcode doctor checks until the bots are updated | Jack Nagel | |
| 2014-09-18 | Xcode 6.0.1 | Jack Nagel | |
| Closes Homebrew/homebrew#32394. | |||
| 2014-09-16 | Fix variable shadowing bug in requirement expansion | Jack Nagel | |
| Long term we should probably rename the installer's "f" attribute to "formula". | |||
| 2014-09-16 | brew-test-bot: build changed dependencies first. | Mike McQuaid | |
| And don't uninstall them in-between. This should fix the issues where if e.g. OpenSSL changes in a pull request then it's only the dependents after it alphabetically would be built against the new version. | |||
| 2014-09-15 | brew-test-bot: add --dry-run mode. | Mike McQuaid | |
| 2014-09-14 | audit: access the homepage attribute once | Jack Nagel | |
| 2014-09-14 | Consistently call name on formula instead of relying on to_s | Jack Nagel | |
| 2014-09-14 | Print each line of --env output atomically | Jack Nagel | |
| 2014-09-14 | Remove unnecessary conditional | Jack Nagel | |
| If ARGV.named.empty?, then ARGV.formulae.map(&:name) == []. | |||
| 2014-09-14 | Remove InstallationError superclass | Jack Nagel | |
| None of these subclasses share any behavior other than what is inherited from RuntimeError, so we can just get rid of the superclass. | |||
| 2014-09-13 | Replace loop + delete with array difference | Jack Nagel | |
| 2014-09-13 | Remove unused attribute from BuildError | Jack Nagel | |
| 2014-09-13 | Pass the ENV hash into the BuildError constructor | Jack Nagel | |
| 2014-09-12 | Use the superclass properly | Jack Nagel | |
| 2014-09-12 | Make parameter names match superclass parameter names | Jack Nagel | |
| 2014-09-12 | Remove default argument from Homebrew::InstallationError | Jack Nagel | |
| This class is never instantiated directly, and all subclasses initializers have different signatures and do not rely on this. | |||
| 2014-09-12 | Make exception subclasses use their superclass properly | Jack Nagel | |
| 2014-09-12 | Don't use undent on keg-only reasons | Jack Nagel | |
| It will cut off the beginning of any interpolated lines. Fixes Homebrew/homebrew#32259. | |||
| 2014-09-11 | Use safe_system when invoking install_name_tool | Jack Nagel | |
| 2014-09-11 | Use multiple-argument form of quiet_system | Jack Nagel | |
| 2014-09-11 | Use only strings in ENV.x11 | Jack Nagel | |
| 2014-09-11 | The build environment should only deal with strings | Jack Nagel | |
| 2014-09-11 | Don't directly assign Pathname objects to environment variables | Jack Nagel | |
| Fixes Homebrew/homebrew#32234. | |||
| 2014-09-10 | Store the object itself in the failed download set | Jack Nagel | |
| Patches don't respond to "name". | |||
| 2014-09-10 | Use bundler for test gem dependencies. | Mike McQuaid | |
| Closes Homebrew/homebrew#31986. References Homebrew/homebrew#31981. | |||
| 2014-09-10 | Prefer Xcode 6.1 on 10.10 | Dominyk Tiller | |
| More Yosemite changes. Within two weeks or so, Xcode should be made available on the App Store, at which point 10.9 will need to go from “5.1.1” to “6.0” but whilst Yosemite is in Beta *everyone* should be using the Xcode Beta builds according to Apple, so Yosemite should be on 6.1 for the foreseeable, even when Apple releases Xcode 6.0 to 10.9 & below. 6.1 is still using the same Clang version number at this point. Closes Homebrew/homebrew#32201. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-09-09 | Provide more information about link errors | Jack Nagel | |
| References Homebrew/homebrew#32046. | |||
| 2014-09-09 | Add :osxfuse dependency to support binary install. | Johnathan Conley | |
| add :osxfuse symbolic dependency add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext Closes Homebrew/homebrew#31975. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-09-08 | Fix file descriptor leak | Jack Nagel | |
| 2014-09-08 | Use predicate method and eliminate local | Jack Nagel | |
| 2014-09-08 | Avoid early return | Jack Nagel | |
| 2014-09-08 | Remove haskell-platform | Jack Nagel | |
| The latest version haskell-platform features an entirely different build system that does not play well with Homebrew, so it is being removed in favor of the ghc and cabal-install formulae. The binary installer can also be used instead: https://www.haskell.org/platform/mac.html Closes Homebrew/homebrew#31609. | |||
| 2014-09-08 | test.pcap: add pcap fixture. | Mike McQuaid | |
