| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-22 | Assume CVS module name when none is given | Jack Nagel | |
| 2014-12-22 | Allow :module => "name" for CVS URLs | Jack Nagel | |
| 2014-12-20 | Typo in skip_clean? documentation | Baptiste Fontaine | |
| Closes Homebrew/homebrew#35142. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-19 | Deprecate made-up URL schemes | Jack Nagel | |
| This deprecates URLs that begin with the following fake URL schemes: bzr:// cvs:// hg:// fossil:// svn+http:// Despite their appearance, they are not actually accepted by the corresponding tools. They exist only as hints to the download strategy detection code, and are stripped from the URL before the URL is handed off to the VCS program. This is not documented, and may lead one to believe it is a valid URL that can be used elsewhere, when it actually only works inside Homebrew. We have a better mechanism for specifying the download strategy that is straightforward and explicit: :using => :hg Recommend that instead. Closes Homebrew/homebrew#35114. | |||
| 2014-12-19 | (un)linkapps: allow unlink/link specific formulae. | Xu Cheng | |
| Closes Homebrew/homebrew#35080. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 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-16 | Documentation Updates | Dominyk Tiller | |
| Some minor changes to reflect Homebrew/homebrew#34989, and other bits and pieces. Closes Homebrew/homebrew#35023. 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 | 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 | 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 | |
