| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | 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 | 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 | |
| 2014-07-10 | Fix method signature | Jack Nagel | |
| 2014-07-10 | Legacy patches are never StringIOs | Jack Nagel | |
| 2014-07-09 | Move TeXmacs to boneyard. | Adam Vandenberg | |
| Does not compile with modern C++ compilers. Closes Homebrew/homebrew#27386. | |||
| 2014-07-09 | formula_installer: bottle against Homebrew Python. | Mike McQuaid | |
| 2014-07-09 | Fix up phrasing of case-sensitive volume warning | Jack Nagel | |
| 2014-07-09 | Clean up /bin/df regexp | Jack Nagel | |
| - remove unnecessary captures - '%' is not a metacharacter so it doesn't need to be escaped - match using '+' instead of '*' | |||
| 2014-07-09 | Fix getting filesystem mounts | Jack Nagel | |
| 2014-07-07 | Remove proc handling from BuildEnvironment | Jack Nagel | |
| 2014-07-07 | Eliminate some indirection in evaluating requirement env blocks | Jack Nagel | |
| 2014-07-07 | Don't set @env on instances | Jack Nagel | |
| 2014-07-07 | Simplify BuildEnvironmentDSL test setup | Jack Nagel | |
| 2014-07-07 | Keep DSL related code in one place | Jack Nagel | |
| 2014-07-07 | Merge should return self | Jack Nagel | |
| 2014-07-07 | Only call proc if it is set | Jack Nagel | |
| Fixes Homebrew/homebrew#30723. Fixes Homebrew/homebrew#30724. Fixes Homebrew/homebrew#30727. | |||
| 2014-07-07 | Dependency initializer takes an array | Jack Nagel | |
| 2014-07-07 | Define 1.8 marshal hooks in terms of 1.9+ marshal hooks | Jack Nagel | |
| 2014-07-07 | Remove knowledge of serialization details by marshaling twice | Jack Nagel | |
| 2014-07-07 | Fix BuildEnvironment initializer | Jack Nagel | |
