aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
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.
2016-10-26uninstall: remove more integration testsAlyssa Ross
2016-10-26test_uninstall: style fixesAlyssa Ross
2016-10-25uninstall: document --ignore-dependenciesAlyssa Ross
2016-10-25uninstall: go easier on the integration testsAlyssa Ross
2016-10-25uninstall: test should_check_for_dependents?Alyssa Ross
2016-10-25uninstall, keg: update styleAlyssa Ross
2016-10-25uninstall: remove duplicated methodAlyssa Ross
This was moved to Keg, but looks like I forgot to get rid of it here.
2016-10-25missing: document --hideAlyssa Ross
2016-10-25ARGV: extract #values from missingAlyssa Ross
2016-10-25uninstall: call Formula#missing_dependencies directlyAlyssa Ross
2016-10-25missing: call Formula#missing_dependencies directlyAlyssa Ross
2016-10-25missing_deps: extract formula instance methodAlyssa Ross
2016-10-25uninstall: don't use unless ||Alyssa Ross
2016-10-25uninstall: only <=1 Diagnostic.missing_deps callAlyssa Ross
2016-10-25Revert "keg: fallback to missing_deps if deps not in tab"Alyssa Ross
This reverts commit da1caba17c624f03fa8e6fbe59683f57fb7ac17a.
2016-10-25keg: fallback to missing_deps if deps not in tabAlyssa Ross
2016-10-25missing: simplify code a bitAlyssa Ross
2016-10-25missing: add tests for not missing and hideAlyssa Ross
2016-10-25missing: allow hiding specified formulaeilovezfs
2016-10-25uninstall: style fixesAlyssa Ross