aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2016-02-06make HOMEBREW_BREW_FILE a Pathname objectXu Cheng
2016-02-05Don't accidentally inherit group "wheel" from /tmpilovezfs
2016-01-03pathname: remove redundant spacingDominyk Tiller
2016-01-03pathname: become less introspectiveDominyk Tiller
2015-12-30pathname: don't try to calculate symlink size.Mike McQuaid
2015-12-30pathname: improve compute_disk_usageXu Cheng
2015-12-30pathname: fix use of `find` on Ruby 1.8.Mike McQuaid
2015-12-30pathname: store file count and disk usage.Rakesh
2015-12-23ENV: avoid misleading Fortran setup warningsMartin Afanasjew
2015-12-18env: add java_cache envDominyk Tiller
2015-12-10ENV: warn_if_universal_binaries_not_supportedRyan Hendrickson
2015-12-07superenv: set SDKROOT, MACOSX_DEPLOYMENT_TARGETMisty De Meo
2015-12-03add String#strip_prefixXu Cheng
2015-11-17Stdenv: add note on possible future deprecationXu Cheng
2015-11-17move more deprecated methods to compat folderXu Cheng
2015-11-17Stdenv should be tagged as private rather deprecatedXu Cheng
2015-11-10ARGV: add explicit option for disabling sandbox.Mike McQuaid
2015-10-18move mach.rb to os/mac/mach.rbXu Cheng
2015-10-18remove unnecessary require statementsXu Cheng
2015-10-08ObserverPathnameExtension: only puts first 100 operationsXu Cheng
2015-09-28ENV#userpaths!: ensure Superenv.bin and opt path come at firstXu Cheng
2015-09-12Accept "gcc" for --cc=gcc-5 even if not installedMisty De Meo
2015-08-29More API documentation.Mike McQuaid
2015-08-28tweak String#undent so that only leading whitespace up to the first indentati...William Woodruff
2015-08-22core file style updateXu Cheng
2015-08-21Merge bottle install without Xcode branchMisty De Meo
2015-08-21Add no-Xcode documentation for all classes, methodsWilliam Woodruff
2015-08-21Add guards to calls that would trigger Xcode install requestsWilliam Woodruff
2015-08-21Install: add BuildToolsError and BuildFlagsErrorWilliam Woodruff
2015-08-15Revert "work around missing __debug header in Xcode CLT 6.3"Tim D. Smith
2015-08-10ARGV#resolved_formula: use to_rackXu Cheng
2015-08-10don't use new name rack if old name rack is a dirVlad Shablinsky
2015-08-10implement formulary#find_with_priorityCNA-Bld
2015-08-09ARGV#resolved_formulae: use canonical_name to locate rackXu Cheng
2015-08-06backport flat_map for Ruby 1.8Xu Cheng
2015-08-06favor flat_map over map...flattenXu Cheng
2015-08-06more core file style updated by rubocopXu Cheng
2015-08-05ARGV: don't downcase bottle filenamesMisty De Meo
2015-08-03Core files style updates.BrewTestBot
2015-07-31ARGV#resolved_formulae: auto resolve specXu Cheng
2015-07-31ARGV#spec: allow pass default valueXu Cheng
2015-07-22Pathname#abv: handle the case `du` returns empty stringXu Cheng
2015-06-22Ask the exception for the formula nameJack Nagel
2015-06-22Ask the formula object for the opt pathJack Nagel
2015-06-21Simplify gcc_version_formulaJack Nagel
2015-06-21Inline variableJack Nagel
2015-06-21Eliminate special case for core gccJack Nagel
2015-06-21Less code in begin/rescue blockJack Nagel
2015-06-21Pass full match to warn_about_non_apple_gccJack Nagel
2015-06-19Remove backports for Ruby 1.8.6Jack Nagel