aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/macos.rb
AgeCommit message (Collapse)Author
2018-01-09Add more deprecations, disable some existing ones.Mike McQuaid
Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
2017-11-05MACOS_*VERSION: move to compat.Mike McQuaid
2016-12-30ENV: 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-09-25RuboCop: MacOSMarkus Reiter
2016-09-21Add compatibility for `MacOS.release`.Markus Reiter
2016-07-29compat/macos: cleanup style.Mike McQuaid
2016-07-06development_tools: add installed? method. (#455)Mike McQuaid
2016-05-22Remove 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-08compat/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-08compat/macos: add missing require.Mike McQuaid
Closes #220.
2016-05-08compat/macos: add missing developer_tools methods.Mike McQuaid
Closes #219.
2013-10-22Avoid comparing MacOS.version to floatsJack Nagel
2013-10-18Rename MacOS to OS::MacJack Nagel
2013-05-10Reorganize compatJack Nagel