| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-14 | Add comment to ENV.libxml2 | Adam Vandenberg | |
| 2011-03-14 | Fix bug in reporting curl errors | Adam Vandenberg | |
| 2011-03-14 | brew info should fetch remote formula info | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-13 | Add ruby lib to folders handled specially by keg.link | Adam Vandenberg | |
| 2011-03-13 | Remove unused exception; Closes Homebrew/homebrew#4652 | Max Howell | |
| If version cannot be determined, then instruct the user to add one. | |||
| 2011-03-13 | `brew` by itself prints help but exits with non-zero | Max Howell | |
| 2011-03-13 | Move the Dir.getwd after help | Max Howell | |
| Because we should always be able to help. And I've checked, it works fine. | |||
| 2011-03-13 | Optimise/simplify `brew help` | Max Howell | |
| Be more useful by being more concise. I referenced dozens of other mature commands’ usage to figure out what to do here. Also separated out the help into its own command for consistency. | |||
| 2011-03-13 | brew environment alias to --env; like `gem` | Max Howell | |
| 2011-03-13 | Replace create --cache with create --no-fetch | Max Howell | |
| Because since 0.8 we do the opposite, ie. download by default. | |||
| 2011-03-12 | Fix inheritance in exceptions | Adam Vandenberg | |
| 2011-03-12 | Fix 'brew log -p foo'. | Adam Vandenberg | |
| 2011-03-12 | Fix inheritance in formula.rb | Adam Vandenberg | |
| 2011-03-12 | brew audit: check for missing deps | Adam Vandenberg | |
| 2011-03-12 | Allow 'brew install' on relative paths | Adam Vandenberg | |
| 2011-03-12 | Fix 'brew rm -f' | Adam Vandenberg | |
| 2011-03-12 | brew audit - check for depends_on 'gfortran' | Charlie Sharpsteen | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | Add Fortran configuration to ENV.rb | Charlie Sharpsteen | |
| This provides a uniform way for formulae to indicate a Fortran compiler is required. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | Add 'brew grep' external command. | Adam Vandenberg | |
| 2011-03-12 | use "git clone --depth 1" | Armando Di Cianno | |
| Prefer a shallow clone for builds from git repos, as we don't need all the historical stuff. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | Homebrew 0.80.8 | Adam Vandenberg | |
| 2011-03-12 | 'brew fetch' now an official command | Adam Vandenberg | |
| 2011-03-12 | Complain if a formula in core won't import. | Adam Vandenberg | |
| 2011-03-12 | brew cleanup - do not clean up keg-only brews for now | Adam Vandenberg | |
| 2011-03-12 | brew cleanup - fix formula name in warning | Adam Vandenberg | |
| 2011-03-12 | 'brew options' now an official command | Adam Vandenberg | |
| 2011-03-12 | 'brew test' now an official command | Adam Vandenberg | |
| 2011-03-12 | Silence cleanup warning | Adam Vandenberg | |
| When a cellar exists for an unknown formula, no longer print a warning. External tools using Brew to manage diy-installs will create a large number of non-formula cellars. | |||
| 2011-03-12 | Fix UnsatisfiedExternalDependencyError | George Kulakowski | |
| The refactor branch doesn't catch the UEDE and print the error message containing information about which dependency and how to install it. This adds back that logic. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | Use ruby style for inheritance. | Adam Vandenberg | |
| 2011-03-12 | Fix 'brew install f' for already-installed brews. | Adam Vandenberg | |
| 2011-03-12 | Fix 'brew search' with no parameter. | Adam Vandenberg | |
| 2011-03-12 | Have brew-doctor refer to the correct LLVM/GCC env variables | Markus Prinz | |
| The HOMEBREW_(LLVM|GCC) variables mentioned in brew-doctor's `check_cc_symlink` method are actually named HOMEBREW_USE_(LLVM|GCC) Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | Use + instead of /. | Adam Vandenberg | |
| 2011-03-12 | Add comment and use constants | Max Howell | |
| 2011-03-12 | Add brew options --compact to manpage | Adam Vandenberg | |
| 2011-03-12 | audit - check formula permissions | Adam Vandenberg | |
| 2011-03-12 | Add expat.framework check to doctor | Adam Vandenberg | |
| 2011-03-12 | Added --use-gcc flag. | Stephen Allred | |
| This allows you to use llvm as your default compiler and keep the cc symlink pointed at llvm, while allowing you to build forumla that requires the gcc. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | ensure brewed bins are in path before installing | Camillo Lugaresi | |
| This makes sure that formulas find the correct pkg-config. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-12 | Stop recommending our pip | Max Howell | |
| Seeing as the pip formula doesn't recommend pip anymore, we should stop telling people to use it :P | |||
| 2011-03-12 | Fix `brew log foo` | Max Howell | |
| 2011-03-12 | Revised bug report text | Max Howell | |
| 2011-03-12 | Don't throw if no gcc 4.0 installed | Max Howell | |
| 2011-03-12 | Support the `brew instal` typo | Max Howell | |
| Because `gem instal` works too. | |||
| 2011-03-12 | MacOS.xcode_prefix | Max Howell | |
| More robust code than before, and replaces all usage of `xcode-select -print-path`. | |||
| 2011-03-12 | Don't open editor if no args passed | Max Howell | |
| 2011-03-12 | `brew deps foo bar` now gives the dependency intersection | Max Howell | |
| Rationale: this is more useful than the union, and you can still easily get the union by running the command twice and concatenating the result. | |||
| 2011-03-12 | A install name fix step during install | Max Howell | |
| We currently only fix relative paths, but we should expand this more. | |||
| 2011-03-12 | Pathname.ensure_writable | Max Howell | |
| Yields after chmoding (if necessary), once block is complete restores permissions. | |||
