| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-03 | Treat HOMEBREW_CC the same as --cc | Shaun Jackman | |
| Closes Homebrew/homebrew#29762. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-03 | HOMEBREW_CC: Remove COMPILER_ALIASES | Shaun Jackman | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-01 | Remove unnecessary use of Dir[] | Jack Nagel | |
| 2014-06-01 | Remove no-op directory traversal | Jack Nagel | |
| 2014-06-01 | Remove jstalk | Jack Nagel | |
| Closes Homebrew/homebrew#29720. | |||
| 2014-05-31 | Use Pathname.glob when we want pathname objects | Jack Nagel | |
| 2014-05-31 | Prefer Dir.glob when iterating over the result | Jack Nagel | |
| 2014-05-30 | Deprecate implicit build-time requirements | Jack Nagel | |
| 2014-05-30 | Remove build attribute from Xcode dep | Jack Nagel | |
| 2014-05-30 | Remove build flag from ant dep | Jack Nagel | |
| 2014-05-30 | Prefer Dir[] to Dir.glob when not passing a block | Jack Nagel | |
| 2014-05-28 | Loosen GCC version regexp to allow for custom version strings | Jack Nagel | |
| 2014-05-28 | Remove unused attribute | Jack Nagel | |
| 2014-05-28 | Remove unused method and associated test fixtures | Jack Nagel | |
| 2014-05-28 | Extract history introspection from "versions" command | Jack Nagel | |
| 2014-05-28 | versions: remove --compact option | Jack Nagel | |
| 2014-05-28 | versions: don't recreate the relative path on each iteration | Jack Nagel | |
| 2014-05-28 | versions: use path attribute instead of reconstructing it | Jack Nagel | |
| 2014-05-28 | versions: drop redundant pathname creation | Jack Nagel | |
| 2014-05-28 | Fix brew-versions for taps with a Formula directory | Jack Nagel | |
| 2014-05-28 | Place X11 ahead of OpenGL when X11 is active | Jack Nagel | |
| Fixes Homebrew/homebrew#29651. | |||
| 2014-05-27 | --help and --version only apply as first argument | Adam Vandenberg | |
| This fixes external commands that provide their own help and version subcommands. Closes Homebrew/homebrew#26755. | |||
| 2014-05-27 | Remove support for version "schemes", just pass version objects directly | Jack Nagel | |
| I'm not sure why I thought reinventing object instantiation was a good idea. | |||
| 2014-05-27 | Make some constant strings into actual constants | Jack Nagel | |
| We only need one copy of each of these strings, not ~7500. | |||
| 2014-05-27 | Remove some evals from formula DSL | Jack Nagel | |
| The default arguments were removed from these methods long ago, so nothing is standing in the way of using define_method here. | |||
| 2014-05-26 | Fix overzealous regex | Jack Nagel | |
| 2014-05-26 | Add failing test for parsing version from erlang bottle filename | Jack Nagel | |
| 2014-05-26 | pluralize formulae in tap/untap | Adam Vandenberg | |
| Closes Homebrew/homebrew#28560. | |||
| 2014-05-26 | Share code for sanitizing ENV between both build environments | Jack Nagel | |
| 2014-05-26 | Undocument search features that no longer exist | Jack Nagel | |
| Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes Homebrew/homebrew#29585. | |||
| 2014-05-26 | Fix formula path usage in brew-gist-logs | Jack Nagel | |
| Formula#path can no longer be a symlink. | |||
| 2014-05-26 | Move appledoc to boneyard | Adam Vandenberg | |
| No Xcode 5.1 support. Closes Homebrew/homebrew#29488. | |||
| 2014-05-25 | bash completion for `brew list --multiple` | Ches Martin | |
| As per 9ab605c7f1883 removal of `brew dirty`. `--multiple` *implies* `--versions`, thus IMO it shouldn't be necessary to also explicitly include the `--versions` option, but that's a separate matter. For now this offers the small added convenience of: $ brew list --m<TAB><TAB> to quickly expand the `brew dirty` equivalent. Closes Homebrew/homebrew#29571. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-05-24 | brew-desc: Add a mention of brew-desc to README | Peter Aronoff | |
| Closes Homebrew/homebrew#29555. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-23 | Skip over "mirror" lines when inserting bottle block | Jack Nagel | |
| 2014-05-23 | Try to match unused symbol deps last | Jack Nagel | |
| 2014-05-22 | fix HTTP 422 when gist-logs sends an empty file | Alex Burka | |
| Closes Homebrew/homebrew#29476. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-22 | Add ENV.m64 to superenv | Jack Nagel | |
| 2014-05-22 | Fix ENV.m32 under superenv | Jack Nagel | |
| 2014-05-21 | fix permisions on tests | Adam Vandenberg | |
| 2014-05-21 | Refurbish two more flags not supported by clang | Sergei Silnov | |
| '-fno-tree-pre' and '-fno-tree-dominator-opts' Closes Homebrew/homebrew#29452. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-21 | add start and stop as generic executables | Adam Vandenberg | |
| 2014-05-21 | Prefer pathname methods over regexp matching | Jack Nagel | |
| 2014-05-21 | make `tests` an internal command | Adam Vandenberg | |
| 2014-05-20 | Remove obsolete text | Jack Nagel | |
| 2014-05-20 | Remove ENV variable that is no longer used | Jack Nagel | |
| 2014-05-20 | Don't fetch the value just to throw it away | Jack Nagel | |
| 2014-05-20 | Stop using superenv? method to dump ENV | Jack Nagel | |
| 2014-05-20 | Don't try to lock the same formula more than once | Jack Nagel | |
| Fixes Homebrew/homebrew#28765. | |||
| 2014-05-20 | Remove dead code | Jack Nagel | |
