aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac.rb
AgeCommit message (Expand)Author
2016-03-31More comments on SDK handling for >= Xcode 7ilovezfs
2016-03-31OS::Mac::sdk: remove ensure blockilovezfs
2016-03-31Xcode 7 MACOSX_DEPLOYMENT_TARGET and SDK fixesilovezfs
2016-02-07os/mac: add Xcode 7.2.1Dominyk Tiller
2016-02-03os/mac: optionally use ruby_macho.William Woodruff
2016-01-25os/mac: hide GCC warnings in `config` output.Mike McQuaid
2016-01-19os/mac: use start_with? when possibleBaptiste Fontaine
2016-01-09os/mac: add outdated_release? method.Mike McQuaid
2015-12-14os/mac: indent fixesBaptiste Fontaine
2015-12-10os/mac: add xcode 7.2Dominyk Tiller
2015-12-07MacOS.sdk: return newest SDK if requested not foundMisty De Meo
2015-12-07MacOS: refactor sdk_path lookupMisty De Meo
2015-11-29mac: expect xcode 7.1.1Dominyk Tiller
2015-10-24xcode: expect xcode 7.1Martin Afanasjew
2015-10-23os: centralize check for pre-release OS X versionsMartin Afanasjew
2015-10-18move mach.rb to os/mac/mach.rbXu Cheng
2015-10-18MacOS: full_version addedBaptiste Fontaine
2015-10-01os: add xcode 7.0.1Dominyk Tiller
2015-08-22use Pathname#executable? directlyXu Cheng
2015-08-21Add no-Xcode documentation for all classes, methodsWilliam Woodruff
2015-08-21Add guards to calls that would trigger Xcode install requestsWilliam Woodruff
2015-08-21Install: add BuildToolsError and BuildFlagsErrorWilliam Woodruff
2015-08-21MacOS: update locate_cctoolWilliam Woodruff
2015-08-03Core files style updates.BrewTestBot
2015-07-08mac: add xcode 6.4 expectationDominyk Tiller
2015-06-27Remove unused methodJack Nagel
2015-06-14os: initial El Capitan supportDominyk Tiller
2015-05-21os: support xcode 6.3.2Dominyk Tiller
2015-05-19non_apple_gcc_version: support gcc5Xu Cheng
2015-04-23os/mac: add xcode 6.3.1 supportDominyk Tiller
2015-04-09os: support xcode 6.3Dominyk Tiller
2015-03-10os: support xcode 6.2Dominyk Tiller
2015-01-04Use more https in urls and updated some lost linksViktor Szakats
2014-12-16Use Utils.popen_read to avoid shelling out in a few placesJack Nagel
2014-12-03os: xcode bumpDominyk Tiller
2014-09-18Xcode 6.0.1Jack Nagel
2014-09-10Prefer Xcode 6.1 on 10.10Dominyk Tiller
2014-08-09Initial Yosemite SupportDominyk Tiller
2014-07-24OS::Mac: allow clearing compiler version cache.Mike McQuaid
2014-07-13Use a hash to cache compiler version lookupsJack Nagel
2014-07-11Read if no block is passed to Utils.popen_readJack Nagel
2014-07-11Use Utils.popen_read in XQuartz version codepathJack Nagel
2014-05-28Loosen GCC version regexp to allow for custom version stringsJack Nagel
2014-05-06os/mac: don't use Formula.factory unnecessarily.Mike McQuaid
2014-05-01Remove MacOS.dev_tools_path and MacOS.dev_tools_prefixJack Nagel
2014-05-01Rename Xcode.folder to MacOS.active_developer_dirJack Nagel
2014-05-01Move xctoolchain_path to Xcode module, where it belongsJack Nagel
2014-05-01Trust xcrun now that we error out early for bad xcode-select pathsJack Nagel
2014-05-01Remove unnecessary nil checkJack Nagel
2014-05-01Fix caching of gcc_42_build_versionJack Nagel