| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-12 | Add `#installed_caskfile` method to `Cask` class. | Markus Reiter | |
| 2017-03-12 | Use `CaskLoader.load_from_file` in `Auditor`. | Markus Reiter | |
| 2017-03-12 | Merge pull request #2322 from ↵ | Mike McQuaid | |
| MikeMcQuaid/autoupdate-stop-skipping-no-formula-taps update: stop autoupdate skipping no formula taps. | |||
| 2017-03-12 | keg: Skip relocation when dylib ID/install name doesn't change. | William Woodruff | |
| 2017-03-12 | Merge pull request #2249 from Numbermaniac/remove-caskroom-io-2 | Vítor Galvão | |
| Change instances of caskroom.io to caskroom.github.io | |||
| 2017-03-12 | Change instances of caskroom.io to caskroom.github.io | Numbermaniac | |
| 2017-03-12 | Merge pull request #2320 from reitermarkus/migrate-legacy-caskroom | Markus Reiter | |
| Migrate legacy Caskroom. | |||
| 2017-03-12 | update: stop autoupdate skipping no formula taps. | Mike McQuaid | |
| This will be slightly slower if you have a bunch of non-formula (i.e. command or cask) taps but it avoids the confusion of having Homebrew saying it's updated when it only did so selectively. Fixes #1946. | |||
| 2017-03-12 | Merge pull request #2318 from reitermarkus/remove-old-caskfiles | Vítor Galvão | |
| Remove old metadata when installing with `--force`. | |||
| 2017-03-11 | Removed Hbc:: | Nath Tumlin | |
| 2017-03-11 | Moved highlight_installed from utils.rb to search.rb | Nath Tumlin | |
| 2017-03-11 | Updated highlight_installed to use Cask.installed? | Nath Tumlin | |
| 2017-03-12 | Migrate legacy Caskroom. | Markus Reiter | |
| 2017-03-11 | Speed up checking if cask is installed in search | Nath Tumlin | |
| Switched from loading a cask and checking the installed? variable to checking for it in the caskroom directory like search does outside cask | |||
| 2017-03-11 | Merge pull request #2314 from reitermarkus/formatter-pluralize | Markus Reiter | |
| Replace `#plural` by `Formatter::pluralize`. | |||
| 2017-03-11 | Deprecate `#plural`. | Markus Reiter | |
| 2017-03-11 | Add test for `Formatter::pluralize`. | Markus Reiter | |
| 2017-03-11 | Add `Formatter::pluralize`. | Markus Reiter | |
| 2017-03-11 | Remove old metadata when installing with `--force`. | Markus Reiter | |
| 2017-03-11 | Merge pull request #2319 from EricFromCanada/master | Mike McQuaid | |
| docs: update Brew Test Bot screen shots | |||
| 2017-03-11 | docs: update Brew Test Bot screen shots | EricFromCanada | |
| 2017-03-11 | Merge pull request #2312 from MikeMcQuaid/hardware-dunno-native | Mike McQuaid | |
| hardware: use march=native for generic module. | |||
| 2017-03-11 | Merge pull request #2292 from MikeMcQuaid/fix-shallow-clone-tests | Mike McQuaid | |
| test: fix tests with a shallow clone. | |||
| 2017-03-11 | Merge pull request #2313 from vszakats/patch-2 | Mike McQuaid | |
| java_requirement.rb: use HTTPS in Java Platform URL | |||
| 2017-03-11 | Merge pull request #2315 from reitermarkus/hombrew-typo | Markus Reiter | |
| Fix “Hombrew” typo. | |||
| 2017-03-11 | Merge pull request #2303 from reitermarkus/fix-pkg-not-uninstalling-apps | Markus Reiter | |
| Fix `uninstall :pkgutil` leaving empty `.app` directories. | |||
| 2017-03-11 | Fix “Hombrew” typo. | Markus Reiter | |
| 2017-03-11 | java_requirement.rb: use HTTPS in Java Platform URL | Viktor Szakats | |
| It's redirected to cleartext, though this URL will be opened in a browser so it won't be something hidden, and maybe Oracle will fix this in the future. | |||
| 2017-03-11 | env: make prepend_path ignore system paths | ilovezfs | |
| `ENV.prepend_path "PATH", which("emacs").dirname` in the emacs requirement was causing us to end up invoking /usr/bin/clang instead of /usr/local/Homebrew/Library/Homebrew/shims/super/clang. | |||
| 2017-03-11 | Save flags in `with_full_permissions`. | Markus Reiter | |
| 2017-03-11 | Fix `uninstall :pkgutil` leaving empty `.app` directories. | Markus Reiter | |
| 2017-03-11 | hardware: use march=native for generic module. | Mike McQuaid | |
| This matches Linux where this behaviour was original imported from. | |||
| 2017-03-11 | Merge pull request #2299 from reitermarkus/cask-refactor-artifacts | Markus Reiter | |
| Refactor artifacts. | |||
| 2017-03-11 | Merge pull request #2310 from rwhogg/remove-python-casks | Mike McQuaid | |
| Python requirements: Remove casks | |||
| 2017-03-11 | Merge pull request #2307 from sjackman/linux-cpu-arm | Mike McQuaid | |
| linux: Add ARM to CPU.type | |||
| 2017-03-10 | Added highlighting of installed casks to cask search | Nath Tumlin | |
| 2017-03-10 | Python requirements: Remove casks | Bob W. Hogg | |
| Neither python nor python3 are available from Caskroom. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-03-10 | linux: Add ARM to CPU.type | Shaun Jackman | |
| 2017-03-10 | Merge pull request #2298 from sjackman/super-cc-llvm_clang | Mike McQuaid | |
| super/cc: Fix --cc=llvm_clang invoked as clang | |||
| 2017-03-10 | test: fix tests with a shallow clone. | Mike McQuaid | |
| In this case `HOMEBREW_VERSION` is `>1.1.0 (no git repository)` so these tests failed. This was the cause of the Homebrew/homebrew-test-bot Linux CI failures as it was testing a shallow clone. | |||
| 2017-03-10 | Refactor artifacts. | Markus Reiter | |
| 2017-03-08 | super/cc: Fix --cc=llvm_clang invoked as clang | Shaun Jackman | |
| Fix the error: brew sh --cc=llvm_clang <<<'clang --version' Failed to execute llvm_clang --version | |||
| 2017-03-08 | Merge pull request #2289 from reitermarkus/cask-refactor-uninstall | Markus Reiter | |
| Refactor `pkg`, `uninstall`, and `zap` artifacts. | |||
| 2017-03-08 | Merge pull request #2293 from reitermarkus/cask-version | Markus Reiter | |
| Move `brew cask --version` into separate file. | |||
| 2017-03-08 | Merge pull request #2294 from reitermarkus/cask-chmod-binary | Markus Reiter | |
| Always `chmod +x` `binary` stanzas. | |||
| 2017-03-08 | Merge pull request #2291 from MikeMcQuaid/style-rubocop-improve-errors | Mike McQuaid | |
| style: improve Rubocop error handling. | |||
| 2017-03-08 | Always `chmod +x` `binary` stanzas. | Markus Reiter | |
| 2017-03-08 | Move `brew cask --version` into separate file. | Markus Reiter | |
| 2017-03-08 | Merge pull request #2290 from MikeMcQuaid/keg-resolve-rack-aliases | Mike McQuaid | |
| keg: resolve rack aliases correctly. | |||
| 2017-03-08 | Merge pull request #2252 from zmwangx/audit-no-warn-brew-mirror-url | Mike McQuaid | |
| audit: do not warn about reachability of `brew mirror`ed URL | |||
