| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-01 | Remove dead code | Jack Nagel | |
| 2014-04-01 | The argument to pkgutil_info is always a string | Jack Nagel | |
| 2014-04-01 | Batch up mdfind calls when possible | Jack Nagel | |
| 2014-04-01 | Avoid calling xcodebuild twice | Jack Nagel | |
| 2014-03-26 | CLT.installed?: base result on version detection | Misty 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-22 | Remove unnecessary swearing. | Mike McQuaid | |
| 2014-03-10 | Update latest CLT version check | Jack Nagel | |
| 2014-03-10 | Recognize Xcode 5.1 and CLT 5.1 | Jack Nagel | |
| Closes #27389. Fixes #27390. | |||
| 2014-02-23 | latest xcode is 5.0.2 | Adam Vandenberg | |
| Closes #26943. | |||
| 2014-01-22 | mac: note that we only track stable Xcode versions. | Mike McQuaid | |
| 2014-01-04 | Recommit ENV changes | Misty De Meo | |
| 2014-01-04 | Revert "default_cc: locate already returns Pathnames" | Mike McQuaid | |
| This reverts commit 8ec6123d439e8f4d3586bbca6a426b726bd5e9dd. | |||
| 2014-01-04 | Revert "default_compiler: recognize gcc-4.0" | Mike McQuaid | |
| This reverts commit bedcbb806bb8a991a1317b4ccde8d16b6974cc46. | |||
| 2014-01-03 | default_compiler: recognize gcc-4.0 | Misty De Meo | |
| 2014-01-03 | default_cc: locate already returns Pathnames | Misty De Meo | |
| 2013-12-14 | CLT.version: check 10.9 CLT first | Misty 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-14 | Update string references to mxcl/homebrew. | Mike McQuaid | |
| 2013-12-14 | Update docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-12-04 | Homebrew CVS is required for Xcode 5+ | Jack Nagel | |
| 2013-11-28 | Implement MacOS.dev_tools_prefix a different way | Jack Nagel | |
| Avoid producing a dev_tools_path of "//usr/bin". Fixes #24751. Closes #24754. | |||
| 2013-11-27 | Mac: add dev_tools_prefix method. | Mike McQuaid | |
| Basically dev_tools_path without the `/usr/bin`. | |||
| 2013-11-26 | Add Hardware::CPU.aes? and Hardware::CPU.avx2? | Jack Nagel | |
| 2013-11-26 | Add Hardware::CPU.intel? and Hardware::CPU.ppc? | Jack Nagel | |
| 2013-11-26 | Remove caching from MacOS.preferred_arch | Jack Nagel | |
| The really expensive computation is now cached at its source, and this only caches true anyway. | |||
| 2013-11-26 | Simplify Hardware::CPU.is_64_bit? | Jack Nagel | |
| 2013-11-26 | Cache calls to sysctl_bool at the source | Jack Nagel | |
| 2013-11-22 | Fix 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-12 | XQuartz 2.7.5 released | Jack Nagel | |
| Closes #24173. | |||
| 2013-11-08 | xcode: fix nil outdated comparison. | Mike McQuaid | |
| 2013-11-06 | Make sure 10.9 users upgrade XQuartz | Jack Nagel | |
| 2013-11-05 | Revert "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-05 | Make sure 10.9 users upgrade XQuartz | Jack Nagel | |
| 2013-11-05 | Add pkgutil version for XQuartz 2.7.5_rc4 | Jack Nagel | |
| 2013-11-05 | Add Xcode 5.0.2 to compiler map | Jack Nagel | |
| Fixes #24018. | |||
| 2013-11-01 | Fix CLT latest version check for 10.8/9 | Jack Nagel | |
| Closes #23874. | |||
| 2013-11-01 | Add pkgutil version for XQuartz 2.7.5_rc3 | Jack Nagel | |
| 2013-10-30 | Hardware::CPU: add extmodel helper | Misty De Meo | |
| 2013-10-30 | Add Hardware::CPU.ssse3? helper method. | Brian Stolz | |
| Closes #23796. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2013-10-28 | Mac.prefer_64_bit?: fix conditional for 10.4 | Misty De Meo | |
| 2013-10-22 | Avoid comparing Xcode.version to floats | Jack Nagel | |
| 2013-10-22 | Avoid comparing MacOS.version to floats | Jack Nagel | |
| 2013-10-23 | xcode: update to 5.0.1 on 10.8. | Mike McQuaid | |
| 2013-10-22 | CLT: correctly find Mavericks CLT PKG. | Mike McQuaid | |
| Closes #23445. | |||
| 2013-10-22 | Xcode: don't detect Mavericks CLT as Xcode. | Mike McQuaid | |
| 2013-10-22 | CLT: rename Mavericks CLT path constant. | Mike McQuaid | |
| 2013-10-22 | Assume unknown clang versions are post-Xcode 5 | Jack Nagel | |
| 2013-10-20 | OS::Mac: Add Xcode 2.5 compiler | Misty De Meo | |
| 2013-10-19 | MacOS.gcc_build_version: find GCC when unlinked | Misty 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-18 | Extract repeated conditional to a method | Jack Nagel | |
| 2013-10-18 | Make condition clearer using names | Jack Nagel | |
