| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 #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 #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 #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 #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 #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 #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 #28754. Fixes #29846. Fixes #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 #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 #31706. | |||
| 2014-08-18 | Don't overwrite optimization flag map in ENV.clang | Jack Nagel | |
| 2014-08-17 | Upgrade honors build_bottle? and built_as_bottle options | Larry Shaffer | |
| Closes #31628. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-08-16 | Use the build accessor rather than metaprogramming | Jack Nagel | |
| 2014-08-16 | Define the test_defined? method dynamically | Jack Nagel | |
| 2014-08-16 | Use the keg_only_reason instance method in keg_only? | Jack Nagel | |
| 2014-08-16 | fetch: retry the download on a failure. | Mike McQuaid | |
| 2014-08-16 | Simplify cxxstdlib_check implementation | Jack Nagel | |
| The cxxstdlib_check method currently only supports one value, so we can just define the accompanying instance method when necessary. If we ever add more options we can back it with a data structure. | |||
| 2014-08-16 | Remove the universal accessor from BuildOptions | Jack Nagel | |
| BuildOptions is now immutable (finally). | |||
| 2014-08-14 | Remove two more unnecessary default arguments | Jack Nagel | |
| 2014-08-14 | Fix mktmp to be generic as-per SUS/BSD. | xxxajk | |
| Closes #31586. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-08-14 | Use the as_flags method instead of map | Jack Nagel | |
| 2014-08-14 | Use the Enumerable implementation of include? | Jack Nagel | |
