| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-18 | Disable outdated Xcode doctor checks until the bots are updated | Jack Nagel | |
| 2014-09-18 | Xcode 6.0.1 | Jack Nagel | |
| Closes Homebrew/homebrew#32394. | |||
| 2014-09-10 | Prefer Xcode 6.1 on 10.10 | Dominyk Tiller | |
| More Yosemite changes. Within two weeks or so, Xcode should be made available on the App Store, at which point 10.9 will need to go from β5.1.1β to β6.0β but whilst Yosemite is in Beta *everyone* should be using the Xcode Beta builds according to Apple, so Yosemite should be on 6.1 for the foreseeable, even when Apple releases Xcode 6.0 to 10.9 & below. 6.1 is still using the same Clang version number at this point. Closes Homebrew/homebrew#32201. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-08-09 | Realign case statement | Jack Nagel | |
| 2014-08-09 | Update unreleased version check | Jack Nagel | |
| 2014-08-09 | Initial Yosemite Support | Dominyk Tiller | |
| Closes Homebrew/homebrew#31435. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-07-24 | OS::Mac: allow clearing compiler version cache. | Mike McQuaid | |
| Without this itβs impossible for brew-test-bot to be able to verify if installing GCC has allowed it to fix a compiler selection failure. | |||
| 2014-07-16 | Raise ArgumentError when a symbol can't be mapped to a version | Jack Nagel | |
| The fact that this is implemented as a hash lookup is an implementation detail, so don't let the KeyError bubble up. | |||
| 2014-07-13 | Use a hash to cache compiler version lookups | Jack Nagel | |
| 2014-07-11 | Read if no block is passed to Utils.popen_read | Jack Nagel | |
| 2014-07-11 | Use Utils.popen_read in XQuartz version codepath | Jack Nagel | |
| 2014-07-05 | Use popen wrapper | Jack Nagel | |
| Closes Homebrew/homebrew#30678. | |||
| 2014-06-21 | Hardware: add new .features method | Misty De Meo | |
| This returns a list of symbols with the various CPU features supported by the active hardware. | |||
| 2014-06-20 | xcode: add new package ID for Mavericks (again). | Mike McQuaid | |
| Closes Homebrew/homebrew#30296. | |||
| 2014-06-20 | Revert "xcode: add new package ID for Mavericks." | Mike McQuaid | |
| This reverts commit b0caede328b5181106451025df74a456276b76cf. Fixes Homebrew/homebrew#30299. | |||
| 2014-06-20 | xcode: add new package ID for Mavericks. | Mike McQuaid | |
| Closes Homebrew/homebrew#30296. | |||
| 2014-06-06 | Linuxbrew: Read CPU flags from /proc/cpuinfo | Shaun Jackman | |
| Closes Homebrew/homebrew#29895. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-04 | hardware: Add Intel CPUs to OPTIMIZATION_FLAGS | Shaun Jackman | |
| Closes Homebrew/homebrew#29866. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-06-04 | Update latest XQuartz version | Trent Ogren | |
| See https://xquartz.macosforge.org/landing/ Closes Homebrew/homebrew#29826. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-03 | Add yosemite to mac versions | Andy Blyler | |
| Closes Homebrew/homebrew#29823. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-03 | Simplify MacOS.version.to_sym | Jack Nagel | |
| 2014-06-03 | Don't coerce value to string unnecessarily | Jack Nagel | |
| 2014-05-28 | Loosen GCC version regexp to allow for custom version strings | Jack Nagel | |
| 2014-05-12 | Fix CLT outdated check on 10.9 | Jack Nagel | |
| Fixes Homebrew/homebrew#27420. | |||
| 2014-05-12 | Latest Xcode is 5.1.1 | Jack Nagel | |
| 2014-05-06 | os/mac: don't use Formula.factory unnecessarily. | Mike McQuaid | |
| Instead check if the path exists by using opt. | |||
| 2014-05-02 | Simpler Xcode prefix detection code | Jack Nagel | |
| 2014-05-02 | Remove obsolete fallback for broken Xcode 4.3+ | Jack Nagel | |
| After recent cleanups the code in this branch should be unreachable, so there is little point in keeping it around. | |||
| 2014-05-01 | Remove MacOS.dev_tools_path and MacOS.dev_tools_prefix | Jack Nagel | |
| These methods are no longer required. | |||
| 2014-05-01 | Rename Xcode.folder to MacOS.active_developer_dir | Jack Nagel | |
| This reflects what Apple calls it in more recent versions of Xcode/OS X. | |||
| 2014-05-01 | Move xctoolchain_path to Xcode module, where it belongs | Jack Nagel | |
| 2014-05-01 | Trust xcrun now that we error out early for bad xcode-select paths | Jack Nagel | |
| Since ae177adb2bd55ee5ad6367e7639c4cf0c774b63a, we can safely assume that xcrun works, and a functioning xcrun will search dev_tools_path and xctoolchain_path, so we can stop doing extra work here. On CLT-only 10.7 and 10.8, xcrun will not work, but all the tools will be in /usr/bin, which we check before invoking xcrun. Further, in this case, dev_tools_path will be /usr/bin, and xctoolchain_path will not exist, so the fallbacks here are unnecessary. | |||
| 2014-05-01 | Remove unnecessary nil check | Jack Nagel | |
| 2014-05-01 | Fix caching of gcc_42_build_version | Jack Nagel | |
| 2014-05-01 | Remove outdated comment | Jack Nagel | |
| 2014-04-30 | --config -> config | Adam Vandenberg | |
| 2014-04-23 | Support core GCC formula as a GCC compiler. | Mike McQuaid | |
| It is activated by the same mechanism as the Homebrew/versions compilers which now check if the GCC formula uses the same, correct version. References Homebrew/homebrew#28418. | |||
| 2014-04-21 | The argument to MacOS.locate is always a string | Jack Nagel | |
| 2014-04-21 | Only check Xcode prefix when non-nil | Jack Nagel | |
| 2014-04-21 | Remove comments that no longer reflect any adjacent code | Jack Nagel | |
| 2014-04-19 | Add another comment | Jack Nagel | |
| 2014-04-19 | Elaborate on why we should remove this code | Jack Nagel | |
| 2014-04-15 | Update comment | Jack Nagel | |
| 2014-04-15 | Start cleaning up Xcode.version | Jack Nagel | |
| 2014-04-15 | Xcode.bad_xcode_select_path? is used only once, so inline it | Jack Nagel | |
| 2014-04-15 | Don't call xcrun twice | Jack Nagel | |
| 2014-04-15 | Remove another unnecessary check | Jack Nagel | |
| 2014-04-15 | Remove unnecessary xcode-select check | Jack Nagel | |
| This is handled here: https://github.com/Homebrew/homebrew/blob/67fbb313da8843234c4d1785c9c074af5a025394/Library/brew.rb#L34-46 | |||
| 2014-04-15 | Document some unanswered questions in the Xcode module | Jack Nagel | |
| 2014-04-15 | Remove dead constant | Jack Nagel | |
