| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-21 | Remove ENV dump from top of verbose install. | Adam Vandenberg | |
| If an install fails, the ENV dump at the end of the output is more useful, as it reflects any ENV changes done in def install. | |||
| 2011-03-20 | use Module#const_get instead of eval | eregon | |
| * may be a problem if the constant is scoped (like A::B), but this is not the case (const.split('::').inject(Object) { |c, part| c.const_get part } would solve that) * this was noticed in a comment of 9afc85ad but it has disappeared Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-20 | Fix for installing from_url | Yasuharu NAKANO | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-03-19 | Use --depth 1 more conservatively | Adam Vandenberg | |
| 2011-03-19 | Fix brew --cellar foo | Adam Vandenberg | |
| 2011-03-19 | brew options: allow --all | Adam Vandenberg | |
| 2011-03-19 | Add methods to ArchitectureListExtension | Adam Vandenberg | |
| 2011-03-19 | Use backticks instead of popen | Adam Vandenberg | |
| Using popen here breaks brew install -v due to the way the error pipe is passed around during install. | |||
| 2011-03-18 | Add MacOS.prefer_64_bit? | Adam Vandenberg | |
| Moved snow_leopard_64? to compatibility and replaced it with a function MacOS.prefer_64_bit?. This method is in a better place and has a better name once Lion comes out. Fixes #4710 | |||
| 2011-03-17 | make fails_with_llvm work when cc is llvm-gcc | Camillo Lugaresi | |
| Closes #4693. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2011-03-17 | Use xcode_path for GCC as well as LLVM. | Mike McQuaid | |
| 2011-03-15 | Fix keg-only, non-system dupes | Adam Vandenberg | |
| 2011-03-15 | install - change keg-only warning | Adam Vandenberg | |
| 2011-03-15 | keg-only: provide more info about system dupes | Adam Vandenberg | |
| System duplicates can now provide more information about why they are included in Homebrew. | |||
| 2011-03-15 | keg - use proper inheritance style | Adam Vandenberg | |
| 2011-03-15 | brew audit: check that homepage includes the protocol | Adam Vandenberg | |
| 2011-03-15 | Fix regex for svn+http | Adam Vandenberg | |
| Fixes #4683 | |||
| 2011-03-14 | Fix reporting of build errors. | 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 | 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 #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 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 | 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.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> | |||
