| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | 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 | Fix a test failure when svn is not installed | Shaun Jackman | |
| 2017-12-02 | lines_cop: Convert ARGV audit to negative look ahead | Gautham Goli | |
| 2017-12-01 | Hardware::CPU: Implement OS-agnostic methods | Shaun Jackman | |
| 2017-12-02 | Simplify `PATH` usage in `Formula`. | Markus Reiter | |
| 2017-12-02 | Support environment filtering in Casks. | Markus Reiter | |
| 2017-12-01 | Fix SystemCommand escaping … again. | Markus Reiter | |
| 2017-11-30 | Merge pull request #3505 from MikeMcQuaid/unify-proxy-docs | Mike McQuaid | |
| Unify proxy documentation. | |||
| 2017-11-30 | Unify proxy documentation. | Mike McQuaid | |
| Specify under the list of environment variables how to set each of those that we passthrough and use. | |||
| 2017-11-30 | Merge pull request #3509 from MikeMcQuaid/version-null-to-i | Mike McQuaid | |
| version/null: add to_i method. | |||
| 2017-11-30 | version/null: add to_i method. | Mike McQuaid | |
| Fixes #3504. | |||
| 2017-11-30 | Merge pull request #3506 from MikeMcQuaid/cleaner_spec_os | Mike McQuaid | |
| cleaner_spec: have a single "cleans files" test. | |||
| 2017-11-29 | Merge pull request #3486 from sjackman/portable-ruby-arm | Mike McQuaid | |
| vendor-install: Add ARM bottle for portable-ruby | |||
| 2017-11-29 | cleaner_spec: have a single "cleans files" test. | Mike McQuaid | |
| This avoids noting the the Linux test as "pending" on Mac. | |||
| 2017-11-29 | Merge pull request #3492 from amyspark/fix-latest-casks | Markus Reiter | |
| Properly upgrade Casks with version :latest | |||
| 2017-11-29 | Merge pull request #3495 from reitermarkus/cask-external-commands | Markus Reiter | |
| Fix external Cask commands. | |||
| 2017-11-29 | Merge pull request #3498 from lbergelson/lb_add_sentinel_one_whitelist | Mike McQuaid | |
| whitelisting additional SentinelOne dylib pattern | |||
| 2017-11-29 | Leftover of @reitermarkus's comments | L. E. Segovia | |
| Simplify a condition | |||
| 2017-11-29 | Implement @reitermarkus's comments | L. E. Segovia | |
| Leftover && and remove xattr "copy" | |||
| 2017-11-28 | Remove unused backup and metadata logic | L. E. Segovia | |
| 2017-11-29 | Fix external Cask commands. | Markus Reiter | |
| 2017-11-28 | whitelisting additional SentinelOne dylib pattern | Louis Bergelson | |
| it seems like SentinelOne is now using dylibs that include a number, possibly randomized in some way this causes brew doctor to give a warning, but it should probably be ignored like the previous versions of the sentinel dylib updating diagnostic.rb to include a new pattern to ignore dylibs of the form sentinel-*.dylib | |||
| 2017-11-28 | Fully separate purge_versioned_files | L. E. Segovia | |
| 2017-11-28 | Only show `kext` caveat on High Sierra or above. | Markus Reiter | |
| 2017-11-28 | Rename purge_backed_versioned_files to purge_backed_up_versioned_files | L. E. Segovia | |
| 2017-11-28 | Try #2 at handling backed up Casks | L. E. Segovia | |
| Avoid using variables altogether; fork out the purge into two specialized + one common function | |||
| 2017-11-28 | Always backup the old Cask prior to upgrade | L. E. Segovia | |
| (and if doing so, correctly set the staged_path when purging it) | |||
| 2017-11-28 | Use the proper path when purging metadata | L. E. Segovia | |
| 2017-11-28 | Solve styling and metadata issues | L. E. Segovia | |
| 2017-11-28 | Stage to a different directory if upgrading Casks w/version :latest | L. E. Segovia | |
| 2017-11-28 | Test upgrade for Casks with version :latest | L. E. Segovia | |
| 2017-11-28 | Fix `_stanza` test. | Markus Reiter | |
| 2017-11-28 | Refactor caveats and add `kext` caveat. | Markus Reiter | |
| 2017-11-27 | Merge pull request #3396 from amyspark/hacktoberfest-upgrade | Markus Reiter | |
| Implement `brew cask upgrade` | |||
| 2017-11-27 | vendor-install: Add ARM bottle for portable-ruby | Shaun Jackman | |
| 2017-11-27 | Merge pull request #3487 from MikeMcQuaid/dev-env-filtering | Mike McQuaid | |
| Enable environment filtering for developers. | |||
| 2017-11-27 | More environment filtering fixes | Mike McQuaid | |
| - Make `brew pull` pass through Git environment variables - Whitelist all `TRAVIS_` variables. | |||
