aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2013-06-13Fix bug in `brew list --pinned`Simon Sigurdhsson
2013-06-12Remove unused variableJack Nagel
2013-06-12Rename variables for clarityJack Nagel
2013-06-12Extract search_taps methodJack Nagel
2013-06-12Pull tap list into a constantJack Nagel
2013-06-12Remove use of global variableJack Nagel
2013-06-12Rename methodJack Nagel
2013-06-12Extract query constructionJack Nagel
2013-06-12Use inspect instead of escaping quotesJack Nagel
2013-06-12Move require out of methodJack Nagel
2013-06-12install: remove overcautious array manipulationJack Nagel
2013-06-11Fix version misdetection from fa582cb9ac65Jack Nagel
2013-06-11Check method existence rather than Ruby versionJack Nagel
2013-06-11FormulaInstaller: ensure locks are always releasedJack Nagel
2013-06-11Recognize OS X 10.9 and Xcode 5.0Clemens Gruber
2013-06-11Add doctor check for OS X > 10.8Jack Nagel
2013-06-11doctor: add check for osx-gcc-installerMisty De Meo
2013-06-10Cast deps to formula before passing them to superenvJack Nagel
2013-06-10Add failing test for a misdetected versionJack Nagel
2013-06-09info: remove unreachable codeJack Nagel
2013-06-09Check respond_to? instead of inline rescueJack Nagel
2013-06-09Update Formula#to_hash for tweaked conflicts implementationJack Nagel
2013-06-09Separate formula conflicts from requirementsJack Nagel
2013-06-09PythonInstalled: Fix libdir for Python 3.xSamuel John
2013-06-09deps: move recursive_deps_tree into Homebrew moduleJack Nagel
2013-06-09Remove adamv-alt references.Adam Vandenberg
2013-06-08Consolidate sudo checks.Adam Vandenberg
2013-06-08Make Test::Unit assertions available in formula testsJack Nagel
2013-06-08Use actual class of dep when recreating merged depsJack Nagel
2013-06-08Add :ld64 dependencyMisty De Meo
2013-06-08Sniff for non-tarred gzipsAdam Vandenberg
2013-06-08FormulaInstaller: factor out readline workaroundJack Nagel
2013-06-08Merge repeated deps with differing optionsJack Nagel
2013-06-08Add Enumerable#group_byJack Nagel
2013-06-08brew-bottle: merge arg for bottle metadata files.Mike McQuaid
2013-06-08brew-bottle: split output and use a bottle object.Mike McQuaid
2013-06-08Bottle DSL: allow checksums access.Mike McQuaid
2013-06-08brew-test: add five minute timeout.Mike McQuaid
2013-06-08Use new download strategy for local bottles.Mike McQuaid
2013-06-08Raise bottle exceptions for Homebrew developers.Mike McQuaid
2013-06-07CurlDownloadStrategy no longer uses `?` in downloaded filenamesAdam Vandenberg
2013-06-07Add Requirement#inspectJack Nagel
2013-06-07test_dependency_expansion: dep names should always be stringsJack Nagel
2013-06-07Fix failing testJack Nagel
2013-06-07Add Dependency#inspectJack Nagel
2013-06-07Simplify Options#inspectJack Nagel
2013-06-07CurlDownloadStrategy: use opt path for xzJack Nagel
2013-06-07CurlDownloadStrategy: use with_system_path to locate tarShaun Jackman
2013-06-07Python: Don't print warning about PYTHONPATHSamuel John
2013-06-07python_helper.rb: Little comment improvementSamuel John