| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-17 | xcode: check clang exists to confim install. | Mike McQuaid | |
| 2014-10-17 | We don't need a Pathname just to stat the directory | Jack Nagel | |
| 2014-10-17 | brew-test-bot: always repair taps when tapping. | Mike McQuaid | |
| 2014-10-17 | formula_cellar_checks: Ruby 1.8 compatible check. | Mike McQuaid | |
| 2014-10-17 | formula_cellar_checks: check exists before glob. | Mike McQuaid | |
| Closes Homebrew/homebrew#33242. | |||
| 2014-10-17 | audit: call puts once instead of problems.size + 2 times | Jack Nagel | |
| 2014-10-17 | audit: loop over deps once | Jack Nagel | |
| 2014-10-17 | Audit devel and head deps | Jack Nagel | |
| 2014-10-16 | brew-test-bot: fix pull request URLs. | Mike McQuaid | |
| 2014-10-16 | brew-test-bot: use Jenkins PR plugin provided URL. | Mike McQuaid | |
| 2014-10-16 | brew-test-bot: fix tap directory naming. | Mike McQuaid | |
| 2014-10-16 | brew-test-bot: truncate output to 1MB. | Mike McQuaid | |
| 2014-10-15 | Exempt libtool and svn from the shadowed headers check | Jack Nagel | |
| 2014-10-15 | Hide install receipt key names | Jack Nagel | |
| 2014-10-13 | Reorganize post-install checks so we can share more code | Jack Nagel | |
| 2014-10-13 | Remove repeated conditional | Jack Nagel | |
| The post-install audit methods are not run for keg-only installs, so we don't need to repeat the conditional here. | |||
| 2014-10-13 | Simplify post-install audit output | Jack Nagel | |
| 2014-10-13 | Remove audit whitelist | Jack Nagel | |
| This is currently unnecessary. | |||
| 2014-10-11 | doctor: warn about libcurl.framework | Tim D. Smith | |
| Closes Homebrew/homebrew#33076. | |||
| 2014-10-11 | Revert "Allow debugging patch failures" | Jack Nagel | |
| This reverts commit 988601624568a951d86bd00cf441d18681b4b500. | |||
| 2014-10-11 | Revert "Don't raise in mach_data so the debugger doesn't catch it" | Jack Nagel | |
| This reverts commit 4f8a3e2113c2e7b88600ff6371f9f70579c55509. | |||
| 2014-10-11 | Revert "Handle read(n) returning nil" | Jack Nagel | |
| This reverts commit 578cb637594d32b86322be29205329d700ad75ca. | |||
| 2014-10-10 | Pull cache creation out of begin block | Jack Nagel | |
| 2014-10-10 | Remove redundant comments | Jack Nagel | |
| 2014-10-10 | Handle read(n) returning nil | Jack Nagel | |
| Fixes Homebrew/homebrew#33090. | |||
| 2014-10-10 | Don't raise in mach_data so the debugger doesn't catch it | Jack Nagel | |
| Closes Homebrew/homebrew#33088. | |||
| 2014-10-10 | Allow debugging patch failures | Jack Nagel | |
| Closes Homebrew/homebrew#33056. | |||
| 2014-10-10 | Prefer current CLT package ID | Jack Nagel | |
| It seems that "com.apple.pkg.CLTools_Base" was only used for one release. New releases are using "com.apple.pkg.CLTools_Executables" again. Fixes Homebrew/homebrew#33063. | |||
| 2014-10-09 | Use alias_method instead of an extra ivar | Jack Nagel | |
| 2014-10-10 | fceux: migrate to homebrew-games. | Dominyk Tiller | |
| Closes Homebrew/homebrew#33024. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-09 | Tab#with? accepts the same types as BuildOptions#with? | Jack Nagel | |
| 2014-10-09 | leaves: load tab outside of the inner loop | Jack Nagel | |
| 2014-10-07 | Simplify UnsafeSubversionDownloadStrategy | Jack Nagel | |
| 2014-10-07 | Whitelist more fuse files | Jack Nagel | |
| Someday this will be finished. | |||
| 2014-10-07 | Fix install_name_tool check when Xcode license isn't accepted yet | Jack Nagel | |
| Fixes Homebrew/homebrew#32712. | |||
| 2014-10-07 | dart: migrate to tap run by dart team. | Seth Ladd | |
| Closes Homebrew/homebrew#32996. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-06 | phantomjs: Yosemite fixes. | Dominyk Tiller | |
| Closes Homebrew/homebrew#32953. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-06 | Compare patchlevels numerically rather than lexically | Jack Nagel | |
| Fixes Homebrew/homebrew#32960. | |||
| 2014-10-05 | Simplify IRB monkeypatch | Jack Nagel | |
| 2014-10-05 | Simplify dispatch in git wrapper | Jack Nagel | |
| 2014-10-05 | Remove last usage of StrictSubversionDownloadStrategy | Jack Nagel | |
| This strategy is only used in one formula, so we can just replace it with a dependency. It could be done with a requirement, but since this is a low-impact change (it only matters for head builds on Leopard), I'm not sure it's worth the effort. The constant is retained for compatibility, though I could find only one other reference to it on GitHub, in a formula that was removed from core almost two years ago. | |||
| 2014-10-05 | Shows time since last commit in brew config | Tim D. Smith | |
| Closes Homebrew/homebrew#32936. | |||
| 2014-10-02 | Move SCM wrappers from Contributions to ENV/scm. | Mike McQuaid | |
| Closes Homebrew/homebrew#32615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-02 | Remove remaining deprecated contributed commands. | Mike McQuaid | |
| Moving them to homebrew-boneyard. Closes Homebrew/homebrew#28657. | |||
| 2014-10-02 | Audit formulæ for easy-install.pth files | Tim D. Smith | |
| Closes Homebrew/homebrew#32860. | |||
| 2014-10-02 | Use pcap fixture with complete packets | J. Brandt Buckley | |
| The existing `test.pcap` consists of just one Ethernet frame, so it's missing TCP/IP headers. This updated file is a full HTTP GET request and reply. Relates to Homebrew/homebrew#32852 Closes Homebrew/homebrew#32869. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-01 | Post-install audit for shadowed header files | Jack Nagel | |
| 2014-09-30 | Remove commented-out code | Jack Nagel | |
| 2014-09-30 | Whitelist fuse pc files too | Jack Nagel | |
| 2014-09-30 | Whitelist more MacFuse headers | Jack Nagel | |
| I think this is all of them. | |||
