| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |||
| 2017-03-08 | style: improve Rubocop error handling. | Mike McQuaid | |
| - Check if the JSON is definitely invalid (< 2 characters) - Output the arguments that were passed to Rubocop | |||
| 2017-03-08 | keg: resolve rack aliases correctly. | Mike McQuaid | |
| Don't use the basename but instead use the Formulary logic for rack formula resolution. Fixes #2288. | |||
| 2017-03-08 | Refactor Cask `pkg` artifact. | Markus Reiter | |
| 2017-03-08 | Refactor Cask `uninstall` and `zap` stanza. | Markus Reiter | |
| 2017-03-08 | Create FormulaCop base class to reuse helper functions in custom cops | Gautham Goli | |
| 2017-03-08 | Merge pull request #2283 from reitermarkus/cask-cli-argumenterror | Markus Reiter | |
| Use `ArgumentError` instead of `CaskError` in `CLI`. | |||
| 2017-03-07 | pull: check Bintray mirror URLs | Zhiming Wang | |
| 2017-03-08 | Merge pull request #2284 from reitermarkus/cask-refactor-cli | Markus Reiter | |
| Refactor CLI options. | |||
| 2017-03-08 | Merge pull request #2286 from reitermarkus/redundant-utils | Markus Reiter | |
| Remove redundant `Utils`. | |||
| 2017-03-07 | determine_path: Fix tests FormulaUnavailableError | Shaun Jackman | |
| Fix the brew tests error: InstallTests#test_a_basic_install: FormulaUnavailableError: No available formula with the name "gcc" Library/Homebrew/formulary.rb:231:in `get_formula' Library/Homebrew/formulary.rb:259:in `factory' Library/Homebrew/extend/ENV/shared.rb:287:in `gcc_version_formula' Library/Homebrew/extend/ENV/super.rb:124:in `determine_path' Library/Homebrew/extend/ENV/super.rb:44:in `setup_build_environment' Library/Homebrew/build.rb:87:in `install' Library/Homebrew/build.rb:201:in `<main>' | |||
| 2017-03-07 | Remove redundant `Utils`. | Markus Reiter | |
| 2017-03-07 | Use `ArgumentError` instead of `CaskError` in `CLI`. | Markus Reiter | |
| 2017-03-07 | Merge pull request #2281 from reitermarkus/legacy-cache | Markus Reiter | |
| Move legacy cache and caskroom code to `compat/*`. | |||
| 2017-03-07 | Merge pull request #2282 from reitermarkus/cask-versions-string1.1.11 | Markus Reiter | |
| Make `timestamped_versions` return an array of strings. | |||
| 2017-03-07 | Merge pull request #2278 from reitermarkus/cask-_audit_modified_casks | Markus Reiter | |
| Refactor `brew cask _audit_modified_casks`. | |||
| 2017-03-07 | Merge pull request #2280 from sjackman/bottle-mismatches | Markus Reiter | |
| bottle: Remove superfluous odie | |||
| 2017-03-07 | Move legacy cache and caskroom code to `compat/*`. | Markus Reiter | |
| 2017-03-07 | Merge pull request #2277 from reitermarkus/require | Markus Reiter | |
| Use Homebrew’s `require?`. | |||
| 2017-03-07 | Refactor CLI options. | Markus Reiter | |
| 2017-03-06 | Make `timestamped_versions` return an array of strings. | Markus Reiter | |
| 2017-03-06 | Move `legacy_cache` outside of `Locations`. | Markus Reiter | |
| 2017-03-06 | bottle: Remove superfluous odie | Shaun Jackman | |
| 2017-03-06 | Merge pull request #2276 from johnhawkinson/dstypo | Mike McQuaid | |
| download_strategy: docstring typo Gtthub -> Github | |||
| 2017-03-06 | Merge pull request #2272 from EricFromCanada/master | Mike McQuaid | |
| Add more flags and descriptions to man pages. | |||
