| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-10 | Mentions how hub needs to be configured | Laurent Cozic | |
| This is to address issue #3531 | |||
| 2017-12-09 | Revert "formula_installer: tweak dependent requirements." | Mike McQuaid | |
| This reverts commit cc752e97f6dcfb3e58c9e753262926672edeb571. Fixes #1585. I will open a new issue for the actual underlying bug here (that requirements aren't being handled correctly based on the stable/devel spec used at installation time). | |||
| 2017-12-08 | Merge pull request #3548 from sjackman/x11 | ilovezfs | |
| X11Requirement: Inherit from generic class [macOS] | |||
| 2017-12-08 | Merge pull request #3547 from MikeMcQuaid/force-vendor-ruby-clarify | Mike McQuaid | |
| brew.1: clarify Homebrew's Ruby isn't 2.0 now. | |||
| 2017-12-08 | Merge pull request #3546 from MikeMcQuaid/formula_assertions_ruby_23 | Mike McQuaid | |
| formula_assertions: remove Ruby 2.0 compatibility. | |||
| 2017-12-08 | X11Requirement: Inherit from generic class [macOS] | Shaun Jackman | |
| Fix the warning: already initialized constant X11Requirement | |||
| 2017-12-08 | brew.1: clarify Homebrew's Ruby isn't 2.0 now. | Mike McQuaid | |
| Make this generic; it doesn't matter what version this is and this will future proof it. | |||
| 2017-12-08 | formula_assertions: remove Ruby 2.0 compatibility. | Mike McQuaid | |
| We only support Ruby 2.3, now. | |||
| 2017-12-08 | .simplecov: filter more filters/folders. | Mike McQuaid | |
| This is stuff that can never be exercised by our test suite but is exercised by `brew test-bot` so remove it from the coverage checks. | |||
| 2017-12-08 | Remove some unset/checked environment checks | Mike McQuaid | |
| These will be redundant once environment filtering is on by default in #3529. | |||
| 2017-12-08 | Merge pull request #3483 from sjackman/x11 | Mike McQuaid | |
| Implement X11Requirement for Linux | |||
| 2017-12-08 | Merge pull request #3530 from sjackman/glibc | Mike McQuaid | |
| config: Print host glibc version [Linux] | |||
| 2017-12-08 | Merge pull request #3520 from amyspark/upgrade-ignore-dependencies | Mike McQuaid | |
| Accept new build flags when upgrading | |||
| 2017-12-08 | Xcode 9.2 | Mike McQuaid | |
| Update all the necessary versions but also cleanup some related indentation and point the `Xcode.md` document to the code rather than duplicating it there (which means it sometimes ends up outdated). | |||
| 2017-12-07 | config: Print host glibc version [Linux] | Shaun Jackman | |
| 2017-12-07 | Merge pull request #3539 from MikeMcQuaid/nil_req_dep | Mike McQuaid | |
| formula_installer: handle nil req_dependency. | |||
| 2017-12-07 | Implement X11Requirement for Linux | Shaun Jackman | |
| Move the XQuartz implementation to extend/os/mac/requirements. | |||
| 2017-12-07 | Merge pull request #3537 from MikeMcQuaid/avoid-irrelevant-build-deps | Mike McQuaid | |
| formula_installer: avoid irrelevant build deps. | |||
| 2017-12-07 | formula_installer: handle nil req_dependency. | Mike McQuaid | |
| Closes #3538. | |||
| 2017-12-07 | Merge pull request #3532 from reitermarkus/to_s | Markus Reiter | |
| Add missing `to_s`. | |||
| 2017-12-07 | formula_installer: avoid irrelevant build deps. | Mike McQuaid | |
| If dependents are already installed ensure their build dependencies (and requirements) don't end up in the dependency/requirement tree. Fixes #3033. | |||
| 2017-12-07 | formula_installer: fix default formula prune. | Mike McQuaid | |
| Only prune it if it's not already installed. Fixes bug with https://github.com/Homebrew/brew/pull/3479 Closes https://github.com/Homebrew/brew/pull/3535. | |||
| 2017-12-06 | Document HOMEBREW_FORCE_BREWED_CURL | Mike McQuaid | |
| Should have been in #3482. | |||
| 2017-12-06 | Add missing `to_s`. | Markus Reiter | |
| 2017-12-05 | Merge pull request #3318 from Git-Jiro/improve_audit | Markus Reiter | |
| Add audit check for URL schema | |||
| 2017-12-05 | Default environment filtering to on for all users. | Mike McQuaid | |
| 2017-12-05 | Use cask.url.user_agent when available | Martin Schimandl | |
| 2017-12-04 | brew-aspell-dictionaries: move to homebrew/core. | Mike McQuaid | |
| Experiment with moving this from Homebrew/brew to Homebrew/homebrew-core (to allow future additions of formula-specific `cmd`s). | |||
| 2017-12-03 | Implement linkage for Linux | Shaun Jackman | |
| 2017-12-03 | extend/pathname: Add os/linux/elf.rb | Shaun Jackman | |
| 2017-12-03 | Merge pull request #3522 from reitermarkus/caskroom | Markus Reiter | |
| Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`. | |||
| 2017-12-03 | x11_requirement: remove custom minimum version. | Mike McQuaid | |
| This isn't desired or needed. Ensure older code still works, though. | |||
| 2017-12-03 | Refactor: Move FormulaAudit.check_http_content to utils/curl | Martin Schimandl | |
| 2017-12-03 | Reuse FormulaAuditor to check Cask's URLs | Martin Schimandl | |
| 2017-12-03 | Add --head to curl to speedup audit | Martin Schimandl | |
| 2017-12-03 | Add audit check for URL schema | Martin Schimandl | |
| 2017-12-03 | Merge pull request #3515 from sjackman/popen | Mike McQuaid | |
| Utils.popen_read: Nonexistent program should fail | |||
| 2017-12-03 | Merge pull request #3516 from sjackman/system-config-version | Mike McQuaid | |
| config: Print the linked_version [Linux] | |||
| 2017-12-03 | Fix unused variable. | Markus Reiter | |
| 2017-12-03 | Also remove writer method for `Hbc.binarydir`. | Markus Reiter | |
| 2017-12-03 | Remove unused writer methods for `Hbc.caskroom` and `Hbc.cache`. | Markus Reiter | |
| 2017-12-03 | Merge pull request #3514 from reitermarkus/system_command | Markus Reiter | |
| Fix SystemCommand escaping … again. | |||
| 2017-12-02 | Utils.popen_read: Nonexistent program should fail | Shaun Jackman | |
| Ensure that $CHILD_STATUS.success? is false when the command does not exist. | |||
| 2017-12-02 | Revert extra deletion | L. E. Segovia | |
| 2017-12-02 | Rename whole build_options block (copypaste from reinstall) | L. E. Segovia | |
| 2017-12-02 | Delete `--ignore-dependencies` additions | L. E. Segovia | |
| 2017-12-02 | config: Print the linked_version [Linux] | Shaun Jackman | |
| Otherwise when the keg was installed but out-of-date, it would display "N/A". | |||
| 2017-12-02 | Merge pull request #3518 from GauthamGoli/audit_bug_fix | Mike McQuaid | |
| lines_cop: Convert ARGV audit to negative look ahead | |||
| 2017-12-02 | Merge pull request #3519 from sjackman/svn | Mike McQuaid | |
| Fix a test failure when svn is not installed | |||
| 2017-12-02 | Let the upgrade command add new build flags | L. E. Segovia | |
