aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-06-03Treat HOMEBREW_CC the same as --ccShaun Jackman
Closes Homebrew/homebrew#29762. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-03HOMEBREW_CC: Remove COMPILER_ALIASESShaun Jackman
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-01Remove unnecessary use of Dir[]Jack Nagel
2014-06-01Remove no-op directory traversalJack Nagel
2014-06-01Remove jstalkJack Nagel
Closes Homebrew/homebrew#29720.
2014-05-31Use Pathname.glob when we want pathname objectsJack Nagel
2014-05-31Prefer Dir.glob when iterating over the resultJack Nagel
2014-05-30Deprecate implicit build-time requirementsJack Nagel
2014-05-30Remove build attribute from Xcode depJack Nagel
2014-05-30Remove build flag from ant depJack Nagel
2014-05-30Prefer Dir[] to Dir.glob when not passing a blockJack Nagel
2014-05-28Loosen GCC version regexp to allow for custom version stringsJack Nagel
2014-05-28Remove unused attributeJack Nagel
2014-05-28Remove unused method and associated test fixturesJack Nagel
2014-05-28Extract history introspection from "versions" commandJack Nagel
2014-05-28versions: remove --compact optionJack Nagel
2014-05-28versions: don't recreate the relative path on each iterationJack Nagel
2014-05-28versions: use path attribute instead of reconstructing itJack Nagel
2014-05-28versions: drop redundant pathname creationJack Nagel
2014-05-28Fix brew-versions for taps with a Formula directoryJack Nagel
2014-05-28Place X11 ahead of OpenGL when X11 is activeJack Nagel
Fixes Homebrew/homebrew#29651.
2014-05-27--help and --version only apply as first argumentAdam Vandenberg
This fixes external commands that provide their own help and version subcommands. Closes Homebrew/homebrew#26755.
2014-05-27Remove support for version "schemes", just pass version objects directlyJack Nagel
I'm not sure why I thought reinventing object instantiation was a good idea.
2014-05-27Make some constant strings into actual constantsJack Nagel
We only need one copy of each of these strings, not ~7500.
2014-05-27Remove some evals from formula DSLJack 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-26Fix overzealous regexJack Nagel
2014-05-26Add failing test for parsing version from erlang bottle filenameJack Nagel
2014-05-26pluralize formulae in tap/untapAdam Vandenberg
Closes Homebrew/homebrew#28560.
2014-05-26Share code for sanitizing ENV between both build environmentsJack Nagel
2014-05-26Undocument search features that no longer existJack 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-26Fix formula path usage in brew-gist-logsJack Nagel
Formula#path can no longer be a symlink.
2014-05-26Move appledoc to boneyardAdam Vandenberg
No Xcode 5.1 support. Closes Homebrew/homebrew#29488.
2014-05-25bash 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-24brew-desc: Add a mention of brew-desc to READMEPeter Aronoff
Closes Homebrew/homebrew#29555. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-23Skip over "mirror" lines when inserting bottle blockJack Nagel
2014-05-23Try to match unused symbol deps lastJack Nagel
2014-05-22fix HTTP 422 when gist-logs sends an empty fileAlex Burka
Closes Homebrew/homebrew#29476. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-22Add ENV.m64 to superenvJack Nagel
2014-05-22Fix ENV.m32 under superenvJack Nagel
2014-05-21fix permisions on testsAdam Vandenberg
2014-05-21Refurbish two more flags not supported by clangSergei Silnov
'-fno-tree-pre' and '-fno-tree-dominator-opts' Closes Homebrew/homebrew#29452. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-21add start and stop as generic executablesAdam Vandenberg
2014-05-21Prefer pathname methods over regexp matchingJack Nagel
2014-05-21make `tests` an internal commandAdam Vandenberg
2014-05-20Remove obsolete textJack Nagel
2014-05-20Remove ENV variable that is no longer usedJack Nagel
2014-05-20Don't fetch the value just to throw it awayJack Nagel
2014-05-20Stop using superenv? method to dump ENVJack Nagel
2014-05-20Don't try to lock the same formula more than onceJack Nagel
Fixes Homebrew/homebrew#28765.
2014-05-20Remove dead codeJack Nagel