aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2014-04-23shared: don't warn about non-Apple compilers now.Mike McQuaid
2014-04-22Only directories are candidates for superenv binJack Nagel
2014-04-22Simplify conditions for superenv activationJack Nagel
2014-04-21Rework make_relative_symlink error handling and move it into kegJack Nagel
2014-04-20Remove obsolete DEVELOPER_DIR hacksJack Nagel
2014-04-14Use quiet_system to silence some useless warningsJack Nagel
2014-04-14Remove overzealous exceptionsJack Nagel
2014-04-06Recognize and extract xar filesJack Nagel
2014-04-06pathname: use ln_sf in install_symlink.Mike McQuaid
2014-04-06Handle untarred bzip2 filesJack Nagel
2014-04-06Use a case statement in Pathname#compression_typeJack Nagel
2014-04-05Remove obsolete guards around canonical_name return valueJack Nagel
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-04-04Clean up some concatentation inside interpolationJack Nagel
2014-04-040644 is not executableJack Nagel
2014-03-28Add ENV.refurbish_args helperMisty De Meo
2014-03-27Return early so we can reduce nesting of conditionalsJack Nagel
2014-03-27Fix overly defensive handling of src parameter in make_relative_symlinkJack Nagel
2014-03-27extend/string: backport #rpartitionMisty De Meo
2014-03-27Don't let broken symlinks halt linkingJack Nagel
2014-03-27Fix conflicting symlink adviceJack Nagel
2014-03-26Fall back to Process.gid if we aren't a member of the file's groupJack Nagel
2014-03-26Put tempfile into binmode before writingJack Nagel
2014-03-22Preserve permissions when using Pathname#atomic_writeJack Nagel
2014-03-22Remove unnecessary swearing.Mike McQuaid
2014-03-19Expand paths before making relative symlinkJack Nagel
2014-03-18Make relative symlinks in Pathname#install_symlinkJack Nagel
2014-03-15Prefer opt prefix over linked keg entry when picking active kegJack Nagel
2014-03-15Add an extra sanity checkJack Nagel
2014-03-15Refactor ARGV.kegsJack Nagel
2014-03-15Use canonicalized name in NoSuchKegError messageJack Nagel
2014-03-14Use Formula#system and existing error handling in scons helperJack Nagel
2014-03-13Use ARGV.envJack Nagel
2014-03-13Simplify ARGV.filter_for_dependenciesJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Make interactive an installer modeJack Nagel
2014-03-13Add ARGV.envJack Nagel
2014-03-10Reduce the number of things that trigger ARGV.build_from_source?Jack Nagel
2014-03-10Make build_bottle an explicit installer modeJack Nagel
2014-03-08Remove "--fresh" option from installerJack Nagel
2014-03-08Symbol#to_proc: fix with arrays of arraysMisty De Meo
2014-03-08Revert "ENV: request no byte code Python when bottling."Mike McQuaid
2014-03-02ENV: request no byte code Python when bottling.Mike McQuaid
2014-02-28move scons helper to fileutilsAdam Vandenberg
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
2014-02-19Fix building universal binaries on 32-bit CPUscadrpear
2014-02-18Stop exporting HOMEBREW_VERBOSE to build environmentJack Nagel
2014-02-18Inline static exception text to remove a rescueJack Nagel
2014-02-14ARGV.help?: anchor to end of stringMisty De Meo