| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-22 | More deprecations. | Mike McQuaid | |
| Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented. | |||
| 2017-03-16 | Use a `Formulary`-like approach to load Casks. | Markus Reiter | |
| 2017-03-12 | Migrate legacy Caskroom. | Markus Reiter | |
| 2017-03-11 | Deprecate `#plural`. | Markus Reiter | |
| 2017-03-07 | Move legacy cache and caskroom code to `compat/*`. | Markus Reiter | |
| 2017-02-03 | Simplify `CaskLoader`. | Markus Reiter | |
| 2016-12-30 | Merge pull request #1701 from MikeMcQuaid/deprecate-std-superenv-stuff | Mike McQuaid | |
| ENV: deprecate old methods. | |||
| 2016-12-30 | ENV: deprecate old methods. | Mike McQuaid | |
| These should have been deprecated long ago but we didn’t really have the necessary framework to do so. | |||
| 2016-12-30 | Hide `update` from `brew cask help`. | Markus Reiter | |
| 2016-12-30 | Do not require `compat/hbc/cli/update` when `—no-compat` is specified. | Markus Reiter | |
| 2016-12-30 | Add warning to `brew cask help`. | Markus Reiter | |
| 2016-12-30 | Deprecate `brew cask update`. | Markus Reiter | |
| 2016-12-20 | Deprecate 32-bit options. | Mike McQuaid | |
| These were formerly supported but as it has been a very long time since 32-bit software was necessary on macOS these have been deprecated with a `brew audit` warning and a future `odeprecated`. | |||
| 2016-11-20 | compat: deprecate Utils::JSON in favor of corelib JSON. | William Woodruff | |
| 2016-11-06 | compat/sha1: disable SHA-1 support. | Mike McQuaid | |
| This has been deprecated for quite a while now so disabling seems reasonable. | |||
| 2016-10-15 | Convert `puts_columns` to `puts Formatter.columns`. | Markus Reiter | |
| 2016-10-12 | Deprecate apr requirement. | Mike McQuaid | |
| It's not used on enough configurations now that there's little point in keeping it around. See e.g. `:autoconf` for prior art. | |||
| 2016-10-09 | Fix getting cask path for queries. | Markus Reiter | |
| 2016-10-04 | Merge pull request #1145 from reitermarkus/module-function | Markus Reiter | |
| Use `module_function` for `Homebrew` module. | |||
| 2016-10-02 | Add compatibility layer for `module Homebrew`. | Markus Reiter | |
| 2016-10-01 | Add temporary compatibility layer for `Tty.white`. | Markus Reiter | |
| 2016-09-25 | RuboCop: MacOS | Markus Reiter | |
| 2016-09-23 | Style/Alias: Prefer `alias`. | Markus Reiter | |
| 2016-09-21 | Add compatibility for `MacOS.release`. | Markus Reiter | |
| 2016-09-19 | Unify .rubocopy.yml files. | Mike McQuaid | |
| 2016-09-04 | Merge pull request #201 from gregory-nisbet/feature-env-shells | Mike McQuaid | |
| --env: support more shells, allow explicit shell selection | |||
| 2016-08-18 | Rename bottle's revision to rebuild. | Mike McQuaid | |
| 2016-08-13 | gpg_requirement: rename to gpg2_requirement | Dominyk Tiller | |
| 2016-08-10 | move shell_profile to compat/utils.rb & deprecate | Greg Nisbet | |
| 2016-07-29 | compat/xcode: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/version: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/tap: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/sha1: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/pathname: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/md5: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/macos: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/language/haskell: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/keg: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/hardware: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/formula_specialities: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/formula: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/fails_with_llvm: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat/dependency_collector: cleanup style. | Mike McQuaid | |
| 2016-07-29 | compat: add Rubocop file. | Mike McQuaid | |
| 2016-07-06 | development_tools: add installed? method. (#455) | Mike McQuaid | |
| 2016-05-22 | Remove LLVM-GCC support. (#252) | Mike McQuaid | |
| At this point it's never a good compiler to use so let's just remove it. | |||
| 2016-05-13 | formula: deprecate startup_plist. | Mike McQuaid | |
| Closes #228. | |||
| 2016-05-08 | compat/macos: fix methods from 'development_tools' | Martin Afanasjew | |
| The previous fixes in c6dc50fcf05c8c4956ac86345360fefcb00f664e and ed9f7308b265944c27c833b9a2aaa0e911ff5667 were incomplete as they referenced `DeveloperTools`, but the actual name is `DevelopmentTools`. Also fixes indentation and a broken `MacOS.clang_version` (it was falsely redirecting to `DeveloperTools.llvm_build_version` ). References #219. References #220. | |||
| 2016-05-08 | compat/macos: add missing require. | Mike McQuaid | |
| Closes #220. | |||
| 2016-05-08 | compat/macos: add missing developer_tools methods. | Mike McQuaid | |
| Closes #219. | |||
