| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-27 | Revert "Added tests for os/mac/keg" | ilovezfs | |
| 2017-09-27 | Merge pull request #3223 from Homebrew/revert-3139-macho-use-object | ilovezfs | |
| Revert "mach: Avoid reopening the file for relocation" | |||
| 2017-09-27 | Revert "mach: Avoid reopening the file for relocation" | ilovezfs | |
| 2017-09-27 | Merge pull request #3222 from ↵ | ilovezfs | |
| Homebrew/revert-3219-change_install_name_takes_2_args Revert "keg_relocate: use correct number of arguments in call to change_install_name" | |||
| 2017-09-27 | Revert "keg_relocate: use correct number of arguments in call to ↵ | ilovezfs | |
| change_install_name" | |||
| 2017-09-26 | Merge pull request #3079 from mansimarkaur/os_keg | William Woodruff | |
| Added tests for os/mac/keg | |||
| 2017-09-26 | Merge pull request #3219 from scpeters/change_install_name_takes_2_args | William Woodruff | |
| keg_relocate: use correct number of arguments in call to change_install_name | |||
| 2017-09-26 | keg_relocate: fix call to change_install_name | Steven Peters | |
| During the changes to macho file relocation refactoring in #3101, #3138, and #3139, the number of arguments to the mach::change_install_name function changed from 3 to 2, but there was still an instance of the function being called with the wrong number of arguments. | |||
| 2017-09-26 | test: Tests for os/mac/keg | mansimarkaur | |
| 2017-09-26 | Merge pull request #3214 from ilovezfs/bump-formula-pr-fix-duplicates-check | Mike McQuaid | |
| bump-formula-pr: fix duplicates check | |||
| 2017-09-25 | bump-formula-pr: fix duplicates check | ilovezfs | |
| `return unless pull_requests && !pull_requests.empty?` and `return unless pull_requests&.empty?` are not equivalent. | |||
| 2017-09-25 | Merge pull request #3139 from woodruffw/macho-use-object | William Woodruff | |
| mach: Avoid reopening the file for relocation | |||
| 2017-09-25 | mach: Avoid reopening the file for relocation | William Woodruff | |
| This commit allows the relocation code to perform install name and dylib ID changes without reopening the file separately. | |||
| 2017-09-25 | Merge pull request #3183 from MikeMcQuaid/rubocop-upgrade | Mike McQuaid | |
| Rubocop: 0.50.0 and Ruby 2.3 | |||
| 2017-09-25 | Merge pull request #3211 from MikeMcQuaid/portable-ruby-coverage1.3.4 | Mike McQuaid | |
| portable-ruby: use rebuild with coverage support. | |||
| 2017-09-25 | Merge pull request #3208 from MikeMcQuaid/more-leopard-fixes | Mike McQuaid | |
| portable-ruby: fix installation on Leopard. | |||
| 2017-09-25 | portable-ruby: use rebuild with coverage support. | Mike McQuaid | |
| This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support. | |||
| 2017-09-25 | Merge pull request #3210 from MikeMcQuaid/commsworld | Mike McQuaid | |
| README: add Commsworld logo. | |||
| 2017-09-25 | README: add Commsworld logo. | Mike McQuaid | |
| They host our physical hardware. | |||
| 2017-09-25 | os/mac/version: allow leopard_64_or_later bottles. | Mike McQuaid | |
| 2017-09-25 | portable-ruby: fix installation on Leopard. | Mike McQuaid | |
| Download it insecurely there and require `rubygems` for `Gem::Version`. | |||
| 2017-09-25 | Merge pull request #3207 from MikeMcQuaid/vendor-install-stderr | Mike McQuaid | |
| vendor-install: output only to stderr. | |||
| 2017-09-25 | vendor-install: output only to stderr. | Mike McQuaid | |
| This avoids causing errors in scripts that call e.g. `brew --prefix`. | |||
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-09-24 | Rubocop: automatic rule fixes. | Mike McQuaid | |
| 2017-09-24 | Rubocop 0.50 and target 2.3. | Mike McQuaid | |
| 2017-09-24 | Merge pull request #3206 from MikeMcQuaid/utils-git-cache-less | Mike McQuaid | |
| utils/git: cache less aggressively. | |||
| 2017-09-24 | utils/git: cache less aggressively. | Mike McQuaid | |
| This should avoid weird test ordering failures with specs on Linux (but there's no real reason this can't occur on macOS too). | |||
| 2017-09-24 | Merge pull request #3203 from ilovezfs/online-science-dupes-are-not-dupes | ilovezfs | |
| audit: also skip homebrew/science duplicates found by search_taps | |||
| 2017-09-24 | audit: also skip homebrew/science duplicates found by search_taps | ilovezfs | |
| Follow-up to #3202. | |||
| 2017-09-23 | Merge pull request #3202 from ilovezfs/science-dupes-are-not-dupes | ilovezfs | |
| audit: don't check for homebrew/science duplicates | |||
| 2017-09-23 | audit: don't check for homebrew/science duplicates | ilovezfs | |
| It's just noise to turn the migration PRs red over expected duplicates. | |||
| 2017-09-23 | Merge pull request #3201 from MikeMcQuaid/git-coretap-tests | Mike McQuaid | |
| utils/git: don't fail when CoreTap is untapped. | |||
| 2017-09-23 | utils/git: don't fail when CoreTap is untapped. | Mike McQuaid | |
| This produces test failures on Linux where we intentionally avoid having it tapped. | |||
| 2017-09-23 | Merge pull request #3200 from MikeMcQuaid/audit-el-capitan-vendor-ruby | Mike McQuaid | |
| audit: hack around El Capitan audit failure. | |||
| 2017-09-23 | audit: hack around El Capitan audit failure. | Mike McQuaid | |
| 2017-09-23 | Merge pull request #3174 from sjackman/popen-options | Mike McQuaid | |
| popen: Do not suppress stderr when HOMEBREW_STDERR | |||
| 2017-09-23 | Merge pull request #3189 from MikeMcQuaid/portable-ruby-messaging | Mike McQuaid | |
| portable-ruby: improve installation messaging. | |||
| 2017-09-23 | Merge pull request #3190 from MikeMcQuaid/curl_https_fix | Mike McQuaid | |
| development_tools: fix curl https handling. | |||
| 2017-09-23 | Merge pull request #3188 from MikeMcQuaid/git-describe-tags-message | Mike McQuaid | |
| brew.sh: update no git repository message. | |||
| 2017-09-22 | Merge pull request #3196 from ilovezfs/ac_cv_xcode9-2 | ilovezfs | |
| superenv: more help for Autotools with 10.13 SDK on 10.12 | |||
| 2017-09-22 | superenv: more help for Autotools with 10.13 SDK on 10.12 | ilovezfs | |
| Add fmemopen and open_memstream to the list of ac_cv_func_*=no symbols for 10.12 with the 10.13 SDK. | |||
| 2017-09-22 | Merge pull request #3186 from naoty/detect-failure-message | Mike McQuaid | |
| Add a failure message to be_detected_from matcher | |||
| 2017-09-22 | Merge pull request #3144 from GauthamGoli/audit_line_rubocop_more_tests | Mike McQuaid | |
| audit: Add more tests for FormulaAudit/Miscellaneous cop | |||
| 2017-09-22 | Merge pull request #3185 from sjackman/vendor-ruby-linux | Mike McQuaid | |
| Upgrade vendored Ruby to 2.3.3 for Linux. | |||
| 2017-09-22 | development_tools: fix curl https handling. | Mike McQuaid | |
| `curl` can handle modern certificates _unless_ it is too old. This broke `brew audit`'s HTTPS detection code. | |||
| 2017-09-22 | portable-ruby: improve installation messaging. | Mike McQuaid | |
| - Use “Pouring” to be more consistent with our normal messaging. - Don’t be silent by default. | |||
| 2017-09-22 | brew.sh: update no git repository message. | Mike McQuaid | |
| Clarify that this message doesn’t only trigger when there’s no Git repository but also when there’s no tags that `git describe` can use. | |||
| 2017-09-22 | Replace String#% with Kernel.#format | Naoto Kaneko | |
| 2017-09-22 | Merge pull request #3121 from fxcoudert/highsierra | FX Coudert | |
| Support High Sierra | |||
