aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
AgeCommit message (Collapse)Author
2014-04-01Remove dead codeJack Nagel
2014-04-01The argument to pkgutil_info is always a stringJack Nagel
2014-04-01Batch up mdfind calls when possibleJack Nagel
2014-04-01Avoid calling xcodebuild twiceJack Nagel
2014-03-26CLT.installed?: base result on version detectionMisty De Meo
CLT.installed? previously returned false if the user had outdated dev tools installed after a 10.9 upgrade, which was confusing to users.
2014-03-22Remove unnecessary swearing.Mike McQuaid
2014-03-10Update latest CLT version checkJack Nagel
2014-03-10Recognize Xcode 5.1 and CLT 5.1Jack Nagel
Closes #27389. Fixes #27390.
2014-02-23latest xcode is 5.0.2Adam Vandenberg
Closes #26943.
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
This reverts commit 8ec6123d439e8f4d3586bbca6a426b726bd5e9dd.
2014-01-04Revert "default_compiler: recognize gcc-4.0"Mike McQuaid
This reverts commit bedcbb806bb8a991a1317b4ccde8d16b6974cc46.
2014-01-03default_compiler: recognize gcc-4.0Misty De Meo
2014-01-03default_cc: locate already returns PathnamesMisty De Meo
2013-12-14CLT.version: check 10.9 CLT firstMisty De Meo
10.9 users might have older CLT receipts sitting around, which could result in bad pkgutil results. For example, before changing this, my `brew --config` was printing '1.0' (the 10.7 version) instead of '5.0.1.0.1.1382131676', the actual CLT I had installed.
2013-12-14Update string references to mxcl/homebrew.Mike McQuaid
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-12-04Homebrew CVS is required for Xcode 5+Jack Nagel
2013-11-28Implement MacOS.dev_tools_prefix a different wayJack Nagel
Avoid producing a dev_tools_path of "//usr/bin". Fixes #24751. Closes #24754.
2013-11-27Mac: add dev_tools_prefix method.Mike McQuaid
Basically dev_tools_path without the `/usr/bin`.
2013-11-26Add Hardware::CPU.aes? and Hardware::CPU.avx2?Jack Nagel
2013-11-26Add Hardware::CPU.intel? and Hardware::CPU.ppc?Jack Nagel
2013-11-26Remove caching from MacOS.preferred_archJack Nagel
The really expensive computation is now cached at its source, and this only caches true anyway.
2013-11-26Simplify Hardware::CPU.is_64_bit?Jack Nagel
2013-11-26Cache calls to sysctl_bool at the sourceJack Nagel
2013-11-22Fix MacOS::CLT.installed? for 10.9+Misty De Meo
This continues to use mavericks_dev_tools? instead of trying to read from pkgutil because pkgutil is really slow. Fixes #24123.
2013-11-12XQuartz 2.7.5 releasedJack Nagel
Closes #24173.
2013-11-08xcode: fix nil outdated comparison.Mike McQuaid
2013-11-06Make sure 10.9 users upgrade XQuartzJack Nagel
2013-11-05Revert "Make sure 10.9 users upgrade XQuartz"Jack Nagel
This causes CI builds on 10.9 to fail; will repush once it is updated. This reverts commit 70c5ce09d995426aefdbfd4aba0b06efe100a433.
2013-11-05Make sure 10.9 users upgrade XQuartzJack Nagel
2013-11-05Add pkgutil version for XQuartz 2.7.5_rc4Jack Nagel
2013-11-05Add Xcode 5.0.2 to compiler mapJack Nagel
Fixes #24018.
2013-11-01Fix CLT latest version check for 10.8/9Jack Nagel
Closes #23874.
2013-11-01Add pkgutil version for XQuartz 2.7.5_rc3Jack Nagel
2013-10-30Hardware::CPU: add extmodel helperMisty De Meo
2013-10-30Add Hardware::CPU.ssse3? helper method.Brian Stolz
Closes #23796. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-10-28Mac.prefer_64_bit?: fix conditional for 10.4Misty De Meo
2013-10-22Avoid comparing Xcode.version to floatsJack Nagel
2013-10-22Avoid comparing MacOS.version to floatsJack Nagel
2013-10-23xcode: update to 5.0.1 on 10.8.Mike McQuaid
2013-10-22CLT: correctly find Mavericks CLT PKG.Mike McQuaid
Closes #23445.
2013-10-22Xcode: don't detect Mavericks CLT as Xcode.Mike McQuaid
2013-10-22CLT: rename Mavericks CLT path constant.Mike McQuaid
2013-10-22Assume unknown clang versions are post-Xcode 5Jack Nagel
2013-10-20OS::Mac: Add Xcode 2.5 compilerMisty De Meo
2013-10-19MacOS.gcc_build_version: find GCC when unlinkedMisty De Meo
MacOS.gcc_42_build_version was returning nil if apple-gcc42 was installed but unlinked, which was disjoint with how other parts of Homebrew tried to see if it was present.
2013-10-18Extract repeated conditional to a methodJack Nagel
2013-10-18Make condition clearer using namesJack Nagel