| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-15 | Add Hardware::CPU.universal_archs | Misty De Meo | |
| 2013-08-15 | Add Hardware::CPU.arch_(32|64)_bit | Misty De Meo | |
| This replaces hardcoding of i386/x86_64 all over the code. | |||
| 2013-08-09 | Move MacOS.xcode43_without_clt? into Xcode module | Jack Nagel | |
| 2013-07-22 | Map pkginfo versions to actual XQuartz versions | Jack Nagel | |
| 2013-07-22 | Fall back on pkgutil when mdls cannot determine XQuartz version | Jack Nagel | |
| 2013-07-22 | Separate version detection from accessor | Jack Nagel | |
| 2013-07-22 | Extract version_from_pkgutil | Jack Nagel | |
| 2013-07-22 | Extract version_from_mdls | Jack Nagel | |
| 2013-07-22 | Extract guess_system_version | Jack Nagel | |
| 2013-07-22 | Extract bundle_path from XQuartz.version | Jack Nagel | |
| 2013-07-21 | Cache pkgutil results at the source | Jack Nagel | |
| 2013-07-21 | Eliminate nested conditional | Jack Nagel | |
| 2013-07-21 | Extract bundle_path method from Xcode#prefix | Jack Nagel | |
| 2013-07-21 | Update comment about CLT | Jack Nagel | |
| This was worded in a confusing way, and made an assumption about future OS X versions that we don't know to be true. Also, it's probably wrong to state that the CLT location is dependent on the OS X version; surely there will be a newer CLT for 10.8 that gets installed in the same location as on 10.9. But we don't know any better yet. | |||
| 2013-07-21 | Split up unreadable conditional | Jack Nagel | |
| 2013-07-02 | Hardware: Query sysctl for instructon sets | Misty De Meo | |
| This may be more accurate than guessing. | |||
| 2013-07-01 | CLT is just CLT now; not "for Xcode". | Mike McQuaid | |
| References #17383. | |||
| 2013-07-01 | Hardware::CPU (Mac): add Haswell | Misty De Meo | |
| See #20935. | |||
| 2013-06-26 | Detect Command Line Tools on Mavericks. | David Rice | |
| Closes #20774. | |||
| 2013-06-17 | Fix Xcode builds on 10.9. | Clemens Gruber | |
| CLT-only builds are still broken and need to be fixed at some point. Closes #20524. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-06-15 | Simplify regexp match | Jack Nagel | |
| 2013-06-15 | These also get coerced to strings | Jack Nagel | |
| 2013-06-15 | Push MacOS.cat logic down into MacOS::Version | Jack Nagel | |
| 2013-06-15 | Add MacOS::Version.from_symbol | Jack Nagel | |
| 2013-06-15 | Avoid unnecessary float to string conversion | Jack Nagel | |
| 2013-06-14 | Pass these as strings, they get converted anyway | Jack Nagel | |
| 2013-06-14 | Fix pretty names | Adam Vandenberg | |
| 2013-06-14 | Move pretty_name into MacOS::Version | Adam Vandenberg | |
| Closes #20507. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-06-14 | Freeze optimization flags hash rather than duping it | Jack Nagel | |
| 2013-06-13 | Xcode 4.6.3 | Jack Nagel | |
| 2013-06-11 | Recognize OS X 10.9 and Xcode 5.0 | Clemens Gruber | |
| Closes #20410. Closes #20401. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-06-04 | Don't error out on unreleased OSX versions. | Mike McQuaid | |
| References #20142. | |||
| 2013-05-23 | MacOS::Xcode.latest_version: add Tiger | Misty De Meo | |
| 2013-05-22 | MacOS.version in case statement doesn't work with ranges | Jack Nagel | |
| 2013-05-22 | Refactor Xcode/CLT version checks | Jack Nagel | |
| 2013-05-20 | MacOS::Version: add :tiger | Misty De Meo | |
| 2013-04-15 | Update for Xcode 4.6.2 | Ashley Towns | |
| Closes #19227. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-04-15 | Avoid expensive Pathname concatenation | Jack Nagel | |
| 2013-04-07 | MacCPUs: add .avx? helper | Misty De Meo | |
| 2013-03-23 | Hardware: separate out CPU values into CPU module | Misty De Meo | |
| * CPU functions now exist in Hardware::CPU * Added compatibility functions in compat/hardware_compat.rb * Names are less specific to Mac hardware, e.g. CPU.family instead of Hardware.intel_family * Hardware::CPU.family works for both Intel and PowerPC * New helper methods on CPU, like .sse4? and .altivec? Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2013-03-21 | Better superenv support for Xcode elsewhere | Samuel John | |
| - The Library/ENV/4.3/xcrun shim now respects ENV['DEVELOPER_DIR'] instead assuming the location of /Applications/Xcode.app/Contents/Developer. - The env var DEVELOPER_DIR is set if it is not already. So, during superenv this var is always set and we no longer have to care about people with unset or wrongly set xcode-select stuff. This has been a major PITA in the past. - determine_developer_dir (which is used to set the DEVELOPER_DIR var) now uses MacOS::Xcode.prefix which is proven and very capable and uses splotlight correctly. - Replace (and remove) MacSystem.xcode43_developer_dir with Xcode.prefix Closes #18618 | |||
| 2013-03-14 | Xcode 4.6.1 is released | Jack Nagel | |
| Closes #18481. | |||
| 2013-03-11 | Portability fixes to run Homebrew on Linux systems | Shaun Jackman | |
| Closes #16344. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
