aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2012-03-09ENV.rb: Generalize method for setting CPU flagsCharlie Sharpsteen
2012-03-09ENV.rb: Modifier methods accept lists of flagsCharlie Sharpsteen
2012-03-07If multiple kegs, default to formula kegMax Howell
2012-03-06Extend FileUtils rather than include itJack Nagel
2012-03-06Pathname.stem knows about bottlesMax Howell
2012-03-06Proper single character switch handlingMax Howell
2012-03-06Don't require formula files for `brew rm --force`Max Howell
2012-03-05Move path utils out of formula.rbAdam Vandenberg
2012-02-27Set ACLOCAL_PATH so that things workMax Howell
2012-02-26Fix IO redirection in ENV.xcrunJack Nagel
2012-02-25inreplace: also warn on plain gsub! usageAdam Vandenberg
2012-02-25inreplace: warn if no substitutions were madeJack Nagel
2012-02-21ENV.rb: Set flags for Objective-CCharlie Sharpsteen
2012-02-21Convert to Pathname if not Pathname as we need it to beMax Howell
2012-02-21Don't hang if xcode-select -print-path is "/"Max Howell
2012-02-21Remove -Qunused-arguments in ENV.enable_warningsJack Nagel
2012-02-21Remove unused :force switchesJack Nagel
2012-02-21Silence unused argument warnings from clangJack Nagel
2012-02-21ENV: clean up set_cpu_cflags a bitJack Nagel
2012-02-19add ENV.O1Camillo Lugaresi
2012-02-17Update return values of install and install_symlinkAdam Vandenberg
2012-02-17This should be a regexAdam Vandenberg
2012-02-18OTT handling for various Xcode-4.3/CLI-Tools edge casesMax Howell
2012-02-17Find xcrun if user doesn't ever install Xcode 4.3 helper toolsMax Howell
2012-02-17Work with Xcode 4.3 if user didn't install helper toolsMax Howell
2012-02-16Use xcrun; Ensure clang is the default compiler with Xcode 4.3Max Howell
2012-02-16Unset CLICOLOR_FORCE in the build environmentJack Nagel
2012-02-16Find the dev tools, even with Xcode 4.3Max Howell
2012-02-16Pre-refactor TidyMax Howell
2012-02-16Use -Os rather than -O3Max Howell
2012-02-16Delete ENV[GREP_OPTIONS] and the related doctor checkMax Howell
2012-02-12ENV: fix typoJack Nagel
2012-02-12Pathname.install_symlinkAdam Vandenberg
2012-02-12Add ENV.cxxflagsJack Nagel
2012-02-11Recognize dist suffixAdam Vandenberg
2012-02-10Pathname: silence install-info outputJack Nagel
2012-02-09Allow multiple arguments to installAdam Vandenberg
2012-02-08this was out of balanceAdam Vandenberg
2012-02-08Pathname: support .tar.Z extensionAdam Vandenberg
2012-02-03don't complain if args are emptyAdam Vandenberg
2012-02-03Move old ENV.use_foo? compiler methods to compatJack Nagel
2012-02-01keg: handle the info directory file properlyNicolas Despres
2012-02-01Pathname: remove trailing spacesNicolas Despres
2012-01-19Don't append an empty value to CFLAGSJack Nagel
2012-01-16Use more generic cflags when building bottles.Mike McQuaid
2012-01-16Add option for building bottles.Mike McQuaid
2012-01-16Don't try and use GCC on Xcode 4.2: it's gone Jim.Mike McQuaid
2012-01-14Fix libinet version detectionMax Howell
2012-01-12pathname: recognize ".cpio.*" double extensionsJack Nagel
2012-01-11ENV.gcc: search HOMEBREW_PREFIX/bin for gcc-4.2Misty De Meo