aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2016-11-05os/mac/diagnostic: split some unless conditions.Mike McQuaid
2016-11-05diagnostic: add checks for minimum Xcode/CLT versions.Mike McQuaid
2016-11-05xcode: add checks for Xcode/CLT minimum versions.Mike McQuaid
2016-11-05Merge pull request #1413 from zmwangx/update-preinstall-messageMike McQuaid
brew.sh: display message when auto update runs for too long
2016-11-04Merge pull request #1442 from ihatetoregister/patch-1Mike McQuaid
Added a hint how to link a formula that is installed but not linked
2016-11-05Added a hint how to link a formula that is installed but not linkedihatetoregister
2016-11-04diagnostics: whitelist dylib installed by SentinelOneJosh Hagins
2016-11-04Add static libs and dylibs commonly put in /usr/local/lib by Symantec ↵James Young
Endpoint Protection to the brew doctor white lists
2016-11-03audit: Escape interpolated string in regexpBaptiste Fontaine
This avoids issues with names containing special characters like e.g. [ Fixes #1431
2016-11-03Merge pull request #1429 from mandarg/fix-few-typosMike McQuaid
Correct a few typos
2016-11-03Merge pull request #1427 from MikeMcQuaid/rubocop-exclude-more-tapsMike McQuaid
rubocop: exclude more tap dirs from hash rockets.
2016-11-03Correct a few typosMandar Gokhale
...and update man pages where applicable
2016-11-02brew.sh: communicate when autoupdate runs for longZhiming Wang
This will ease user anxiety when `brew install foo' is typed but nothing seems to happen.
2016-11-02Merge pull request #1424 from MikeMcQuaid/audit-more-test-systemMike McQuaid
audit: check more unscoped test calls.
2016-11-02rubocop: 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-02audit: restore check that was lost in #927Steven 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-02audit: stricter test system calls check.Mike McQuaid
Ensure that the name is suffixed with whitespace or quotes.
2016-11-02formulary: 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-02audit: check more unscoped test calls.Mike McQuaid
Also check `def test`, `shell_output`, `pipe_output` and method calls using parentheses.
2016-11-02Merge pull request #1368 from MikeMcQuaid/build-options-fileMike McQuaid
build: write options to file.
2016-11-02Merge pull request #1369 from MikeMcQuaid/boneyard-reasonMike McQuaid
boneyard-formula-pr: add reason argument.
2016-11-02Merge pull request #1370 from MikeMcQuaid/better-github-scopesMike McQuaid
Improve GitHub API scopes output.
2016-11-02Merge pull request #1411 from MikeMcQuaid/audit-check-version-no-decreaseMike McQuaid
audit: check the stable version does not decrease.
2016-11-02superenv: prune -Wl,-z,defs when refurbishingilovezfs
`-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-01keg_relocate: don't forget the hard linksJosh Hagins
2016-11-01keg_relocate: fix ordering of replacementsJosh Hagins
2016-10-31Update latest clang version for 10.12Robin Kunde
2016-10-31Update macOS Xcode tool checks do use Version class for comparisons instead ↵Robin Kunde
of strings
2016-10-30build: 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-30boneyard-formula-pr: add reason argument.Mike McQuaid
Used to provide a user-facing reason why this formula was boneyarded.
2016-10-30Improve 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-30audit: don't check new formulae revision/versions.Baptiste Fontaine
2016-10-30audit: check the version does not decrease.Mike McQuaid
This will prevent brew upgrade from working correctly.
2016-10-30Merge pull request #1402 from MikeMcQuaid/audit-system-testMike McQuaid
audit: check test system calls are fully scoped.
2016-10-30Merge pull request #1367 from MikeMcQuaid/audit-check-master-branchMike McQuaid
audit: check for master branch tar/zipballs.
2016-10-30Merge 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-30docs: fix typo for brew missingAlyssa Ross
2016-10-30Revert "audit: check the version does not decrease."Mike McQuaid
2016-10-30Merge pull request #1400 from reitermarkus/move-bundle-pathMarkus Reiter
Move `test/vendor/bundle` to `vendor/bundle`.
2016-10-29audit: 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-29audit: check for master branch tar/zipballs.Mike McQuaid
These have unstable checksums and aren't the tagged, stable releases we require.
2016-10-29Merge pull request #1366 from MikeMcQuaid/audit-check-version-decreaseMike McQuaid
audit: check the version does not decrease.
2016-10-29Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.Markus Reiter
2016-10-29Merge pull request #1398 from MikeMcQuaid/update-test-new-tag-fixilovezfs
update-test: fix --to-tag failure on new tag.
2016-10-29Merge pull request #1361 from jawshooah/cask/refactor-auditorJosh Hagins
hbc/auditor: refactor and fix bug
2016-10-29update-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-29superenv: treat timingsafe_bcmp as weak on 10.11ilovezfs
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-28Updated latest versions since XCode 8.1 releasedersvenhesse
2016-10-27XCode 8.1 is stabledersvenhesse
2016-10-26Redirect 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.