| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-09 | Recognize rpm file magic | Jack Nagel | |
| 2014-12-08 | itsol, salt: move to homebrew/science | Misty De Meo | |
| Closes Homebrew/homebrew#34777. | |||
| 2014-12-08 | formula.rb: make some methods private. | Mike McQuaid | |
| Don't seem to be used publicly anywhere. Closes Homebrew/homebrew#34729. | |||
| 2014-12-08 | formula.rb: add install method. | Mike McQuaid | |
| Mostly for links in API documentation. | |||
| 2014-12-08 | Document Formula attributes. | Mike McQuaid | |
| The beginnings of some decent API documentation. Also, tweak `.yardopts` to better fix our internal style. | |||
| 2014-12-07 | Use FileUtils instead of shelling out to cp | Jack Nagel | |
| 2014-12-06 | Use quiet_safe_system to silence submodule updates | Jack Nagel | |
| 2014-12-06 | Use quiet_safe_system to silence submodule checkouts | Jack Nagel | |
| 2014-12-06 | Use quiet_safe_system to silence bzr updates | Jack Nagel | |
| 2014-12-06 | Use quiet_safe_system to silence CVS updates | Jack Nagel | |
| 2014-12-06 | Simplify fossil checkouts | Jack Nagel | |
| 2014-12-06 | Extract part of stage method to VCS strategy superclass | Jack Nagel | |
| 2014-12-06 | Remove years-old TODO | Jack Nagel | |
| 2014-12-06 | Demote FIXME to a normal comment | Jack Nagel | |
| 2014-12-06 | Mark private SubversionDownloadStrategy methods | Jack Nagel | |
| 2014-12-06 | Move fetch implementation into VCS strategy superclass | Jack Nagel | |
| 2014-12-06 | Use start_with? instead of a regexp | Jack Nagel | |
| 2014-12-06 | Move SVN URL munging to initialize | Jack Nagel | |
| 2014-12-06 | Remove method that duplicates superclass implementation | Jack Nagel | |
| 2014-12-06 | Extract update from fetch in VCS strategies | Jack Nagel | |
| 2014-12-06 | Add clone_repo to remaining VCS strategies | Jack Nagel | |
| 2014-12-06 | Add repo_valid? to remaining VCS strategies | Jack Nagel | |
| 2014-12-06 | Make repo_valid? private | Jack Nagel | |
| 2014-12-06 | Make __path methods private | Jack Nagel | |
| 2014-12-06 | Make cache_tag private | Jack Nagel | |
| 2014-12-06 | Mark private VCSDownloadStrategy methods | Jack Nagel | |
| 2014-12-06 | Remove {start,stop}doc as we're using Yard now. | Mike McQuaid | |
| 2014-12-05 | CurlDownloadStrategy: initialize attributes in initializer | Jack Nagel | |
| The downloader is instantiated on-demand, so we no longer need the lazy initialization here. | |||
| 2014-12-05 | Pass the downloader a proxy object instead of the resource | Jack Nagel | |
| We need to limit the interface that is exposed to the downloader in order to make future changes easier. This will be important for work on new features, such as selecting a mirror from the command line. In the future, the existing Resource class will probably be split into multiple classes. | |||
| 2014-12-05 | Provide VCSDownloadStrategy#head? | Jack Nagel | |
| 2014-12-05 | Download strategies should return a Pathname from cached_location | Jack Nagel | |
| 2014-12-05 | Stop supporting hg found in share/python | Jack Nagel | |
| 2014-12-05 | Simplify bsdmake wrapper, take 2 | Jack Nagel | |
| 2014-12-05 | Revert "Simplify bsdmake wrapper" | Jack Nagel | |
| Fixes Homebrew/homebrew#34713. This reverts commit e4461afd36f04b1cd3cf56ec0636202150ce0570. | |||
| 2014-12-05 | Simplify bsdmake wrapper | Jack Nagel | |
| Since bsdmake is always specified as a dependency, our xcrun wrapper will always be able to find it, so we can get rid of this wrapper. | |||
| 2014-12-05 | Try to match unused symbol deps last | Jack Nagel | |
| 2014-12-03 | Update test gems | Jack Nagel | |
| 2014-12-03 | Make the git download strategy default to :branch => "master" | Jack Nagel | |
| Fixes Homebrew/homebrew#33437. | |||
| 2014-12-03 | os: xcode bump | Dominyk Tiller | |
| Bumps to the latest Xcode 6.1.1. Closes Homebrew/homebrew#34632. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-02 | Use add_attribute method instead of accessing attributes hash | Jack Nagel | |
| 2014-12-02 | Simplify appending CDATA | Jack Nagel | |
| 2014-12-02 | Combine conditionals | Jack Nagel | |
| 2014-12-02 | Fix duplicated test methods | Jack Nagel | |
| 2014-12-02 | Remove unused entries from test/.gitignore | Jack Nagel | |
| 2014-12-01 | Use better assertions | Jack Nagel | |
| 2014-11-30 | Allow searching/installing Homebrew Casks. | Mike McQuaid | |
| People want to install things like GIMP using Homebrew so let's make it easier for them to find a decent installation method. Closes Homebrew/homebrew#34496. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-28 | Rescue ErrorDuringExecution when loading old formulae | Jack Nagel | |
| 2014-11-27 | uninstall: notify on multiple versions removed. | Mike McQuaid | |
| Closes Homebrew/homebrew#34398. Closes Homebrew/homebrew#34445. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-27 | caveats: don't need plist keg to_path, fix 10.8. | Mike McQuaid | |
| 2014-11-27 | caveats: handle non-Homebrew plists. | Mike McQuaid | |
| Mentioned in Homebrew/homebrew#34484. | |||
