| Age | Commit message (Collapse) | Author | 
|---|
|  | Closes #35027.
Signed-off-by: Jack Nagel <jacknagel@gmail.com> | 
|  |  | 
|  |  | 
|  |  | 
|  | Closes #24680. | 
|  |  | 
|  | Fixes #18625. | 
|  |  | 
|  | Deprecated Formula.all, replaced usage with more appropriate enumerable options. Just check out how much nicer `brew audit` runs now. | 
|  | Simplify access to the different forms of a formula's build options by
making options into real objects rather than strings, and expose both
the 'name' and 'flag' form. | 
|  | This was a regression which caused the bash completion script to
fail to complete formula options. | 
|  | When combining the set of old-style and new-style options, make sure
that the leading "--" is stripped.
Fixes displaying options in `brew options`, and the exotic case of
declaring options using the old syntax and then checking them with
`build.include?` | 
|  |  | 
|  | Closes #14124.
Signed-off-by: Jack Nagel <jacknagel@gmail.com> | 
|  |  | 
|  | Closes #9982 | 
|  | About time right? | 
|  | Signed-off-by: Jack Nagel <jacknagel@gmail.com> | 
|  | `brew options --installed` will now "do the right thing".
There is getting to be a small but noticeable amount of code duplication
among commands that take options like "--installed" or "--all"; it may
be worth factoring this out into a method that will return a collection
of formula objects based on the options that are passed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com> | 
|  | `brew options --installed` will print options for formulae that are
already installed.
Closes #7565.
Signed-off-by: Jack Nagel <jacknagel@gmail.com> | 
|  | Signed-off-by: Jack Nagel <jacknagel@gmail.com> | 
|  |  | 
|  |  |