| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-30 | Remove unnecessary empty block | Jack Nagel | |
| 2014-08-30 | Test fails_with against spec objects | Jack Nagel | |
| 2014-08-30 | Test against real CompilerFailure objects | Jack Nagel | |
| 2014-08-30 | Remove obsolete nil check | Jack Nagel | |
| 2014-08-30 | Convert deps collections to arrays first | Jack Nagel | |
| 2014-08-30 | Install dependencies before an interactive install | Jack Nagel | |
| Closes Homebrew/homebrew#29121. | |||
| 2014-08-30 | Use different variable name | Jack Nagel | |
| 2014-08-30 | brew-test-bot: check dependencies' compilers too. | Mike McQuaid | |
| 2014-08-30 | Fix tests on 1.8 | Jack Nagel | |
| 2014-08-29 | Use cp because install warns on empty arrays | Jack Nagel | |
| 2014-08-29 | Copy config.log even if the build succeeds | Jack Nagel | |
| 2014-08-29 | Collapse iteration to a map | Jack Nagel | |
| 2014-08-29 | Options internals no longer need to support switches | Jack Nagel | |
| 2014-08-29 | Add a method for retrieving only flags from ARGV | Jack Nagel | |
| 2014-08-29 | Move handling of leading dashes to Options.create | Jack Nagel | |
| 2014-08-28 | Single character options should not be used in a formula | Jack Nagel | |
| 2014-08-28 | Simplify implementation of ARGV.flag? and ARGV.switch? | Jack Nagel | |
| 2014-08-28 | Use two-argument form of String#slice | Jack Nagel | |
| 2014-08-28 | Implement ARGV.named in terms of ARGV.options_only | Jack Nagel | |
| 2014-08-28 | ARGV.spec should be private | Jack Nagel | |
| 2014-08-28 | gettext, readline: Add keg_only :shadowed_by_osx | Shaun Jackman | |
| Closes Homebrew/homebrew#31951. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-08-27 | Rewrite missing_options in a more obvious way | Jack Nagel | |
| 2014-08-27 | Move OpenFST and OpenGRM-ngram to homebrew-science | Kyle Gorman | |
| Closes Homebrew/homebrew#31905. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-08-27 | Make sure all exceptions are sent back to the parent process | Jack Nagel | |
| 2014-08-27 | Explicitly pass options into the build object | Jack Nagel | |
| 2014-08-27 | Spell out formula in parameter and attribute names | Jack Nagel | |
| 2014-08-27 | Object#methods returns an array of symbols on 1.9+ | Jack Nagel | |
| Fixes Homebrew/homebrew#31926. | |||
| 2014-08-27 | Remove to_str from Option | Jack Nagel | |
| We no longer need implicit conversion of options to strings. | |||
| 2014-08-26 | Structure the build process so that we don't need an at_exit hook | Jack Nagel | |
| 2014-08-26 | Avoid intermediate option objects | Jack Nagel | |
| 2014-08-26 | etc.install: handle recursive directory installs. | Mike McQuaid | |
| We need to install the helper module not just on `etc` but also on all subdirectories of it too. Also, handle the case where we install a subdirectory with etc.install. Closes Homebrew/homebrew#26145. | |||
| 2014-08-25 | Inline variable | Jack Nagel | |
| 2014-08-25 | install: search when formula isn't found. | Mike McQuaid | |
| If you do `brew install blah` it currently doesn't search for it. This seems to be unintentional looking at this code as the exception thrown by ARGV.formulae.each is not caught and handled. Instead, let's handle this case and provide a little more usability around our taps. Closes Homebrew/homebrew#31761. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-08-25 | requirements: don't print out java_home. | Mike McQuaid | |
| 2014-08-24 | Add friendlier local file missing error | Larry Shaffer | |
| Closes Homebrew/homebrew#26481. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-08-24 | Revert "Use the dependency object as the key in the inherited_options hash" | Jack Nagel | |
| This reverts commit c8d3b39165bb11799d7849ee13a3559ad0bd63f4. | |||
| 2014-08-24 | Use the dependency object as the key in the inherited_options hash | Jack Nagel | |
| 2014-08-24 | Consider on-disk state when computing dependencies | Jack Nagel | |
| Fixes Homebrew/homebrew#28754. Fixes Homebrew/homebrew#29846. Fixes Homebrew/homebrew#30920. | |||
| 2014-08-24 | Fix redefinition of x11 reader method in superenv | Jack Nagel | |
| 2014-08-23 | Remove an unnecessary default argument | Jack Nagel | |
| 2014-08-23 | Use opt_prefix instead of constructing it manually | Jack Nagel | |
| 2014-08-22 | Use a set to track failed downloads | Jack Nagel | |
| 2014-08-22 | Rescue only DownloadError | Jack Nagel | |
| 2014-08-22 | Decouple IncompatibleCxxStdlibs from its superclass | Jack Nagel | |
| This exception is never used outside of the CxxStdlib class, so we don't need the Homebrew::InstallationError superclass. | |||
| 2014-08-22 | Pull common stdlib checking code into a method | Jack Nagel | |
| 2014-08-22 | drush: move to Homebrew/php tap. | Arne Jørgensen | |
| Closes Homebrew/homebrew#31726. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-08-21 | Fix false positive audit warning | Jack Nagel | |
| 2014-08-20 | Options no longer needs deep-copy semantics | Jack Nagel | |
| Follow-up to 23d90a6a187a57fbdf4eeac146993e3b37c3d4d9. | |||
| 2014-08-19 | Make fails_with available in spec blocks | Jack Nagel | |
| Closes Homebrew/homebrew#31706. | |||
| 2014-08-18 | Don't overwrite optimization flag map in ENV.clang | Jack Nagel | |
