aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2014-04-11audit: use .diff instead of .patch for github diffsAdam Vandenberg
2014-04-10Migrate homebrew-php to Homebrew organization.Mike McQuaid
2014-04-10Add tests for new bottling hooks.Mike McQuaid
2014-04-10Add hooks for pouring bottles.Mike McQuaid
2014-04-08unlink: prefer "symlinks" since that's how it is reported by linkJack Nagel
2014-04-07GithubGistFormula doesn't need to know the exact signature of initializeJack Nagel
2014-04-07Restore recursive tap searchJack Nagel
2014-04-07Restore documented behavior of `brew uses foo bar`Jack Nagel
2014-04-07uses: only check ARGV for recursive flag onceJack Nagel
2014-04-07doctor: fix typoJack Nagel
2014-04-06Initialize cxxstdlib set lazilyJack Nagel
2014-04-06drop unnecessary nil checksJack Nagel
2014-04-06Clean up test classesJack Nagel
2014-04-06Drop conditional that is always falseJack Nagel
2014-04-06show formula version in failed build outputAdam Vandenberg
2014-04-06Mirror unlink logic when checking for linked keg-only formulaeJack Nagel
2014-04-06Recognize and extract xar filesJack Nagel
2014-04-06brew audit: show line number for whitespaceLee Hanxue
2014-04-06pathname: use ln_sf in install_symlink.Mike McQuaid
2014-04-06Extract common decompression code to a methodJack Nagel
2014-04-06Handle untarred bzip2 filesJack Nagel
2014-04-06Use a case statement in Pathname#compression_typeJack Nagel
2014-04-06python caveats: use `>` instead of `>>`Samuel John
2014-04-06Remove now unnecessary realpath callsJack Nagel
2014-04-06Always resolve one symlink when loading formula filesJack Nagel
2014-04-06Fall back to open/write when atomic_write failsJack Nagel
2014-04-05Remove obsolete guards around canonical_name return valueJack Nagel
2014-04-05Implement canonical_name in FormularyJack Nagel
2014-04-05Drop support for passing incomplete pathsJack Nagel
2014-04-05Extract alias resolution to a separate loader classJack Nagel
2014-04-05Use StandardLoader when we know the path alreadyJack Nagel
2014-04-05Drop readable? check since we don't do that for any other caseJack Nagel
2014-04-05Simplify tap formula loadingJack Nagel
2014-04-05Pass path directly to StandardLoader when possibleJack Nagel
2014-04-05Eliminate repeated work in Formulary.factoryJack Nagel
2014-04-05Guard against nil in inherited_options hashJack Nagel
2014-04-05Combine conditional branches that do the same thingJack Nagel
2014-04-05FromPathLoader already calls expand_pathJack Nagel
2014-04-05Prefer File.extname to regexpJack Nagel
2014-04-05More correct "symlink already exists" checkJack Nagel
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-04-05Ignore interrupts while cleaning upJack Nagel
2014-04-05Automatically reinstall up-to-date dependencies that are missing optionsJack Nagel
2014-04-05Rename outdated_keg to linked_kegJack Nagel
2014-04-05Load install receipt before performing any operations on existing kegsJack Nagel
2014-04-05Ensure build deps are installed for deps with inherited optionsJack Nagel
2014-04-05Add Xcode 5.1.1 (=Golden master build) clang versionClemens Gruber
2014-04-04Clean up some concatentation inside interpolationJack Nagel
2014-04-04Xcode.prefix: remove osx-gcc-installer hackMisty De Meo
2014-04-04Need to still check formula build state for some reasonJack Nagel