| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-17 | Tweak brew server - fixes Homebrew/homebrew#2191 | Adam Vandenberg | |
| 2010-08-16 | Use 1.9 compat syntax. Fixes Homebrew/homebrew#2192 | Adam Vandenberg | |
| 2010-08-16 | brew doctor - tweak multiple volume check | Adam Vandenberg | |
| 2010-08-16 | Document HOMEBREW_DEBUG_INSTALL | Adam Vandenberg | |
| 2010-08-15 | Fix brew server and document. | Adam Vandenberg | |
| 2010-08-15 | Make errors during link step more visible. | Adam Vandenberg | |
| 2010-08-15 | Move method back to Pathname. | Adam Vandenberg | |
| 2010-08-15 | Document 'brew test' and sort external commands. | Adam Vandenberg | |
| 2010-08-15 | Fix typo in manpage. | Adam Vandenberg | |
| 2010-08-15 | Document 'brew missing'. | Adam Vandenberg | |
| 2010-08-15 | Tweak brew missing | Adam Vandenberg | |
| 2010-08-15 | brew audit - check for FileUtils. | Adam Vandenberg | |
| 2010-08-15 | External command "brew missing" | Adam Vandenberg | |
| This will print installed brews that are missing deps. | |||
| 2010-08-15 | brew audit - another man variation | Adam Vandenberg | |
| 2010-08-13 | Add 'brew graph' external command. | Adam Vandenberg | |
| This command generates a GraphViz dot file from the Hoembrew dependency graph. $ brew install graphviz $ brew graph | dot -Tsvg -ohomebrew.svg $ open homebrew.svg | |||
| 2010-08-11 | Tweak ARGV.usage | Adam Vandenberg | |
| 2010-08-11 | Reformat manpage slightly | Adam Vandenberg | |
| 2010-08-11 | Add "brew uses --installed" | Adam Vandenberg | |
| Passing --installed will limit the list to formulae that you have installed. Documented this and "brew deps --1" which limits the dependency list to one level down (direct dependencies). | |||
| 2010-08-11 | Tweak default template | Adam Vandenberg | |
| 2010-08-10 | brew audit - check used and documented options | Adam Vandenberg | |
| 2010-08-10 | brew audit - most audits shouldn't happen against __END__ | Adam Vandenberg | |
| 2010-08-10 | ENV.rb - add ENV.cflags | Adam Vandenberg | |
| 2010-08-10 | ENV.rb - style cleanups | Adam Vandenberg | |
| 2010-08-09 | brew doctor - add libiconv check | Adam Vandenberg | |
| 2010-08-09 | brew doctor - check all keg_only brews | Adam Vandenberg | |
| Add a check to see if any keg_only brews are installed and linked into the Cellar. Doing this can cause installs of other formulae to fail. | |||
| 2010-08-09 | fails_with_llvm will switch to GCC 4.2 by default | Adam Vandenberg | |
| 2010-08-09 | brew doctor - add check for non-standard autoconf | Adam Vandenberg | |
| 2010-08-09 | brew doctor - add check for /usr/bin/cc symlinks. | Adam Vandenberg | |
| If you symlink /usr/bin/cc to llvm, then Homebrew's "fails_with_llvm" checks are bypassed. So add a warning to "brew doctor". | |||
| 2010-08-09 | Remove redundent line and reword comments slightly. | Adam Vandenberg | |
| 2010-08-09 | brew doctor - X11 check | Adam Vandenberg | |
| Tweak wording in X11 check and use the same X11 detection function as ENV.x11; also move that function into utils. | |||
| 2010-08-09 | brew audit - refactor text checks to make easier to test | Adam Vandenberg | |
| 2010-08-09 | brew audit - flag use of DATA with no __END__ | Adam Vandenberg | |
| 2010-08-09 | Fix skip_clean :all to actually skip clean step | Chris Hoffman | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-08-08 | Changing the magic &:downcase back to regular block. | Brent Fitzgerald | |
| Fixes Homebrew/homebrew#2089 Signed-off-by: Adam Vandenberg <flangy@gmail.com> (This is needed for 10.5 support.) | |||
| 2010-08-08 | brew audit - check for empty md5 | Adam Vandenberg | |
| 2010-08-08 | brew audit - more aggressive path shortcut suggestions | Adam Vandenberg | |
| 2010-08-08 | Move Pathname.starts_with? into Pathname | Adam Vandenberg | |
| 2010-08-08 | Getting rid of pesky 'warning: parenthesize argument(s) for future version' | Brent Fitzgerald | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-08-07 | brew-linkapps - expand the target path once. | Adam Vandenberg | |
| 2010-08-07 | change behaviour of github_info to fallback sooner to mxcl/master | lukas | |
| Fixes Homebrew/homebrew#1980 Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-08-07 | Resolve aliases in 'brew edit'. | Adam Vandenberg | |
| 2010-08-07 | Make "lib/node" a real folder. | Adam Vandenberg | |
| Treat the "lib/node" folder like Python, Perl, etc. Create it as a real folder in HOMEBREW_PREFIX, so that package managers (npm) have a stable place to drop libs. | |||
| 2010-08-07 | Homebrew now at version 0.70.7 | Adam Vandenberg | |
| Changes in this version include: * Aliases are now defined by relative symlinks rather than in the formulae themselves. Many commands are faster now that they don't have to read every formula to find aliases. * "url" now supports the same features as "head", including ":using" and version specifiers for VCS systems. * Files and methods marked for deprecation in 0.7 have been removed. * The Formula DSL now supports "skip_clean :all" and "keg_only 'reason'" | |||
| 2010-08-07 | 0.7 Remove deprecated brewkit | Adam Vandenberg | |
| 2010-08-07 | Update Bash completion script | Adam Vandenberg | |
| * Add external command completion * Add alias completion | |||
| 2010-08-07 | Formatting in brew-switch | Adam Vandenberg | |
| 2010-08-07 | Move ext command docs down to ext commands section | Adam Vandenberg | |
| 2010-08-07 | Document external commands a bit | Adam Vandenberg | |
| 2010-08-07 | Tweak brew install docs | Adam Vandenberg | |
| 2010-08-07 | Document brew audit. | Adam Vandenberg | |
