aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os
AgeCommit message (Collapse)Author
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
2013-10-18Merge XQuartz and X11 modulesJack Nagel
2013-10-18Move MacOS modules under OS::Mac namespaceJack Nagel
Closes #23138.
2013-10-18Rename MacOS to OS::MacJack Nagel
2013-10-18Add OS.mac? and OS.linux?Jack Nagel
2013-10-06Recommend Xcode 5.0.1 GM on 10.9Jack Nagel
2013-10-04Add Xcode 5.0.1.Mike McQuaid
Closes #23040.
2013-10-04xcode: Xcode 5.0 is the latest on 10.8.Mike McQuaid
2013-10-03MacCPUs: distinguish between G5 32-bit and 64-bitMisty De Meo
2013-08-30Fix wrong assumption in MacOS::Xcode.without_clt?Jack Nagel
Fixes #22221.
2013-08-29universal_archs returns ArchitectureListExtensionShaun Jackman
Closes #22210. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-08-15LinuxCPUs: provide stub methodsMisty De Meo
2013-08-15Add Hardware::CPU.universal_archsMisty De Meo
2013-08-15Add Hardware::CPU.arch_(32|64)_bitMisty De Meo
This replaces hardcoding of i386/x86_64 all over the code.
2013-08-09Move MacOS.xcode43_without_clt? into Xcode moduleJack Nagel
2013-07-22Map pkginfo versions to actual XQuartz versionsJack Nagel
2013-07-22Fall back on pkgutil when mdls cannot determine XQuartz versionJack Nagel
2013-07-22Separate version detection from accessorJack Nagel
2013-07-22Extract version_from_pkgutilJack Nagel
2013-07-22Extract version_from_mdlsJack Nagel
2013-07-22Extract guess_system_versionJack Nagel
2013-07-22Extract bundle_path from XQuartz.versionJack Nagel
2013-07-21Cache pkgutil results at the sourceJack Nagel
2013-07-21Eliminate nested conditionalJack Nagel
2013-07-21Extract bundle_path method from Xcode#prefixJack Nagel