| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-14 | GitDownloadStrategy: extract checkout from #stage | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: split up submodule update and checkout | Jack Nagel | |
| 2013-02-14 | GitDownloadStrategy: split #fetch into several methods | Jack Nagel | |
| 2013-02-12 | doctor: make brew link more clear | Adam Vandenberg | |
| Closes Homebrew/homebrew#17805. | |||
| 2013-02-12 | Simplify this regexp | Jack Nagel | |
| 2013-02-12 | Establish a convention for Requirement names | Jack Nagel | |
| The name attribute of requirements is used when generating options for the :optional and :recommended dependency tags. Unless otherwise specified, the name attribute of a Requirement will be populated by stripping any module prefixes from the beginning and "Dependency" or "Requirement" from end of the class name and downcasing the result. Closes Homebrew/homebrew#17759. | |||
| 2013-02-11 | formula: cinch up formatting | Adam Vandenberg | |
| 2013-02-11 | Remove dead code | Jack Nagel | |
| This code only existed to support very old formula syntax, which was otherwise removed in e6b97bebd99779b52462dcd387191d804fc95b93. | |||
| 2013-02-11 | Avoid nil in URL specs | Jack Nagel | |
| 2013-02-11 | Catch JSON decoding errors in Apache download strategy | Jack Nagel | |
| c.f. Homebrew/homebrew#17772. | |||
| 2013-02-10 | Don't reinvent IndexError here | Jack Nagel | |
| 2013-02-10 | kill dead code | Jack Nagel | |
| 2013-02-10 | CurlDownloadStrategy: remove pointless type introspection | Jack Nagel | |
| 2013-02-10 | Add :libltdl dep for libtool's libltdl | Jack Nagel | |
| The :libtool dep is implicitly a build-time dep; :libltdl can be used for software that uses the ltdl library at runtime. | |||
| 2013-02-10 | Shrink DependencyCollector#parse_symbol_spec and add tests | Jack Nagel | |
| 2013-02-10 | Fix Regexp encoding under 1.9/2.0 | Jack Nagel | |
| 2013-02-10 | search homebrew-x11 | Adam Vandenberg | |
| 2013-02-10 | Show permission changes in debug mode | Adam Vandenberg | |
| 2013-02-09 | ConflictRequirement: pass argument to superclass initalizer | Jack Nagel | |
| 2013-02-09 | Extract formula locks into a class | Jack Nagel | |
| 2013-02-09 | build: ignore non-explicit build-time dependencies | Jack Nagel | |
| Given the following dependency tree: foo bar (bottled) baz (build-time only) We skip installing baz because it is a build-time dependency of something that is bottled. However, during the build of foo, this filter is not applied because the dependent-dep relationship is not considered at this stage. If baz wasn't installed prior to this build, fixopt(baz) will fail. Further, build-time deps are tightly coupled to the formula they are specified by, and we shouldn't rely on them coming from dependencies several levels down. Fixes Homebrew/homebrew#17697. | |||
| 2013-02-08 | Revert "brew: move to Library/brew.rb" | Mike McQuaid | |
| This reverts commit 67d06b84d00a17cf43770eedf34e37e50e209741. Closes Homebrew/homebrew#17683. Closes Homebrew/homebrew#17685. | |||
| 2013-02-08 | LanguageModuleDependency: foward args to superclass initalizer | Jack Nagel | |
| 2013-02-07 | debrew: restore ARGV even when IRB.setup raises | Jack Nagel | |
| 2013-02-07 | brew: move to Library/brew.rb | Mike McQuaid | |
| 2013-02-07 | Reduce footprint of readline hack | Jack Nagel | |
| 2013-02-07 | Fix typo | Jack Nagel | |
| 2013-02-07 | Manpage: remove `brew install --force`. | Adam Vandenberg | |
| Closes Homebrew/homebrew#17654. | |||
| 2013-02-07 | audit: allow alpha.gnu.org URLs | Jack Nagel | |
| 2013-02-07 | superenv bin directory is under HOMEBREW_REPOSITORY | Jack Nagel | |
| 2013-02-07 | download_strategy: move requires out of method | Jack Nagel | |
| This can cause subtle issues when an exception is marshaled between the build process and the main Homebrew process, as the marshaled exception may contain URI objects even when the main Homebrew process has not loaded the URI library. Closes Homebrew/homebrew#17642. | |||
| 2013-02-07 | MacOSVersion -> MacOS::Version | Jack Nagel | |
| 2013-02-07 | Flesh out MacOSVersion tests | Jack Nagel | |
| 2013-02-06 | Print formula plist_manual caveat unless loaded. | Mike McQuaid | |
| 2013-02-06 | Version: remove pointless private call | Jack Nagel | |
| 2013-02-06 | Version: kill silly class method | Jack Nagel | |
| Overriding <=> directly is much simpler. | |||
| 2013-02-06 | MacOS: cache calls to mdfind | Jack Nagel | |
| 2013-02-06 | Add tests for raise monkey patch | Jack Nagel | |
| 2013-02-06 | Split debrew up to faciliate test isolation | Jack Nagel | |
| We want to be able to test the raise functionality without monkey-patching #raise on every object in the system, which is one of the side effects of loading debrew.rb. | |||
| 2013-02-06 | Don't discard exception instance data in debug mode | Jack Nagel | |
| If the debugger's monkey-patched raise was passed an instantiated exception, the #exception method was called with a potentially nil argument, causing its instance data to be thrown away. This hides potentially useful information from the user. Fix it by allowing instantiated exceptions to be reraised unharmed. Fixes Homebrew/homebrew#17622. | |||
| 2013-02-05 | brew-pull: fix third-party taps | Eashwar Ranganathan | |
| Closes Homebrew/homebrew#17588. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-02-05 | xcrun: remove suggestion that doesn't work | Adam Vandenberg | |
| Closes Homebrew/homebrew#17443. | |||
| 2013-02-04 | XQuartz.version: return dunno as a string and not a symbol | Jack Nagel | |
| 2013-02-04 | Xcode.version: return dunno as a string and not a symbol | Jack Nagel | |
| 2013-02-03 | Architecture: add flag for ppc support | Adam Vandenberg | |
| 2013-02-03 | audit: check for missing xz build-time dep | Jack Nagel | |
| Closes Homebrew/homebrew#17565. | |||
| 2013-02-03 | audit: mark intltool as a build-time dep | Jack Nagel | |
| 2013-02-03 | update: abort if formula names are given | Adam Vandenberg | |
| Closes Homebrew/homebrew#11154. | |||
| 2013-02-03 | Fix typo in XQuartz comment | Adam Vandenberg | |
| 2013-02-02 | download_strategy: fix typo | Jack Nagel | |
