| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-18 | Fix references to url | Jack Nagel | |
| 2014-12-18 | Deprecate UnsafeSubversionDownloadStrategy | Jack Nagel | |
| 2014-12-18 | Add :using => :fossil | Jack Nagel | |
| 2014-12-18 | Move url munging to initialize | Jack Nagel | |
| 2014-12-18 | Start versioning cached git clones | Jack Nagel | |
| 2014-12-18 | Revert "Start versioning cached git clones" | Mike McQuaid | |
| This reverts commit f4fe50a0958b7b47b32041e11d4943d6ae7d3972. | |||
| 2014-12-17 | Start versioning cached git clones | Jack Nagel | |
| 2014-12-17 | Unset LIBRARY_PATH before builds | Jack Nagel | |
| See https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html Closes Homebrew/homebrew-versions#592. | |||
| 2014-12-16 | Use Utils.popen_read to avoid shelling out in a few places | Jack Nagel | |
| 2014-12-16 | Use quiet_system to avoid the shell | Jack Nagel | |
| 2014-12-16 | Utils.popen_read doesn't doesn't require a block | Jack Nagel | |
| 2014-12-16 | Capitalize descriptions of --HEAD, --devel | Kyungdahm Yun | |
| Closes Homebrew/homebrew#35027. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-15 | create: remove formula include. | Mike McQuaid | |
| 2014-12-14 | Revert "Skip temporary directory when target directory is known" | Jack Nagel | |
| This reverts commit 028ee18b851497f8aede55004bcdcc5c16f087cc. | |||
| 2014-12-14 | Skip temporary directory when target directory is known | Jack Nagel | |
| 2014-12-14 | doctor: check cache directory is writable. | Mike McQuaid | |
| Fixes Homebrew/homebrew#32304. Fixes Homebrew/homebrew#34933. | |||
| 2014-12-13 | Validate arguments in Resource#stage | Jack Nagel | |
| 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 | mach: improve otool failure handling. | Mike McQuaid | |
| 2014-12-11 | mach: handle empty otool output. | Mike McQuaid | |
| 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 | 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-07 | Use FileUtils instead of shelling out to cp | Jack Nagel | |
| 2014-12-06 | Use quiet_safe_system to silence submodule updates | Jack Nagel | |
