aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2010-08-07Put /usr/X11/bin in PATH when requesting X11.Adam Vandenberg
2010-08-07ARGV - rename method that conflicts with optparseAdam Vandenberg
2010-08-07Resolve aliases in ARGV extension.Max Howell
2010-07-25Add Pathname.resolved_pathAdam Vandenberg
2010-07-16Add ARGV.build_head? and use it.Adam Vandenberg
2010-07-09Usage should mention manpage.Adam Vandenberg
2010-07-08Move method from ObserverPathnameExtension to extend/PathnameAdam Vandenberg
2010-07-06Add debian style names to version checker.Adam Vandenberg
2010-07-04Pathname - fix RC version detection.Adam Vandenberg
2010-07-04Update Pathname version checks.Adam Vandenberg
2010-06-18Fix LLVM compilation under OS X 10.6 where cflags was not being defined.Brett Cannon
2010-06-17Refactor llvm compiler selection so formula can use itChris Hoffman
2010-06-17Fix exception when installing with --use-llvmChris Hoffman
2010-06-16Use same LLVM binary to check build # as we do to build with.Adam Vandenberg
2010-04-22Fix universal builds on 32-bit CPUs.Adam Vandenberg
2010-03-30More hashing refactoring to work with byte chunksJake Good
2010-03-27fix github version parser with multidigit numberJoshua Peek
2010-03-23More effective use of incremental MD5 to eliminate loading entire tarball int...Jake Good
2010-03-17Bug fix: gcc_4_0_1 wasn't removing sse4 flags correctly.Adam Vandenberg
2010-03-08Change the return value of Pathname.install.Adam Vandenberg
2010-03-07Fixes Pathname.install(:foo => :bar) to work when File.exist?(:bar)Max Howell
2010-03-07Allow Pathname.install to take a Hash.Adam Vandenberg
2010-03-07String.undent for prettier HEREDOCsMax Howell
2010-03-01Move license block to separate LICENSE file.Adam Vandenberg
2010-02-27Add outdated to `brew help`Max Howell
2010-02-27Pathname.subdirs and Pathname.cd{}Max Howell
2010-02-24We need to set CC and CXX for many formulaMax Howell
2010-02-19No longer compile with LLVM by defaultMax Howell
2010-02-18Fix Pathname.install for relative symlinksMax Howell
2010-02-18Fix GitHub tarball version detectionMax Howell
2010-02-13Set correct LDFLAGS for universal binariesAleksandar Topuzović
2010-02-08ENV.cxx was not retrieving proper ENV flag.Adam Vandenberg
2010-01-29remove the nonexistant list --brewed flag from the help output.Ben Bleything
2010-01-18Document brew cleanupMax Howell
2010-01-14Added CMAKE_PREFIX_PATH to environment valriablesFlorian Sowade
2010-01-13Use less lengthy path to llvm binariesMax Howell
2010-01-11Detect X11 when ENV.x11 is requested; dump in --config.Adam Vandenberg
2010-01-06Use full path to duMax Howell
2009-12-30Pathname.md5 methodMax Howell
2009-12-17Also match -source tarballs.Adam Vandenberg
2009-12-02Remove redundant cflagsMax Howell
2009-12-02Alias gcc_4_0_1 to gcc_4_0Max Howell
2009-12-01When not installed to /usr/local use -isystemMax Howell
2009-11-09Don't error out if .DS_Store is in a kegMax Howell
2009-11-08List --HEAD/-H in brew usageMax Howell
2009-11-07Fix ENV.m32 when LDFLAGS already existsMax Howell
2009-11-07Raise if ARGV.next is out of boundsMax Howell
2009-11-07Slightly better ARGV.usage for contributionMax Howell
2009-11-07Better errors if missing keg or formula argumentsMax Howell
2009-11-07Don't throw if named.empty?Max Howell