| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-05 | os/mac/diagnostic: split some unless conditions. | Mike McQuaid | |
| 2016-11-05 | diagnostic: add checks for minimum Xcode/CLT versions. | Mike McQuaid | |
| 2016-11-05 | xcode: add checks for Xcode/CLT minimum versions. | Mike McQuaid | |
| 2016-11-05 | Merge pull request #1413 from zmwangx/update-preinstall-message | Mike McQuaid | |
| brew.sh: display message when auto update runs for too long | |||
| 2016-11-04 | Merge pull request #1442 from ihatetoregister/patch-1 | Mike McQuaid | |
| Added a hint how to link a formula that is installed but not linked | |||
| 2016-11-05 | Added a hint how to link a formula that is installed but not linked | ihatetoregister | |
| 2016-11-04 | diagnostics: whitelist dylib installed by SentinelOne | Josh Hagins | |
| 2016-11-04 | Add static libs and dylibs commonly put in /usr/local/lib by Symantec ↵ | James Young | |
| Endpoint Protection to the brew doctor white lists | |||
| 2016-11-03 | audit: Escape interpolated string in regexp | Baptiste Fontaine | |
| This avoids issues with names containing special characters like e.g. [ Fixes #1431 | |||
| 2016-11-03 | Merge pull request #1429 from mandarg/fix-few-typos | Mike McQuaid | |
| Correct a few typos | |||
| 2016-11-03 | Merge pull request #1427 from MikeMcQuaid/rubocop-exclude-more-taps | Mike McQuaid | |
| rubocop: exclude more tap dirs from hash rockets. | |||
| 2016-11-03 | Correct a few typos | Mandar Gokhale | |
| ...and update man pages where applicable | |||
| 2016-11-02 | brew.sh: communicate when autoupdate runs for long | Zhiming Wang | |
| This will ease user anxiety when `brew install foo' is typed but nothing seems to happen. | |||
| 2016-11-02 | Merge pull request #1424 from MikeMcQuaid/audit-more-test-system | Mike McQuaid | |
| audit: check more unscoped test calls. | |||
| 2016-11-02 | rubocop: exclude more tap dirs from hash rockets. | Mike McQuaid | |
| This is useful for e.g. homebrew/bundle that doesn't live in just `cmd`. | |||
| 2016-11-02 | audit: restore check that was lost in #927 | Steven Peters | |
| This audit check ensures that certain build dependencies are explicitly marked either as `:build` or `:run`. It seems to have been lost in #927. It was also adjusted in #1290. | |||
| 2016-11-02 | audit: stricter test system calls check. | Mike McQuaid | |
| Ensure that the name is suffixed with whitespace or quotes. | |||
| 2016-11-02 | formulary: migrate fully-scoped formulae names. | Mike McQuaid | |
| e.g. allow `brew install some/tap/formula` to look that formula up in another tap if it has been migrated. Also, add a deprecation message to point people towards the correct naming. | |||
| 2016-11-02 | audit: check more unscoped test calls. | Mike McQuaid | |
| Also check `def test`, `shell_output`, `pipe_output` and method calls using parentheses. | |||
| 2016-11-02 | Merge pull request #1368 from MikeMcQuaid/build-options-file | Mike McQuaid | |
| build: write options to file. | |||
| 2016-11-02 | Merge pull request #1369 from MikeMcQuaid/boneyard-reason | Mike McQuaid | |
| boneyard-formula-pr: add reason argument. | |||
| 2016-11-02 | Merge pull request #1370 from MikeMcQuaid/better-github-scopes | Mike McQuaid | |
| Improve GitHub API scopes output. | |||
| 2016-11-02 | Merge pull request #1411 from MikeMcQuaid/audit-check-version-no-decrease | Mike McQuaid | |
| audit: check the stable version does not decrease. | |||
| 2016-11-02 | superenv: prune -Wl,-z,defs when refurbishing | ilovezfs | |
| `-Wl,-z,defs` should be pruned out entirely since `-z defs` is not understood by macOS's `ld`, and the analogue `-undefined error` is already the default. | |||
| 2016-11-01 | keg_relocate: don't forget the hard links | Josh Hagins | |
| 2016-11-01 | keg_relocate: fix ordering of replacements | Josh Hagins | |
| 2016-10-31 | Update latest clang version for 10.12 | Robin Kunde | |
| 2016-10-31 | Update macOS Xcode tool checks do use Version class for comparisons instead ↵ | Robin Kunde | |
| of strings | |||
| 2016-10-30 | build: write options to file. | Mike McQuaid | |
| These can be useful for later inspection or upload by `gist-logs` if there's a failed install and it's unclear from logs alone what options were used. | |||
| 2016-10-30 | boneyard-formula-pr: add reason argument. | Mike McQuaid | |
| Used to provide a user-facing reason why this formula was boneyarded. | |||
| 2016-10-30 | Improve GitHub API scopes output. | Mike McQuaid | |
| Improve the GitHub API scope and token related messaging by autopopulating the scopes we need on the new scopes page and, in the case of a lacking a scope we need, output what scope was required. Also, DRY up the personal access token code. | |||
| 2016-10-30 | audit: don't check new formulae revision/versions. | Baptiste Fontaine | |
| 2016-10-30 | audit: check the version does not decrease. | Mike McQuaid | |
| This will prevent brew upgrade from working correctly. | |||
| 2016-10-30 | Merge pull request #1402 from MikeMcQuaid/audit-system-test | Mike McQuaid | |
| audit: check test system calls are fully scoped. | |||
| 2016-10-30 | Merge pull request #1367 from MikeMcQuaid/audit-check-master-branch | Mike McQuaid | |
| audit: check for master branch tar/zipballs. | |||
| 2016-10-30 | Merge pull request #1395 from ↵ | ilovezfs | |
| ilovezfs/superenv-mark-timingsafe_bcmp-weak-on-10.11 superenv: treat timingsafe_bcmp as weak on 10.11 | |||
| 2016-10-30 | docs: fix typo for brew missing | Alyssa Ross | |
| 2016-10-30 | Revert "audit: check the version does not decrease." | Mike McQuaid | |
| 2016-10-30 | Merge pull request #1400 from reitermarkus/move-bundle-path | Markus Reiter | |
| Move `test/vendor/bundle` to `vendor/bundle`. | |||
| 2016-10-29 | audit: check test system calls are fully scoped. | Mike McQuaid | |
| This doesn't matter for everything but it does for the binaries that are installed. Have a limited name/alias check when not installed and a better one that iterates bin/sbin if installed. | |||
| 2016-10-29 | audit: check for master branch tar/zipballs. | Mike McQuaid | |
| These have unstable checksums and aren't the tagged, stable releases we require. | |||
| 2016-10-29 | Merge pull request #1366 from MikeMcQuaid/audit-check-version-decrease | Mike McQuaid | |
| audit: check the version does not decrease. | |||
| 2016-10-29 | Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`. | Markus Reiter | |
| 2016-10-29 | Merge pull request #1398 from MikeMcQuaid/update-test-new-tag-fix | ilovezfs | |
| update-test: fix --to-tag failure on new tag. | |||
| 2016-10-29 | Merge pull request #1361 from jawshooah/cask/refactor-auditor | Josh Hagins | |
| hbc/auditor: refactor and fix bug | |||
| 2016-10-29 | update-test: fix --to-tag failure on new tag. | Mike McQuaid | |
| Without this updating to a tag will always have the same start commit and end commit as there's been no updates to `master` since the tag was created. | |||
| 2016-10-29 | superenv: treat timingsafe_bcmp as weak on 10.11 | ilovezfs | |
| Xcode 8.1 added timingsafe_bcmp to string.h and libsystem_c.tbd, and 10.12.1 added it to libsystem_c.dylib, but it is not present in libsystem_c.dylib on 10.11.6 (15G1108). It may appear in libsystem_c.dylib in a later 10.11 release or it may be marked weak on 10.11 in a later Xcode release. Fixes Homebrew/homebrew-core#6344. | |||
| 2016-10-28 | Updated latest versions since XCode 8.1 release | dersvenhesse | |
| 2016-10-27 | XCode 8.1 is stable | dersvenhesse | |
| 2016-10-26 | Redirect stderr output from git (shim) invocations to /dev/null. | William Woodruff | |
| These invocations occur before we can actually automatically install git via bottle, and as such their output isn't relevant. | |||
