| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-15 | formula_installer: need up to date req formulae. | Mike McQuaid | |
| This makes them behave consistently to other dependencies. Otherwise other checks for them being `installed?` will fail. Fixes #2333 Closes #2302 Fixes https://github.com/Homebrew/homebrew-science/issues/5247 | |||
| 2017-03-15 | Merge pull request #2326 from vszakats/sprot | Mike McQuaid | |
| secure urls + remove -k from in-doc curl command | |||
| 2017-03-15 | Merge pull request #2311 from nath/highlightInstalledCasks | Markus Reiter | |
| Added highlighting of installed casks to cask search | |||
| 2017-03-14 | Merge pull request #2342 from reitermarkus/cask-dsl-param | Markus Reiter | |
| Remove `dsl` parameter from `Cask::new`. | |||
| 2017-03-14 | secure urls + remove -k from in-doc curl command | Viktor Szakats | |
| 2017-03-14 | Remove `dsl` parameter from `Cask::new`. | Markus Reiter | |
| 2017-03-14 | Update RuboCop-Cask to 0.12.0. | Markus Reiter | |
| 2017-03-14 | Merge pull request #2336 from sjackman/hardware-penryn-native | Mike McQuaid | |
| OPTIMIZATION_FLAGS: Use -march=native for Penryn | |||
| 2017-03-13 | Fixed test case wording | Nath Tumlin | |
| 2017-03-13 | Style changes | Nath Tumlin | |
| 2017-03-13 | OPTIMIZATION_FLAGS: Use -march=native for Penryn | Shaun Jackman | |
| Use -march=native for Penryn as for other systems rather than -march=core2 -msse4.1. | |||
| 2017-03-13 | Added tests for highlight installed and fixed style errors | Nath Tumlin | |
| 2017-03-13 | Default to `sudo: false` for `installer/uninstall :script`. | Markus Reiter | |
| 2017-03-13 | Merge pull request #2329 from Homebrew/revert-1877-audit-wine-deps-exemption | Mike McQuaid | |
| Revert "audit: exempt wine's deps from the universal deprecation" | |||
| 2017-03-12 | Merge pull request #2328 from reitermarkus/installed-caskfile | Markus Reiter | |
| Add `#installed_caskfile` method to `Cask` class. | |||
| 2017-03-12 | Merge pull request #2327 from reitermarkus/auditor | Markus Reiter | |
| Use `CaskLoader.load_from_file` in `Auditor`. | |||
| 2017-03-12 | Merge pull request #2324 from woodruffw/skip-pointless-relocations | William Woodruff | |
| keg: Skip relocation when dylib ID/install name doesn't change. | |||
| 2017-03-12 | Revert "audit: exempt wine's deps from the universal deprecation" | ilovezfs | |
| 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 | 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 | 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 #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 | |
