aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac.rb
AgeCommit message (Expand)Author
2017-10-10Refactor `MacOS::languages`.Markus Reiter
2017-10-05os/mac: ignore apps found in Time Machine backups.Mike McQuaid
2017-09-27Revert "mach: Avoid reopening the file for relocation"ilovezfs
2017-09-25Merge pull request #3139 from woodruffw/macho-use-objectWilliam Woodruff
2017-09-25mach: Avoid reopening the file for relocationWilliam Woodruff
2017-09-24Rubocop: automatic rule fixes.Mike McQuaid
2017-09-24Rubocop 0.50 and target 2.3.Mike McQuaid
2017-09-21os/mac: support macOS High Sierra (10.13).FX Coudert
2017-09-10spelling: doesJosh Soref
2017-09-10spelling: directoriesJosh Soref
2017-09-08Revert "mach: Avoid reopening the file for relocation"ilovezfs
2017-08-28mach: Avoid reopening the file for relocationWilliam Woodruff
2017-06-06os/mac: add Xcode 9.0 Beta recognitionDominyk Tiller
2017-06-06os/mac: add Xcode 8.3.3 supportDominyk Tiller
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-04-19xcode: 8.3.2 is latest versionJCount
2017-03-28update latest versions of Xcode for 10.11 & 10.12EricFromCanada
2017-01-24Allow overriding MacOS.version.Markus Reiter
2016-12-30ENV: deprecate old methods.Mike McQuaid
2016-10-03Add `—language` option.Markus Reiter
2016-10-03Stub `MacOS.languages` instead of setting HOMEBREW_LANGUAGES.Markus Reiter
2016-10-03Add test for `language` stanza.Markus Reiter
2016-10-03Make `MacOS.language` less opinionated.Markus Reiter
2016-09-25RuboCop: MacOSMarkus Reiter
2016-09-22Remove old cctools references now that only ruby-macho is used.William Woodruff
2016-09-20Merge pull request #985 from MikeMcQuaid/drop-mavericksMike McQuaid
2016-09-19os/mac: fall back to old environment.Mike McQuaid
2016-09-18os/mac: mark Mavericks as outdated.Mike McQuaid
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17os/mac: officially support Sierra.Mike McQuaid
2016-09-11os/mac: fix Rubocop warnings.Mike McQuaid
2016-09-09Add language method to `OS::Mac`.Markus Reiter
2016-07-06development_tools: add installed? method. (#455)Mike McQuaid
2016-06-14mac: recognise Clang 800Dominyk Tiller
2016-05-22Remove LLVM-GCC support. (#252)Mike McQuaid
2016-05-10Move more methods to DevelopmentTools.Mike McQuaid
2016-05-08Make development tools code cross-platform.Mike McQuaid
2016-05-08Add support for testing generic OS.Mike McQuaid
2016-05-05xcode: expect 7.3.1 on 10.11Martin Afanasjew
2016-05-02Update Homebrew/homebrew references in codeMartin Afanasjew
2016-05-02Update Homebrew/homebrew references in commentsMartin Afanasjew
2016-04-22Reenable HOMEBREW_PREFER_64_BITMisty De Meo
2016-04-22Use GCC 4.2 as the default compiler when installedMisty De Meo
2016-04-22STANDARD_COMPILERS: add Xcode 2.0Misty De Meo
2016-04-22Mac: don't call xcrun on TigerMisty De Meo
2016-04-10xcode: expect 7.3 on 10.11Dominyk Tiller
2016-04-04Make Homebrew user agent consistent, use a slash.Mike McQuaid
2016-03-31More comments on SDK handling for >= Xcode 7ilovezfs
2016-03-31OS::Mac::sdk: remove ensure blockilovezfs