aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2010-09-08Document brew optionsAdam Vandenberg
2010-09-07ENV.rb - style tweakAdam Vandenberg
2010-09-06Add ENV.ldflags and use.Adam Vandenberg
2010-09-04Update help optionsDavid Höppner
2010-08-27Fixed recognition of versions like 'foobar-4.50-beta' in Pathname#versionlukas
2010-08-15Move method back to Pathname.Adam Vandenberg
2010-08-11Tweak ARGV.usageAdam Vandenberg
2010-08-10ENV.rb - add ENV.cflagsAdam Vandenberg
2010-08-10ENV.rb - style cleanupsAdam Vandenberg
2010-08-09Remove redundent line and reword comments slightly.Adam Vandenberg
2010-08-08Changing the magic &:downcase back to regular block.Brent Fitzgerald
2010-08-08Move Pathname.starts_with? into PathnameAdam Vandenberg
2010-08-07Resolve aliases in 'brew edit'.Adam Vandenberg
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