| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-27 | audit: drop redundant 'each' after 'grep' | Jack Nagel | |
| 2013-05-27 | superenv: Improve compiler selection | Misty De Meo | |
| This fixes superenv on Xcode 3.2.6, and also fixes C++ software with gcc-4.2 on all Xcodes. | |||
| 2013-05-27 | doctor: check git SSL settings on <= 10.5 | Jack Nagel | |
| 2013-05-26 | doctor: combine git origin checks | Jack Nagel | |
| 2013-05-26 | doctor: combine git existence and version checks | Jack Nagel | |
| 2013-05-26 | Add required methods to AbstractDownloadStrategy | Jack Nagel | |
| Fixes #20080. | |||
| 2013-05-25 | Fix Formula#installed_prefix logic | Jack Nagel | |
| Due to the precedence of "and" relative to "||", this was not working as intended; but because #version influences #prefix, the outcome was still correct. So we can simplify this method quite a bit, and take the opportunity to share code with #prefix. | |||
| 2013-05-25 | Add tests for Formula#installed_prefix | Jack Nagel | |
| 2013-05-25 | tests: extract common formula helper | Jack Nagel | |
| 2013-05-25 | build: expand dependencies only once | Jack Nagel | |
| Closes #20081. | |||
| 2013-05-25 | build: expand requirements only once | Jack Nagel | |
| 2013-05-25 | build: make deps an attribute of Build | Jack Nagel | |
| 2013-05-25 | build: move build methods into a class | Jack Nagel | |
| 2013-05-25 | Dependency: use instanceof? in eql? | Jack Nagel | |
| This matches the eql? definition for requirements. | |||
| 2013-05-25 | Remove cat_without_underscores bottle methods. | Mike McQuaid | |
| 2013-05-24 | doctor: style nits | Jack Nagel | |
| 2013-05-24 | outdated: yield version list rather than recreate it | Jack Nagel | |
| 2013-05-24 | Define inspect on Option and Options | Jack Nagel | |
| 2013-05-24 | upgrade: fix expansion of options for top-level formula objects | Jack Nagel | |
| Fixes #20045. | |||
| 2013-05-24 | Remove default_formula from MPIDependency. | Mike McQuaid | |
| Closes #19966. | |||
| 2013-05-23 | Directory, not folder | Jack Nagel | |
| 2013-05-23 | doctor: reorganize check_for_macgpg2 | Jack Nagel | |
| 2013-05-23 | doctor: simplify trailing slash checks | Jack Nagel | |
| 2013-05-23 | doctor: extract helper from stray file checks | Jack Nagel | |
| 2013-05-23 | MacOS::Xcode.latest_version: add Tiger | Misty De Meo | |
| 2013-05-23 | correct an indent | Adam Vandenberg | |
| 2013-05-23 | doctor: fix check_for_broken_symlinks | Jack Nagel | |
| Fixes #20000. | |||
| 2013-05-23 | Allow brew log on deleted formulae. | Adam Vandenberg | |
| Closes #19995. | |||
| 2013-05-22 | doctor: remove stale OS version check | Jack Nagel | |
| Closes #19959. | |||
| 2013-05-22 | MacOS.version in case statement doesn't work with ranges | Jack Nagel | |
| 2013-05-22 | Refactor Xcode/CLT version checks | Jack Nagel | |
| 2013-05-22 | Use implicit begin | Jack Nagel | |
| 2013-05-22 | Hoist requires out of methods | Jack Nagel | |
| 2013-05-22 | Remove unnecessary rescue-all exception handling | Daniel Lee Harple | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-05-22 | Added support for a GitHub Personal API Access token | Daniel Lee Harple | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-05-22 | Check GitHub API rate limit instead of silently failing | Daniel Lee Harple | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-05-22 | Pass a User-Agent when fetching data from the GitHub API | Daniel Lee Harple | |
| See <http://developer.github.com/v3/#user-agent-required>. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-05-22 | Favor equality check over nil check | Jack Nagel | |
| 2013-05-22 | Extract name repair logic from fix_install_names | Jack Nagel | |
| 2013-05-22 | Factor out MacOS.locate("install_name_tool") calls | Jack Nagel | |
| 2013-05-21 | Fix CompilerSelector tests on systems that have gcc 4.0 | Jack Nagel | |
| 2013-05-21 | Formula: move pin methods somewhere less intrusive | Jack Nagel | |
| 2013-05-20 | Add gcc 4.0 to CompilerSelector compiler queue | Misty De Meo | |
| 2013-05-20 | CompilerSelector: raise when no compatible compiler | Misty De Meo | |
| This replaces the old behaviour of falling back to the original compiler with no messaging. Fixes #19170. Fixes mistydemeo/tigerbrew#45. | |||
| 2013-05-20 | Simplify implementation of ARGV.flag? and .switch? | Jack Nagel | |
| 2013-05-20 | Add test for ARGV.flag? | Jack Nagel | |
| 2013-05-20 | build: use ARGV.interactive? instead of .flag? | Jack Nagel | |
| 2013-05-20 | link: extract keg-only check into a helper method | Jack Nagel | |
| 2013-05-20 | MacOS::Version: add :tiger | Misty De Meo | |
| 2013-05-19 | Version: dup @version in #to_s | Jack Nagel | |
