| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-23 | audit: add TODO | Adam Vandenberg | |
| 2013-07-23 | audit: use !~ instead of "not ... =~" | Jack Nagel | |
| 2013-07-23 | audit: fix dep name escaping | Jack Nagel | |
| 2013-07-22 | audit: escape dep before regexp interpolation | Jack Nagel | |
| 2013-07-22 | audit: fix indentation | Jack Nagel | |
| 2013-07-22 | audit: fix broken condition | Jack Nagel | |
| 2013-07-22 | Update comment | Jack Nagel | |
| 2013-07-22 | Handle optional build-time deps correctly | Jack Nagel | |
| 2013-07-22 | Check deps of satisfied deps | Jack Nagel | |
| 2013-07-22 | Pathname#write: don't check ARGV.force? | Jack Nagel | |
| Closes Homebrew/homebrew#21390. | |||
| 2013-07-22 | typo | Phil Smith | |
| Closes Homebrew/homebrew#21385. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-07-22 | Silence warnings | Jack Nagel | |
| 2013-07-22 | Fix python dependency hash equality | Jack Nagel | |
| eql? should not depend on the hash value as hash values of uneql objects can collide, but eql values may only collide for objects that are actually eql. Further, python dependencies are uniquely identified by the combination of the name and imports attributes, so there is no reason to involved the expensive binary computation for simple equality checks. Fixes Homebrew/homebrew#20840. | |||
| 2013-07-22 | Remove redundant reader method | Jack Nagel | |
| 2013-07-22 | Map pkginfo versions to actual XQuartz versions | Jack Nagel | |
| 2013-07-22 | Fall back on pkgutil when mdls cannot determine XQuartz version | Jack Nagel | |
| 2013-07-22 | Separate version detection from accessor | Jack Nagel | |
| 2013-07-22 | Extract version_from_pkgutil | Jack Nagel | |
| 2013-07-22 | Extract version_from_mdls | Jack Nagel | |
| 2013-07-22 | Extract guess_system_version | Jack Nagel | |
| 2013-07-22 | Extract bundle_path from XQuartz.version | Jack Nagel | |
| 2013-07-21 | Cache pkgutil results at the source | Jack Nagel | |
| 2013-07-21 | Eliminate nested conditional | Jack Nagel | |
| 2013-07-21 | Extract bundle_path method from Xcode#prefix | Jack Nagel | |
| 2013-07-21 | Existence of directory is implied by existence of executables | Jack Nagel | |
| 2013-07-21 | Pull another unwieldy condition into a method | Jack Nagel | |
| 2013-07-21 | Update comment about CLT | Jack Nagel | |
| This was worded in a confusing way, and made an assumption about future OS X versions that we don't know to be true. Also, it's probably wrong to state that the CLT location is dependent on the OS X version; surely there will be a newer CLT for 10.8 that gets installed in the same location as on 10.9. But we don't know any better yet. | |||
| 2013-07-21 | Split up unreadable conditional | Jack Nagel | |
| 2013-07-21 | These should be integers | Jack Nagel | |
| 2013-07-20 | Remove unnecessary use of globals in compiler version methods | Jack Nagel | |
| 2013-07-20 | Don't report llvm-gcc if it's actually clang | Jack Nagel | |
| 2013-07-19 | Add String#end_with? | Jack Nagel | |
| I'm tired of not remembering if start_with?/end_with? are portable, so just add them both if they're not defined. | |||
| 2013-07-19 | Fix String#start_with? implementation | Jack Nagel | |
| It is supposed to accept a variable number of prefixes, and also to check if they are convertible to strings. This matches behavior documented in RubySpec. | |||
| 2013-07-19 | Enable superenv on Snow Leopard | Misty De Meo | |
| This has been tested with several dozen formulae without any superenv-related issues. | |||
| 2013-07-19 | SUPPORTERS.md fixed some missing http:// | Samuel John | |
| some links like example.com were not clickable in some markdown viewers. | |||
| 2013-07-18 | upgrade: put exit statements in both conditional branches | Adam Coffman | |
| This check was only occurring in one branch of the conditional. As a result, if you ran `brew upgrade` with no args and there were no packages to upgrade, the nonsensical message "==> Upgrading 0 outdated package, with result:" would be printed. Closes Homebrew/homebrew#21316. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-07-18 | brew-test-bot: only install bottle if created OK. | Mike McQuaid | |
| 2013-07-18 | brew-test-bot: only force fetch with --cleanup. | Mike McQuaid | |
| 2013-07-18 | Warn more about failing bottle version detection. | Mike McQuaid | |
| This is needed for local bottle installation and also possible when detecting bottle versions from URLs. | |||
| 2013-07-18 | Move getting formula names from bottles to method. | Mike McQuaid | |
| 2013-07-18 | Formula: temporarily set PYTHONPATH. | Mike McQuaid | |
| Needs a less hacky fix but at least this will stop failing tests. | |||
| 2013-07-18 | brew-test-bot: add devel/HEAD install options. | Mike McQuaid | |
| 2013-07-17 | check_PATH: return early if (s)bin doesn't exist. | Mike McQuaid | |
| 2013-07-17 | Remove stray quotation mark | Jack Nagel | |
| 2013-07-17 | Escape interpolation examples | Jack Nagel | |
| 2013-07-17 | audit: skip an audit for mongodb | Adam Vandenberg | |
| 2013-07-17 | audit: ARGV.find is a warning, .value is allowed | Adam Vandenberg | |
| 2013-07-17 | add ARGV.value | Adam Vandenberg | |
| 2013-07-17 | doctor: Using Xcode-only is no longer experimental | Samuel John | |
| In 10.9 we'll probably have to use that code path anyways and by now we have adapted all formulae to be able to build on Xcode-only. | |||
| 2013-07-17 | Typo in comments | Samuel John | |
