aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-01-26upgrade: fix output when no packages to upgrade.Frizlab
2014-01-25brew-test-bot: install GCC if needed.Mike McQuaid
2014-01-23brew_zsh_completion: add `brew services` supportEd Lui
2014-01-22mac: note that we only track stable Xcode versions.Mike McQuaid
2014-01-21caveats: tweak python site-packages wording.Mike McQuaid
2014-01-20python_dependency: cleanup, fix satisfy.Mike McQuaid
2014-01-20utils: improve issue searching.Mike McQuaid
2014-01-20PythonDependency: massive refactoring.Mike McQuaid
2014-01-20bottle: only print relocations with --verbose.Mike McQuaid
2014-01-19caveats: print .app caveats if installed to keg.Mike McQuaid
2014-01-19keg: add function to detect if .app(s) installed.Mike McQuaid
2014-01-19README: add troubleshooting.Mike McQuaid
2014-01-19README: remove `brew server`.Mike McQuaid
2014-01-19CONTRIBUTING: shorten troubleshooting wording.Mike McQuaid
2014-01-19bottle: use new quoting style.Mike McQuaid
2014-01-18SUPPORTERS: improve links.medina
2014-01-16Only search open pull requests, not closedMisty De Meo
2014-01-15LICENSE: copyright 2014.David Larson
2014-01-14gist logs: print last urlStefan
2014-01-14gist logs: fix error messageStefan
2014-01-11Fix typoJack Nagel
2014-01-11Fix tokenizing openssl style versionsJack Nagel
2014-01-11LanguageModuleDependency: remove code that only worked by accidentJack Nagel
2014-01-11man: add reinstall command.Mike McQuaid
2014-01-11man: use <br> instead of whitespace for linebreak.Mike McQuaid
2014-01-11Merge branch 'qt5'Mike McQuaid
2014-01-10Escape issue search stringJack Nagel
2014-01-09pull: fix --bottle to no longer use mxcl.Mike McQuaid
2014-01-09search: handle tap not found and suggest update.Mike McQuaid
2014-01-08Revert "detect_cxx_stdlibs: ignore executables."Mike McQuaid
2014-01-07brew-test-bot: output files removed from cache.Mike McQuaid
2014-01-07brew-test-bot: nuke cache on cleanup.Mike McQuaid
2014-01-07create: fix typosChristian Moritz
2014-01-07detect_cxx_stdlibs: ignore executables.Mike McQuaid
2014-01-07create: always use double quotes.Mike McQuaid
2014-01-05CONTRIBUTING: add Ruby style guide.Mike McQuaid
2014-01-04bottle: improve "not installed" message.Mike McQuaid
2014-01-04caveats: show python caveats if modules installed.Mike McQuaid
2014-01-04Pathname: add methods to write env scripts.Mike McQuaid
2014-01-04ENV: add method to prepend and create a PATH.Mike McQuaid
2014-01-04formula: fix whitespace.Mike McQuaid
2014-01-04stdenv tests: add gcc-4.0 testMisty De Meo
2014-01-04ENV.gcc: remove raiseMisty De Meo
2014-01-04Recommit ENV changesMisty De Meo
2014-01-04Revert "stdenv: fix self.cc check"Mike McQuaid
2014-01-04Revert "default_cc: locate already returns Pathnames"Mike McQuaid
2014-01-04Revert "default_compiler: recognize gcc-4.0"Mike McQuaid
2014-01-04Revert "stdenv: set correct compiler symbol for gcc 4.0"Mike McQuaid
2014-01-03stdenv: set correct compiler symbol for gcc 4.0Misty De Meo
2014-01-03default_compiler: recognize gcc-4.0Misty De Meo