| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-02 | Show digest mismatch in verify_download_integrity | Yarrow | |
| Report "Expected <supplied digest>, got <file's digest>" when verify_download_integrity sees a mismatch. (It had been, confusingly, reporting "Expected <file's digest>".) Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-05-01 | Add check for gettext to brew_doctor. | Adam Vandenberg | |
| If the user has linked the keg-only gettext, then a large number of formulae which don't have "depends_on 'gettext'" will pick it up anyway. Knowing this about the user's setup may help diagnose bug reports. | |||
| 2010-05-01 | Update gcc version checks in brew_doctor | Adam Vandenberg | |
| brew_doctor's gcc version checks wasn't taking into account the case where the user doesn't have one or both of GCC 4.0.x and 4.2.x installed. | |||
| 2010-04-29 | Add 'Arrandale' for core i7 MBP | listrophy | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-04-22 | Fix universal builds on 32-bit CPUs. | Adam Vandenberg | |
| 2010-04-22 | Add --git option to 'brew install -i'. | Adam Vandenberg | |
| This allows for easy generation of diffs, per a trick in http://wiki.github.com/mxcl/homebrew/formula-cookbook | |||
| 2010-04-20 | brew doctor now checks pkg-config search path | Adam Vandenberg | |
| Homebrew's pkg-config didn't originally add X11 to its search path. This causes problems for long-time Homebrew users brewing software that depends on X11-related packages, such as Cairo. | |||
| 2010-04-17 | Read all formula in a 'rescue' block. | Adam Vandenberg | |
| For operations that read all formulae, catch exceptions and skip broken ones, rather than bomb out entirely. | |||
| 2010-04-15 | Do not assume /Developer when checking LLVM. Fixes Homebrew/homebrew#1160. | Adam Vandenberg | |
| 2010-04-12 | Use Array#length instead of count. Fixes Homebrew/homebrew#1165 | Adam Vandenberg | |
| 2010-04-12 | Make mod_wsgi and mod_python arch code more similar. | Adam Vandenberg | |
| 2010-04-10 | Only respect :using specs when downloading HEAD. | Martin Kühl | |
| When a formula specifies both an `url` and a `head`, and the latter specified a `:using` spec, brew would try to fetch the `url` using the specified download strategy. With this change, brew respects `:using` specs only when determining the download strategy for `head`. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-04-09 | Support jruby external dependencies. | Adam Vandenberg | |
| * Add tests that run only if 'jruby' is installed. * Note that if your formula has :jruby deps, it should likely "depend_on 'jruby'" as well. | |||
| 2010-04-08 | Quote prefix for git submodules. Fixes Homebrew/homebrew#1009 | Adam Vandenberg | |
| 2010-04-08 | Test that Homebrew's bin is in the path. | Adam Vandenberg | |
| 2010-04-08 | Adds support for git submodules. Fixes Homebrew/homebrew#1009. | Chris Thachuk | |
| If submodules exists for a git repo then checkout their index as well into the appropriate path. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-04-06 | Only check @specs for :using if @specs exists. Fixes Homebrew/homebrew#1127. | Adam Vandenberg | |
| 2010-04-06 | Allow :using on head to specify a download strategy. | Adam Vandenberg | |
| A 'head' in a formula can now specify which download strategy to use via a ':using' specification: head 'http://svn.macosforge.org/repository/darwinbuild/trunk/', :using => :svn This reduces the number of cases where "download_strategy" needs to be overriden. | |||
| 2010-04-06 | Remove silly concatenation. | Adam Vandenberg | |
| 2010-04-06 | Change homepage. Fixes Homebrew/homebrew#105. | Adam Vandenberg | |
| 2010-04-06 | Move ENV tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Split out some Formula tests. | Adam Vandenberg | |
| 2010-04-06 | Switch test_bucket over to use testing_env. | Adam Vandenberg | |
| 2010-04-06 | Move Pathename property tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move ARGV tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move utils tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Tests for Pathname.install. | Adam Vandenberg | |
| 2010-04-06 | Merge Formula class name tests | Adam Vandenberg | |
| 2010-04-06 | Add external deps. tests. | Adam Vandenberg | |
| 2010-04-06 | Move TestBall definition to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move checksum tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move version tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move inreplace tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Tests - remove some unused includes | Adam Vandenberg | |
| 2010-04-06 | Move hardware detection tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move install tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move updater tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Add tests for patching. | Adam Vandenberg | |
| 2010-04-06 | Add new "testing environment" include. | Adam Vandenberg | |
| 2010-04-06 | Add shell script 'tests' to run ruby test suites. | Adam Vandenberg | |
| 2010-04-06 | Remove silly concatenation. | Adam Vandenberg | |
| 2010-04-06 | Add pkg-config check. | Adam Vandenberg | |
| 2010-04-06 | Add path check. | Adam Vandenberg | |
| 2010-04-06 | Check for root owned locale folders. | Adam Vandenberg | |
| 2010-04-06 | Use here-strings. | Adam Vandenberg | |
| 2010-04-06 | Prefix check. | Adam Vandenberg | |
| 2010-04-06 | Ruby version check. | Adam Vandenberg | |
| 2010-04-06 | Stubs for more checks. | Adam Vandenberg | |
| 2010-04-06 | Move gcc version check. | Adam Vandenberg | |
| 2010-04-06 | Check both gcc's | Adam Vandenberg | |
