aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2014-04-29Drop obsolete compiler fallback in stdenvJack Nagel
2014-04-29ENV/shared: use homebrew/versions GCC if installedMike McQuaid
2014-04-29Use MacOS.locate and delete wrong commentJack Nagel
2014-04-29Remove comment that no longer reflects adjacent codeJack Nagel
2014-04-29We don't use -Qunused-arguments anymoreJack Nagel
2014-04-29ENV.{cc,cxx} setters already set OBJC and OBJCXXJack Nagel
2014-04-29Make ENV.O4 a no-opJack Nagel
2014-04-25Yield absolute paths from find_formulaJack Nagel
2014-04-23Support core GCC formula as a GCC compiler.Mike McQuaid
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