| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-13 | tap-readme: fix indent | Xu Cheng | |
| Closes Homebrew/homebrew#34953. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-12 | Formula#install has public visibility | Jack Nagel | |
| It is called with an explicit receiver in build.rb, so the base class method should also be public. | |||
| 2014-12-12 | Formula#exec_cmd: coerce arg to string before start_with? | Tim D. Smith | |
| 2014-12-12 | unsigned_kext: use binary and cask options now. | Mike McQuaid | |
| 2014-12-11 | Correct external command docs | Jack Nagel | |
| 2014-12-11 | zlib & sqlite3: pkgconfig support | Dominyk Tiller | |
| native pkg-config support for zlib and sqlite to elimate the need to pass flags to configure or make stages in formulae. Closes Homebrew/homebrew#34765. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-11 | Python docs: use prepend_create_path | Tim D. Smith | |
| prepend_path doesn't do anything if path doesn't already exist, so use prepend_create_path. | |||
| 2014-12-11 | mach: improve otool failure handling. | Mike McQuaid | |
| 2014-12-11 | mach: handle empty otool output. | Mike McQuaid | |
| 2014-12-10 | docs: recommend setup_install_args instead of setup_install | Tim D. Smith | |
| Closes Homebrew/homebrew#34793. | |||
| 2014-12-10 | Language::Python.setup_install: add deprecation warning | Tim D. Smith | |
| 2014-12-10 | Formula#exec_cmd: recognize setuptools shim and refurbish args | Tim D. Smith | |
| 2014-12-10 | Formula#system: hide python setup.py shim in ohai | Tim D. Smith | |
| 2014-12-10 | language/python: setup_install_args | Tim D. Smith | |
| Add a helper like std_cmake_args that returns the correct incantation for invoking setup.py in a consistent way and with our preferred arguments. Replaces setup_install. | |||
| 2014-12-10 | Cookbook: Fix the link for squashing-instructions | chdiza | |
| Closes Homebrew/homebrew#34859. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2014-12-10 | Provide version reader method | Jack Nagel | |
| 2014-12-10 | Prefer cached_location over tarball_path | Jack Nagel | |
| 2014-12-10 | Reorganize methods in CurlDownloadStrategy | Jack Nagel | |
| 2014-12-09 | Add more general support for passing credentials to curl | Jack Nagel | |
| 2014-12-09 | Pull strategy for downloading from research.att.com into core | Jack Nagel | |
| 2014-12-09 | Provide access to the specs hash indirectly via a meta attribute | Jack Nagel | |
| 2014-12-09 | Move tool path methods to AbstractDownloadStrategy | Jack Nagel | |
| 2014-12-09 | Use quiet_safe_system to silence CVS checkouts | Jack Nagel | |
| 2014-12-09 | Include FileUtils in AbstractDownloadStrategy | Jack Nagel | |
| 2014-12-09 | Prefer cached_location method over @clone ivar | Jack Nagel | |
| 2014-12-09 | Stop returning a path from CurlDownloadStrategy#fetch | Jack Nagel | |
| Download strategies do not consistently return a value from `fetch`, so our code calls `cached_location` to get the path instead. | |||
| 2014-12-09 | Remove type checks | Jack Nagel | |
| 2014-12-09 | brew-doctor: warning the external commands with conflicting names | Xu Cheng | |
| Closes Homebrew/homebrew#34755. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-09 | requirements: check Xcode version is a string. | Mike McQuaid | |
| Fixes Homebrew/homebrew#34822. | |||
| 2014-12-09 | XcodeDependency: allow specifying a version. | Mike McQuaid | |
| 2014-12-09 | Move ume and mess to homebrew-games | Jack Nagel | |
| 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-08 | doc: update brew-desc install method | Xu Cheng | |
| Closes Homebrew/homebrew#34785. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-07 | Use FileUtils instead of shelling out to cp | Jack Nagel | |
| 2014-12-06 | doc/External-Commands: update links | Jakukyo Friel | |
| `brew-gem`'s link is 404. `brew-pip` has reached EOL. Thus I updates the link of `brew-gem`, and remove descriptions about `brew-pip`. Thanks @DomT4 for pointing out brew-gem's new home. Closes Homebrew/homebrew#34569. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 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 | |
