aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2016-11-20compat: deprecate Utils::JSON in favor of corelib JSON.William Woodruff
2016-11-21cask: compact the codeKaito Udagawa
2016-11-20Merge pull request #1130 from aw1621107/allow-brew-llvm-for-openmpMike McQuaid
2016-11-20Merge pull request #1537 from umireon/nonfatal-requirement-message-onceMike McQuaid
2016-11-20install: print nothing if `@requirement_messages` is a String or nilKaito Udagawa
2016-11-20audit: check formula name against blacklisted names.William Woodruff
2016-11-20cask: Call Tempfile#close(true) with the choices file to ensure it deletedKaito Udagawa
2016-11-19cask: use Tempfile and some style fixesKaito Udagawa
2016-11-19Remove kernel extensions specified in `uninstall :kext`.Markus Reiter
2016-11-18Load cask file in `.metadata` directory directly.Markus Reiter
2016-11-19cask: add the choices option to pkg stanzaKaito Udagawa
2016-11-19install: suppress redundunt warnings with `depends_on` requirementKaito Udagawa
2016-11-18Merge pull request #1515 from alyssais/formula_cacheMike McQuaid
2016-11-18testbottest: don't use TEST_FIXTURE_DIR.Mike McQuaid
2016-11-18Prefer brewed Clang over gcc-6 for needs :openmpAlex Wang
2016-11-18Merge pull request #1528 from MikeMcQuaid/audit-devel-revisionMike McQuaid
2016-11-18Merge pull request #1529 from MikeMcQuaid/uninstall-ignore-deprecationsMike McQuaid
2016-11-18Merge pull request #1530 from MikeMcQuaid/audit-homebrew-prefix-test-pathMike McQuaid
2016-11-18install: add tests with custom requirementsKaito Udagawa
2016-11-18uninstall: ignore deprecations when uninstalling.Mike McQuaid
2016-11-18audit: check for HOMEBREW_PREFIX test path usage.Mike McQuaid
2016-11-18Merge pull request #1512 from zmwangx/bump-formula-pr-user-supplied-messageMike McQuaid
2016-11-18Merge pull request #1534 from woodruffw/use-core-jsonMike McQuaid
2016-11-17utils/json: Replace OkJson with Ruby's core JSON.William Woodruff
2016-11-17tests: ignore test files in test/vendor/bundleJosh Hagins
2016-11-17formula: update test_fixtures pathZhiming Wang
2016-11-17bump-formula-pr: add --message optionZhiming Wang
2016-11-17audit: don't check devel version_scheme/revision.Mike McQuaid
2016-11-17Merge pull request #1520 from vladshablinsky/list_follow_aliasesMike McQuaid
2016-11-17formula: make cache clearing methods, *ahem*, clearerAlyssa Ross
2016-11-17Revert "uninstall: skip some flaky tests for now."Alyssa Ross
2016-11-17tab: clear Formula.installed cache when created.Alyssa Ross
2016-11-16Move test files back directly to `test/`.Markus Reiter
2016-11-16Require `integration_command_test_case` in `testing_env`.Markus Reiter
2016-11-16Separate `Homebrew::TestCase` from `testing_env`.Markus Reiter
2016-11-16Move `integration_mocks` to `test/support/helper`.Markus Reiter
2016-11-16Move all remaining fixtures to `test/support/fixtures`.Markus Reiter
2016-11-16Rename `fs_leak_log` to `fs_leak.log` and move to `tmp`.Markus Reiter
2016-11-16Update `.rubocop_todo.yml`.Markus Reiter
2016-11-16Reorder and rename test files.Markus Reiter
2016-11-16Merge pull request #1522 from MikeMcQuaid/audit-one-previous-commit1.1.1Mike McQuaid
2016-11-16audit: only check previous formula version.Mike McQuaid
2016-11-16audit: check that there are any stable revisions.Mike McQuaid
2016-11-16cmd/list: follow aliasesUladzislau Shablinski
2016-11-15hbc/cmd/style: bump rubocop-cask to 0.10.6Josh Hagins
2016-11-15Merge pull request #1510 from MikeMcQuaid/uninstall-no-nilsMike McQuaid
2016-11-15Merge pull request #1509 from MikeMcQuaid/development-tools-no-nil-versionsMike McQuaid
2016-11-15development_tools: don't create Versions from `nil`Mike McQuaid
2016-11-15uninstall: remove nil requireds/dependentsMike McQuaid
2016-11-15uninstall: skip some flaky tests for now.Mike McQuaid