aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2014-04-14CompilerFailure: llvm can't build C++11 eitherMisty De Meo
2014-04-13Use correct basename when updating dylib IDsJack Nagel
2014-04-13Allow access to both the linked dylibs and the dylib IDJack Nagel
2014-04-13Always return a string from dylib_id_forJack Nagel
2014-04-13readall: read formulae that aren't tapped.Mike McQuaid
2014-04-12CompilerFailure: don't mutate compiler hashesMisty De Meo
2014-04-12Formula: provide compiler failure collectionsMisty De Meo
2014-04-11Remove -fno-reorder-blocks for clangJack Nagel
2014-04-11readall: set Homebrew.failed on exception.Mike McQuaid
2014-04-11brew: allow external cmds to use Homebrew.failed.Mike McQuaid
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-07Document behavior of `deps` and `uses` when given multiple argumentsJack 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-06add linkapps completionAdam Vandenberg
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-05Remove unnecessary usage of Formula.canonical_nameJack Nagel
2014-04-05Guard against nil in inherited_options hashJack Nagel
2014-04-05Combine conditional branches that do the same thingJack Nagel