| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-21 | Correct the principle usage of principal principles ;) | Lee Packham | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2010-11-07 | Allow underscore in github version numbers. | Adam Vandenberg | |
| 2010-11-05 | More .DS_Store ignoring | Michael Dippery | |
| * Don't link .DS_Store files * Don't list .DS_Store files in `brew info` Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | fix warnings: ambiguous first arg | Jamie Macey | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | Allow installation from URLs | Adam Vandenberg | |
| This allows installation like: brew install http://example.com/something.rb Based on an original patch by [dwalters]. Fixes Homebrew/homebrew#160 | |||
| 2010-10-28 | Handle dashed tags at github. | arlolra | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-17 | extract undent test to test case | Michael Morgan | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-17 | Use classes instead of strings for exceptions | Adam Vandenberg | |
| 2010-10-05 | Coerce ENV.append/prepend values to strings. | Adam Vandenberg | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-09-29 | Move resolve_alias from ARGV to Formula | Adam Vandenberg | |
| Also, call this function from a few places where the code was duplicated. | |||
| 2010-09-12 | Pathname./ because it looks a lot better than + | Max Howell | |
| 2010-09-08 | Document brew options | Adam Vandenberg | |
| 2010-09-07 | ENV.rb - style tweak | Adam Vandenberg | |
| 2010-09-06 | Add ENV.ldflags and use. | Adam Vandenberg | |
| 2010-09-04 | Update help options | David Höppner | |
| 2010-08-27 | Fixed recognition of versions like 'foobar-4.50-beta' in Pathname#version | lukas | |
| Sphinx currently has a download name 'http://sphinxsearch.com/downloads/sphinx-1.10-beta.tar.gz', which homebrew currently can't correctly identify - with a small change to the regex for 'foobar-4.5.0-beta1' (make that trailing number optional) - it works like a charm. Signed-off-by: David Höppner <0xffea@gmail.com> | |||
| 2010-08-15 | Move method back to Pathname. | Adam Vandenberg | |
| 2010-08-11 | Tweak ARGV.usage | Adam Vandenberg | |
| 2010-08-10 | ENV.rb - add ENV.cflags | Adam Vandenberg | |
| 2010-08-10 | ENV.rb - style cleanups | Adam Vandenberg | |
| 2010-08-09 | Remove redundent line and reword comments slightly. | Adam Vandenberg | |
| 2010-08-08 | Changing the magic &:downcase back to regular block. | Brent Fitzgerald | |
| Fixes Homebrew/homebrew#2089 Signed-off-by: Adam Vandenberg <flangy@gmail.com> (This is needed for 10.5 support.) | |||
| 2010-08-08 | Move Pathname.starts_with? into Pathname | Adam Vandenberg | |
| 2010-08-07 | Resolve aliases in 'brew edit'. | Adam Vandenberg | |
| 2010-08-07 | Put /usr/X11/bin in PATH when requesting X11. | Adam Vandenberg | |
| 2010-08-07 | ARGV - rename method that conflicts with optparse | Adam Vandenberg | |
| optparse adds an "options" method to ARGV, and so does Homebrew. Rename this method (and remove optparse blocking script) so that Homebrew plays nicer with external Ruby software. This fixes the issue where "gem install thin" would break "brew server", for instance. | |||
| 2010-08-07 | Resolve aliases in ARGV extension. | Max Howell | |
| * This allows most brew commands to automatically accept aliases. | |||
| 2010-07-25 | Add Pathname.resolved_path | Adam Vandenberg | |
| 2010-07-16 | Add ARGV.build_head? and use it. | Adam Vandenberg | |
| This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place. | |||
| 2010-07-09 | Usage should mention manpage. | Adam Vandenberg | |
| 2010-07-08 | Move method from ObserverPathnameExtension to extend/Pathname | Adam Vandenberg | |
| * This method is generally useful, even without the Observer extensions. | |||
| 2010-07-06 | Add debian style names to version checker. | Adam Vandenberg | |
| 2010-07-04 | Pathname - fix RC version detection. | Adam Vandenberg | |
| 2010-07-04 | Update Pathname version checks. | Adam Vandenberg | |
| * allow capital 'RC' * allow 'stable' suffix | |||
| 2010-06-18 | Fix LLVM compilation under OS X 10.6 where cflags was not being defined. | Brett Cannon | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Unshare code between ENV.llvm and ENV.setup_build_environment | |||
| 2010-06-17 | Refactor llvm compiler selection so formula can use it | Chris Hoffman | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-06-17 | Fix exception when installing with --use-llvm | Chris Hoffman | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-06-16 | Use same LLVM binary to check build # as we do to build with. | Adam Vandenberg | |
| Different llvm binaries were used to check build numbers and to compile with. Normalize this, and normalize the variable name used to hold the xcode location. (Calling it "prefix" is confusing, since there are already concepts in Homebrew called "prefx".) | |||
| 2010-04-22 | Fix universal builds on 32-bit CPUs. | Adam Vandenberg | |
| 2010-03-30 | More hashing refactoring to work with byte chunks | Jake Good | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-27 | fix github version parser with multidigit number | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-23 | More effective use of incremental MD5 to eliminate loading entire tarball ↵ | Jake Good | |
| into memory Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-17 | Bug fix: gcc_4_0_1 wasn't removing sse4 flags correctly. | Adam Vandenberg | |
| 2010-03-08 | Change the return value of Pathname.install. | Adam Vandenberg | |
| The change to Pathname to support renaming changed the return value. This commit puts it back, so the associated unit test passes again. | |||
| 2010-03-07 | Fixes Pathname.install(:foo => :bar) to work when File.exist?(:bar) | Max Howell | |
| 2010-03-07 | Allow Pathname.install to take a Hash. | Adam Vandenberg | |
| The keys of the hash are original file names, the values are new file names. Originals are renamed, and then installed under the new name. | |||
| 2010-03-07 | String.undent for prettier HEREDOCs | Max Howell | |
| 2010-03-01 | Move license block to separate LICENSE file. | Adam Vandenberg | |
| 2010-02-27 | Add outdated to `brew help` | Max Howell | |
| Also rearrange and alphabetise. | |||
| 2010-02-27 | Pathname.subdirs and Pathname.cd{} | Max Howell | |
