aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac.rb
AgeCommit message (Expand)Author
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
2014-05-01Remove outdated commentJack Nagel
2014-04-23Support core GCC formula as a GCC compiler.Mike McQuaid
2014-04-21The argument to MacOS.locate is always a stringJack Nagel
2014-04-21Only check Xcode prefix when non-nilJack Nagel
2014-04-21Remove comments that no longer reflect any adjacent codeJack Nagel
2014-04-15Don't call xcrun twiceJack Nagel
2014-04-15Remove another unnecessary checkJack Nagel
2014-04-05Add Xcode 5.1.1 (=Golden master build) clang versionClemens Gruber
2014-04-01The argument to pkgutil_info is always a stringJack Nagel
2014-04-01Batch up mdfind calls when possibleJack Nagel
2014-03-10Recognize Xcode 5.1 and CLT 5.1Jack Nagel
2014-01-22mac: note that we only track stable Xcode versions.Mike McQuaid
2014-01-04Recommit ENV changesMisty De Meo
2014-01-04Revert "default_cc: locate already returns Pathnames"Mike McQuaid
2014-01-04Revert "default_compiler: recognize gcc-4.0"Mike McQuaid
2014-01-03default_compiler: recognize gcc-4.0Misty De Meo
2014-01-03default_cc: locate already returns PathnamesMisty De Meo
2013-12-14Update string references to mxcl/homebrew.Mike McQuaid
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-28Implement MacOS.dev_tools_prefix a different wayJack Nagel
2013-11-27Mac: add dev_tools_prefix method.Mike McQuaid