This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Mar 13, 2010
-
-
Eero Saynatkari authored
* Removed use of String altogether since all use cases are Arrays currently. YAGNI. * #max_by would have been more elegant, but this way we can support 1.8.6. Signed-off-by:
Max Howell <max@methylblue.com> I made the diff less gratuitous. Don't bloat diffs to meet personal coding style preferences :P Closes Homebrew/homebrew#896
-
Max Howell authored
-
Max Howell authored
-
Max Howell authored
-
- Mar 12, 2010
-
-
Adam Vandenberg authored
-
- Mar 11, 2010
-
-
Max Howell authored
-
- Mar 10, 2010
-
-
Max Howell authored
-
Max Howell authored
Lets stop removing docs and doc (though moving share/docs to share/doc would make sense) as I was being lame when I decided nobody ever needs local documentation. I still wouldn't use it (the INTRAWEBS is pretty good nowadays), but I admit, for some people, it's essential.
-
Daniel Schauenberg authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 09, 2010
-
-
Adam Vandenberg authored
The change to Pathname to support renaming changed the return value. This commit puts it back, so the associated unit test passes again.
-
Adam Vandenberg authored
We've bumped the version number, as Homebrew no longer tries to use LLVM by default (on Snow Leopard.)
-
- Mar 08, 2010
-
-
Max Howell authored
-
Max Howell authored
-
Adam Vandenberg authored
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.
-
Max Howell authored
-
- Mar 07, 2010
-
-
Max Howell authored
Much leaner README now. The website evangelises, and the Wiki is thorough.
-
- Mar 04, 2010
-
-
Adam Vandenberg authored
-
Martin Kuehl authored
When `brew --prefix` is called with arguments, assume each argument is a formula and print their prefixes instead. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 02, 2010
-
-
Adam Vandenberg authored
Change 45ce0c963a52293063432674d5c360ebe65254e2 was done in error. This submit reverts that change (which will go in a future commit.) I apologize for the inconvenience.
-
Adam Vandenberg authored
-
Fergal Hainey authored
Now makes use of `svn up` to make cache act like a cache. Externals without a revision specified are now checked out at HEAD, whereas before they were ignored. Escaping arguments to backticks. Making sure main repo is checked out before the externals.
-
- Feb 28, 2010
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
* Bring command list up-to-date * Subcommand completion now ignores switches
-
Max Howell authored
-
Max Howell authored
Also rearrange and alphabetise.
-
- Feb 27, 2010
-
-
Max Howell authored
brew install `brew outdated` will work Apologies that this is long overdue. Fixes Homebrew/homebrew#838
-
Max Howell authored
-
- Feb 26, 2010
-
-
Andre Arko authored
Kernel#system special-cases the first argument, so you have to make the first argument the entire command to be invoked, and subsequent arguments the actual arguments to that command. In order to use the user's interpreter, the first argument must be "/usr/bin/env <name>". Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Feb 25, 2010
-
-
Adam Vandenberg authored
This developer-oriented command lets you ask Homebrew what the cached filename will be for a brew's tarball.
-
- Feb 24, 2010
-
-
Max Howell authored
Fixes Homebrew/homebrew#807; Fixes Homebrew/homebrew#808
-
- Feb 21, 2010
-
-
Martin Kuehl authored
Running `brew cleanup` (with no arguments or multiple arguments) raises an error and stops as soon as it finds any formula whose most recent version is not installed. With this change it will instead print a warning, then continue with the next formula. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Feb 20, 2010
-
-
Max Howell authored
This fix should be fairly tolerant of types.
-
Max Howell authored
Justification: * LLVM is too immature, it often fails to compile, sometimes irreproducibly * The performance of the resulting bytecode is often slower than the GCC equivalent (eg MySQL) If you want to continue using LLVM you can. Set HOMEBREW_USE_LLVM or brew with --use-llvm. We also now use the default compiler for each platform. So GCC 4.2 on Snow and GCC 4.0 on Leopard. This also means that new formula are more likely to just work as many over complicated build systems get upset when you mix things up. I also did a bunch more new research regarding compiler flags. We now set the right -march for nehalem procs and don't add redundant flags like msse3 (which is automatically applied for all the -march settings we use). Reducing the number of cflags will improve the overall reliability of our platform.
-
Max Howell authored
I like that String.each is interchangeable with Array.each :)
-
- Feb 19, 2010
-
-
Adam Vandenberg authored
The Cellar may not actually be "`brew --prefix`/Cellar". We support the Cellar existing only in the repo but not linked into the prefix, for installs that aren't directly in /usr/local (or other chosen prefix.)
-
Max Howell authored
If you have a bunch of symlinks and they all point at one file and you use Pathname.install on them all the error checking would fail if the file was moved before the symlinks because the symlinks would then point at a non existent file.
-
- Feb 18, 2010
-
-
Max Howell authored
-
- Feb 17, 2010
-
-
Graham Hughes authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Martin Kuehl authored
Running `brew cleanup` (with no arguments or multiple arguments) will run `brew prune` after _every_ cleaned formula, i.e. possibly after every installed formula. With this change it will instead only run `prune` after all formulae are cleaned, and only when no arguments were given to `cleanup`. Signed-off-by:
Max Howell <max@methylblue.com> Closes Homebrew/homebrew#743
-
- Feb 14, 2010
-
-
Aleksandar Topuzović authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-