| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-05 | brew create: remind people to 'brew audit' | Adam Vandenberg | |
| 2011-04-05 | brew create: ensure CACHE folder exists | Adam Vandenberg | |
| 2011-04-04 | brew audit: --strict warning for using $ in caveats | Adam Vandenberg | |
| For multiple lines of commands to enter at a prompt, don't use $ as a prompt marker to make it easier to copy/paste. | |||
| 2011-04-04 | brew doctor: add check for GREP_OPTIONS | Adam Vandenberg | |
| 2011-04-04 | brew doctor: update expat check | Adam Vandenberg | |
| Apaprently both expat.framework and libexpat.framework exist and interfere with CMake. | |||
| 2011-04-01 | Fix CLICOLOR_FORCE check | Adam Vandenberg | |
| 2011-04-01 | Fix brew-audit Fortran check | Charlie Sharpsteen | |
| The Fortran regex only allowed for trailing whitespace after: depends_on 'gfortran' This missed conditional dependencies, such as: depends_on 'gfortran' if something? Such a dependency was present in the NetCDF formula. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-29 | brew doctor - only check unique path folders | Adam Vandenberg | |
| 2011-03-28 | Use Formula#installed_prefix for brew --prefix formula | Dave Lee | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-28 | brew doctor - add check for CLICOLOR_FORCE | Adam Vandenberg | |
| 2011-03-28 | brew doctor - reword stray dylib message | Adam Vandenberg | |
| 2011-03-28 | brew doctor - also check permisisons on share | Adam Vandenberg | |
| 2011-03-28 | reword audit | Adam Vandenberg | |
| 2011-03-26 | remove whitespace | Adam Vandenberg | |
| 2011-03-21 | brew up: star installed formulae | Jonas Pfenniger | |
| When running `brew up`, if a mentioned formulae is also installed, it will get a wildcard start at the end. It makes it easier to see if any installed formulae is impacted. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-21 | update manpage for brew audit --strict | Adam Vandenberg | |
| This removes the single use of 'brew audit --warn' and changes it to --strict as well. | |||
| 2011-03-21 | brew audit: add strict check for <Formula spacing | Adam Vandenberg | |
| 2011-03-21 | Add audit for xcodebuild. | Adam Vandenberg | |
| xcodebuild should be passed an explicit SYMROOT, since the user can override this. Also added --strict, so certain audits can be ignored in most cases (including this one.) | |||
| 2011-03-19 | Fix brew --cellar foo | Adam Vandenberg | |
| 2011-03-19 | brew options: allow --all | Adam Vandenberg | |
| 2011-03-15 | brew audit: check that homepage includes the protocol | Adam Vandenberg | |
| 2011-03-14 | Don't make brew doctor complain about Xcode 4. | Mike McQuaid | |
| 2011-03-14 | X11 is part of OSX, not Xcode. | Mike McQuaid | |
| 2011-03-14 | brew info should fetch remote formula info | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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 | 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 | 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 'brew log -p foo'. | Adam Vandenberg | |
| 2011-03-12 | brew audit: check for missing deps | 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 | 'brew fetch' now an official command | 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 | Use ruby style for inheritance. | 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 | 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 | Fix `brew log foo` | Max Howell | |
| 2011-03-12 | Don't throw if no gcc 4.0 installed | 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 | Some Cleanup | Max Howell | |
| 2011-03-12 | Move brew-audit to cmds | Adam Vandenberg | |
| 2011-03-12 | Refactor the blacklists | Max Howell | |
| Also don't abort searches if the query matches a blacklist. Eg. `brew search vim` should return macvim and the information that vim itself is not packaged. | |||
