| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-22 | Add a failure message to be_detected_from matcher | Naoto Kaneko | |
| 2017-09-21 | Upgrade vendored Ruby to 2.3.3 for Linux. | Shaun Jackman | |
| 2017-09-21 | os/mac: support macOS High Sierra (10.13). | FX Coudert | |
| 2017-09-21 | Merge pull request #3164 from MikeMcQuaid/portable-ruby-2.3.3 | Mike McQuaid | |
| Upgrade vendored Ruby to 2.3.3. | |||
| 2017-09-21 | Upgrade vendored Ruby to 2.3.3. | Mike McQuaid | |
| Use this version whenever 2.3.3 isn't installed. Also, remove the Linux portable Ruby for now until it's built to be the same version. | |||
| 2017-09-21 | Merge pull request #3182 from ilovezfs/ac_cv_xcode91.3.3 | ilovezfs | |
| superenv: help Autotools with 10.13 SDK on 10.12 | |||
| 2017-09-21 | superenv: help Autotools with 10.13 SDK on 10.12 | ilovezfs | |
| The GNU Autotools tests for whether futimens and utimensat are available reliably come to incorrect conclusions on 10.12 with the 10.13 SDK in Xcode 9. This overrides its decisions by forcing the right answer in superenv using ac_cv_func_* environment variables and setting them to "no" on 10.12. | |||
| 2017-09-20 | describe_java: Suppress stderr | Shaun Jackman | |
| Suppress the error message: Unable to find any JVMs matching version "(null)". | |||
| 2017-09-20 | locate: Suppress stderr | Shaun Jackman | |
| Suppress the error message: xcrun: error: unable to find utility "gcc-4.0", not a developer tool or in PATH | |||
| 2017-09-20 | popen: Do not suppress stderr when HOMEBREW_STDERR | Shaun Jackman | |
| 2017-09-20 | popen: Add an options argument | Shaun Jackman | |
| Useful for selectively enabling or silencing stderr, for example. popen_read("foo", err: :err) | |||
| 2017-09-20 | Merge pull request #3173 from Homebrew/revert-3099-popen_read_stderr | ilovezfs | |
| Revert "popen: Do not suppress stderr" | |||
| 2017-09-20 | Merge pull request #3179 from GauthamGoli/rubocop_cli_version | Mike McQuaid | |
| audit: Use version pinned by brew while executing rubocop cli | |||
| 2017-09-20 | audit: Use version pinned by brew while executing rubocop cli | Gautham Goli | |
| 2017-09-19 | Merge pull request #3171 from MikeMcQuaid/linkage-tweak-naming | Mike McQuaid | |
| linkage_checker: tweak headers wording. | |||
| 2017-09-19 | Revert "popen: Do not suppress stderr" | ilovezfs | |
| 2017-09-19 | linkage_checker: tweak headers wording. | Mike McQuaid | |
| It's helpful to note that the undeclared/unnecessary dependencies are done based on linkage alone. | |||
| 2017-09-18 | Revert "Add check for HEAD ref in diagnostics" | ilovezfs | |
| 2017-09-18 | Revert "diagnostic: don't check CI core branch." | ilovezfs | |
| This reverts commit cb5b14307ca4640e1ba68cfd28e7fef34a3b771b. | |||
| 2017-09-18 | Revert "diagnostic: also don't check Jenkins core branch." | ilovezfs | |
| This reverts commit db41f9d1182ff8c4c3b42b458e38d5c58b496ffb. | |||
| 2017-09-18 | Merge pull request #3103 from maxim-belkin/extraneous_deps | Mike McQuaid | |
| linkage_checker: add a check for extraneous dependencies | |||
| 2017-09-18 | Merge pull request #3099 from sjackman/popen_read_stderr | Mike McQuaid | |
| popen: Do not suppress stderr | |||
| 2017-09-18 | audit: Add more tests for FormulaAudit/Miscellaneous cop | Gautham Goli | |
| 2017-09-17 | Merge pull request #2878 from wendorf/brew_cask_list_full-name | Markus Reiter | |
| List cask full-names | |||
| 2017-09-17 | Merge pull request #3160 from reitermarkus/missing-method | Markus Reiter | |
| Add missing `summarize` method. | |||
| 2017-09-16 | List cask full-names | Dan Wendorf | |
| `brew cask list` supports the `--full-name` flag which will include the tap name for casks not part of the core caskroom/cask tap. For example, if cask "foo-beta" is installed from the caskroom/versions cask, `brew cask list --full-name` will report the name as "caskroom/versions/foo-beta". | |||
| 2017-09-16 | Merge pull request #3162 from ilovezfs/keg-relocate-lai | ilovezfs | |
| keg_relocate: treat .lai files as libtool files. | |||
| 2017-09-16 | keg_relocate: treat .lai files as libtool files. | ilovezfs | |
| Previously .lai files only had their locations replaced with placeholders if /usr/bin/file recognized them as ASCII files, which is only the case on macOS Sierra and above. | |||
| 2017-09-16 | Merge pull request #3158 from MikeMcQuaid/old-osx-tweaks | Mike McQuaid | |
| Tweaks for older Mac OS X versions. | |||
| 2017-09-16 | Tweaks for older Mac OS X versions. | Mike McQuaid | |
| - `brew update` should try to install `curl` before `git` on older versions of Mac OS X where it is needed for accessing modern SSL certificates. - We don't need an HTTP mirror for `git` because `curl` will already be installed before it is downloaded. - Don't recommend GCC on Mac OS X versions where it can't be built with the default system compiler. - Start using the Homebrew `curl` on Mac OS X versions where it is needed as soon as it is installed. | |||
| 2017-09-16 | Add missing `summarize` method. | Markus Reiter | |
| 2017-09-15 | Merge pull request #3156 from MikeMcQuaid/allow-developer-custom-ruby | Mike McQuaid | |
| os/mac/diagnostic: allow custom Ruby for devs. | |||
| 2017-09-15 | audit: fix check_http_content args. | Mike McQuaid | |
| 2017-09-15 | Merge pull request #3151 from MikeMcQuaid/audit-more-http | Mike McQuaid | |
| Require more HTTP mirrors for old OS X versions. | |||
| 2017-09-15 | os/mac/diagnostic: allow custom Ruby for devs. | Mike McQuaid | |
| This avoids `brew doctor` warnings on High Sierra but in general this is a good idea for future versions and to allow Homebrew developers to test things out with different versions of Ruby. | |||
| 2017-09-14 | Require more HTTP mirrors for old OS X versions. | Mike McQuaid | |
| This allows the bootstrap of `curl` and `git` on versions of Mac OS X that cannot reliably download from HTTPS servers any longer. Once these are both installed users are able to update Homebrew and download files securely. Also, as we're doing this, don't point 10.5 users to Tigerbrew as they are already given caveats for using Homebrew itself. | |||
| 2017-09-14 | Merge pull request #3147 from reitermarkus/cask-irb | Markus Reiter | |
| Always load Cask in `brew irb`. | |||
| 2017-09-12 | Merge pull request #3152 from DomT4/Xcode_9_GM | ilovezfs | |
| mac/xcode: update expected Clang on 10.13 | |||
| 2017-09-13 | mac/xcode: update expected Clang on 10.13 | Dominyk Tiller | |
| 2017-09-12 | Merge pull request #3126 from DomT4/curl_audit | Mike McQuaid | |
| audit: stop demanding a HTTP HEAD mirror for curl | |||
| 2017-09-12 | Merge pull request #3149 from reitermarkus/method-name | Markus Reiter | |
| Fix method name. | |||
| 2017-09-12 | Fix method name. | Markus Reiter | |
| 2017-09-12 | Merge pull request #3148 from reitermarkus/uninstall-signal | Markus Reiter | |
| Fix uninstall with `:signal`. | |||
| 2017-09-12 | Fix uninstall with `:signal`. | Markus Reiter | |
| 2017-09-11 | Merge pull request #3146 from reitermarkus/cask-fail-early | Markus Reiter | |
| Make Cask commands fail early if a Cask is not found. | |||
| 2017-09-11 | linkage_checker: unnecessary dependencies | Maxim Belkin | |
| - rename 'extraneous' to 'unnecessary' - add the report under `linkage --test` | |||
| 2017-09-11 | linkage_checker: avoid some false positives | Maxim Belkin | |
| 2017-09-11 | linkage_checker: fix style | Maxim Belkin | |
| 2017-09-11 | linkage_checker: check for extraneous dependencies | Maxim Belkin | |
| 2017-09-11 | Always load Cask in `brew irb`. | Markus Reiter | |
