aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Expand)Author
2016-11-23audit: allow deprecated options on new @ formulae.Mike McQuaid
2016-11-21Merge pull request #1542 from woodruffw/deprecate-utils-jsonMike McQuaid
2016-11-21Merge pull request #1502 from reitermarkus/load-metadata-cask-fileMarkus Reiter
2016-11-21Merge pull request #1535 from umireon/cask-pkg-choiceMarkus Reiter
2016-11-21cc: don't filter -fopenmp for non-llvm_clang.Mike McQuaid
2016-11-21development_tools: return llvm_clang Version class.Mike McQuaid
2016-11-21development_tools: use begin/endMike McQuaid
2016-11-21version/null: add inspect method.Mike McQuaid
2016-11-21Merge pull request #1540 from woodruffw/audit-check-blacklistMike McQuaid
2016-11-20Replace Utils::JSON with corelib JSON calls.William Woodruff
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