| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-17 | diy: use configure as the heuristic for autotools | Jack Nagel | |
| Closes Homebrew/homebrew#30912. | |||
| 2014-07-17 | Remove commentary from error message | Phillip Calvin | |
| It might be best not to use the word "lame" here, as it's often considered to be an ableist slur. Closes Homebrew/homebrew#30915. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-16 | Remove more dead code | Jack Nagel | |
| 2014-07-16 | Don't raise when converting the tag to a version fails | Jack Nagel | |
| 2014-07-16 | Raise ArgumentError when a symbol can't be mapped to a version | Jack Nagel | |
| The fact that this is implemented as a hash lookup is an implementation detail, so don't let the KeyError bubble up. | |||
| 2014-07-16 | Rename test | Jack Nagel | |
| 2014-07-16 | Separate tag matching and checksum lookup | Jack Nagel | |
| 2014-07-16 | Use [] on the instance rather than the wrapped hash | Jack Nagel | |
| 2014-07-16 | Rename variable | Jack Nagel | |
| 2014-07-16 | Mark private methods as private | Jack Nagel | |
| 2014-07-16 | Add key? to BottleCollector | Jack Nagel | |
| 2014-07-16 | Remove dead code | Jack Nagel | |
| Formula objects are always constructed with an explicit name, so we no longer need to special case an empty name or the name "__UNKNOWN__". | |||
| 2014-07-16 | Rename fetch_bottle_for to fetch_checksum_for | Jack Nagel | |
| 2014-07-15 | Implement []= on BottleCollector | Jack Nagel | |
| 2014-07-15 | No need to set the URL for dependency test | Jack Nagel | |
| 2014-07-15 | Ensure that all required keys are passed to bottle_filename | Jack Nagel | |
| 2014-07-15 | Remove default tag value from bottle_filename | Jack Nagel | |
| We always call this method with an explicit tag. | |||
| 2014-07-15 | Tighten up bottle ruby file glob | Jack Nagel | |
| 2014-07-15 | Eagerly set the download strategy | Jack Nagel | |
| 2014-07-13 | Move pjsip to the boneyard. | Adam Vandenberg | |
| Will accept an updated pull request to update this to the current version. Closes Homebrew/homebrew#27235. | |||
| 2014-07-13 | Fix reference to ISSUES_URL | Jack Nagel | |
| Fixes Homebrew/homebrew#30848. | |||
| 2014-07-13 | Remove default value from bottle_url options parameter | Jack Nagel | |
| To construct a URL, we need options to pass to bottle_filename, so this method should error out if none are given. | |||
| 2014-07-13 | Remove default value from bottle_suffix parameter | Jack Nagel | |
| We always call this method with an argument, so we can simplify it. | |||
| 2014-07-13 | Inline method so we don't merge and unpack options twice | Jack Nagel | |
| 2014-07-13 | Inline method that just wraps a constant | Jack Nagel | |
| 2014-07-13 | nudge formatting | Adam Vandenberg | |
| Needed for Emacs' ruby highlighting to work past this point in the file. | |||
| 2014-07-13 | Use accessor method in test | Jack Nagel | |
| 2014-07-13 | Use a hash to cache compiler version lookups | Jack Nagel | |
| 2014-07-13 | No need to cache lookup that is only done once | Jack Nagel | |
| 2014-07-12 | Simplify early return condition | Jack Nagel | |
| Improvements to formula/bottle integration means we can be less defensive here. | |||
| 2014-07-12 | Compare cellar and prefix against constants | Jack Nagel | |
| 2014-07-12 | Use pkg_version accessor | Jack Nagel | |
| 2014-07-12 | Fix typo | Jack Nagel | |
| 2014-07-12 | Handle conflicts where links point at symlinks | Jack Nagel | |
| Fixes Homebrew/homebrew#30664. | |||
| 2014-07-12 | Always link symlinks directly | Jack Nagel | |
| 2014-07-12 | Linuxbrew: Move ISSUES_URL to os from global | Shaun Jackman | |
| Closes Homebrew/linuxbrew#103 Closes Homebrew/homebrew#30830. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-11 | Fix Grammar in example-formula.rb | Imtiaz Majeed | |
| Fix minor grammar: its -> it's Closes Homebrew/homebrew#30826. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2014-07-11 | Remove dead code | Jack Nagel | |
| 2014-07-11 | Only compute the log file path once per call | Jack Nagel | |
| 2014-07-11 | Remove intermediate variable | Jack Nagel | |
| 2014-07-11 | Add test for InstallRenamed module | Jack Nagel | |
| 2014-07-11 | Try to workaround gem packaging shenanigans | Jack Nagel | |
| 2014-07-11 | exceptions: fix typo | Matt Hauck | |
| Closes Homebrew/homebrew#30821. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-11 | brew-test-bot: use git to do the diff filtering | Jack Nagel | |
| 2014-07-11 | brew-pull: use git to do the diff filtering | Jack Nagel | |
| 2014-07-11 | Read if no block is passed to Utils.popen_read | Jack Nagel | |
| 2014-07-11 | Use Utils.popen_read in XQuartz version codepath | Jack Nagel | |
| 2014-07-11 | audit: warn when using old-style patches | Jack Nagel | |
| 2014-07-10 | Raise Errno::ENOENT instead of RuntimeError from Pathname#install | Jack Nagel | |
| 2014-07-10 | Make comment in Pathname#install more accurate | Jack Nagel | |
