| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2014-05-20 | Alphabetize tap migrations | Jack Nagel | |
| 2014-05-20 | Move appswitch to homebrew-binary | Jack Nagel | |
| 2014-05-19 | Remove example that is generally not required | Jack Nagel | |
| 2014-05-19 | blacklist: gfortran is now part of gcc | Adam Vandenberg | |
| 2014-05-19 | blacklist: remove gcc | Adam Vandenberg | |
| 2014-05-19 | Re-enable Xcode-only support on 10.9 | Jack Nagel | |
| Closes Homebrew/homebrew#29377. | |||
| 2014-05-19 | Set sysroot for non-clang compilers on 10.9 | Jack Nagel | |
| Although the correct sysroot is built into Apple's tools on 10.9, we need to continue setting it for custom compilers. | |||
| 2014-05-19 | Reorganize superenv include and library path setup | Jack Nagel | |
| I found the dual use of CMAKE_*_PATH variables to make it difficult to reason about this code. Now a separate set of variables are used to communicate with the cc wrapper, and less work is performed in the wrapper itself. We no longer pass the SDK include path as a -isystem directory on Xcode-only setups. Doing so is redundant with `--sysroot` and has other side effects, namely changing the include path search order, which can break compilation of some software (e.g. qemu). On Xcode-only 10.9, we can additionally omit `--sysroot`, as the correct paths are built into the tools. A new variable, HOMEBREW_SYSROOT, is used to this information to the wrapper. It will be unset on Xcode-only 10.9. HOMEBREW_SDKROOT will continue to be set, as it is used for other things besides setting the include search path. | |||
| 2014-05-19 | Remove CLTDependency | Jack Nagel | |
| Closes Homebrew/homebrew#29379. | |||
| 2014-05-19 | Remove deprecated --use-{gcc,llvm,clang} | Jack Nagel | |
| Closes Homebrew/homebrew#29380. | |||
| 2014-05-18 | Less snark | Jack Nagel | |
| 2014-05-18 | always use a top-level array for info JSON | Adam Vandenberg | |
| Closes Homebrew/homebrew#29318. | |||
| 2014-05-18 | Remove hardcoded reference to ENV | Jack Nagel | |
| 2014-05-18 | Add accessor for HOMEBREW_CC | Jack Nagel | |
| 2014-05-18 | ENV.cc= and ENV.cxx= are private | Jack Nagel | |
| 2014-05-18 | Use a case statement | Jack Nagel | |
| 2014-05-17 | Move tetgen to homebrew-science | Adam Vandenberg | |
| Closes Homebrew/homebrew#29336. | |||
| 2014-05-17 | only clean logs if logs exist | Adam Vandenberg | |
| Closes Homebrew/homebrew#29355. | |||
| 2014-05-17 | Move brew-unpack to core | Jack Nagel | |
| 2014-05-17 | Remove brew-dirty | Adam Vandenberg | |
| Replaced with `brew list --versions --multiple`. | |||
| 2014-05-17 | Remove brew-grep | Adam Vandenberg | |
| 2014-05-16 | Move agedu to headonly | Adam Vandenberg | |
| The checksum on the tarball is not stable. Closes Homebrew/homebrew#26671. | |||
