aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
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
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
2014-04-04Fix universal option inheritance during upgradesJack Nagel
2014-04-04python_dependency: don't block pour when :build.Mike McQuaid
2014-04-040644 is not executableJack Nagel
2014-04-03Remove need for class name cache by only computing it once per formulaJack Nagel
2014-04-03python_dependency: only pour with system python.Mike McQuaid
2014-04-03formula_installer: check pour from requirements.Mike McQuaid
2014-04-03requirement: add pour_bottle? method.Mike McQuaid
2014-04-03Build the version scanner regexp onceJack Nagel
2014-04-03Add missing '`' to message of blacklisted rubiniusClemens Müller
2014-04-03Revert "Audit gnome URLs, prefer download.gnome.org"Jack Nagel
2014-04-03Add keg-only reason symbols for Xcode 4.3 and Xcode 5Jack Nagel
2014-04-03Remove special behavior of autotools symbol depsJack Nagel
2014-04-02Cache MacOS.version comparison resultsJack Nagel
2014-04-02Add fast path for CVS depJack Nagel
2014-04-01Remove dead codeJack Nagel