| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-23 | mac/xcode: add xcode 6.3.1 support | Dominyk Tiller | |
| Closes #38514. | |||
| 2015-04-09 | os: support xcode 6.3 | Dominyk Tiller | |
| It’s Christmas. New stable OS X version, new Swift version, new Xcode, new CLT and a new Clang version. Closes #38468. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-10 | os: support xcode 6.2 | Dominyk Tiller | |
| Presume this will need to wait for the bots to be updated, but Xcode 6.2 has landed. Closes #37549. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-01-04 | Use more https in urls and updated some lost links | Viktor Szakats | |
| Closes #35531. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-12-16 | Use Utils.popen_read to avoid shelling out in a few places | Jack Nagel | |
| 2014-12-03 | os: xcode bump | Dominyk Tiller | |
| Bumps to the latest Xcode 6.1.1. Closes #34632. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-29 | Revert "Revert "xcode: use 6.1 on Mavericks."" | Jack Nagel | |
| This reverts commit 2b472a6e2634a7b7592abb7084b20a098f4a488b. | |||
| 2014-10-26 | Import docs from wiki. | Mike McQuaid | |
| Closes #33211. | |||
| 2014-10-21 | Revert "xcode: use 6.1 on Mavericks." | Jack Nagel | |
| Pending resolution of #33431. This reverts commit bf434e2f7d18ba7d77ac15d54a43c555bc4019c8. | |||
| 2014-10-21 | xcode: use 6.1 on Mavericks. | Dominyk Tiller | |
| Closes #33399. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-17 | xcode: check clang exists to confim install. | Mike McQuaid | |
| 2014-10-10 | Prefer current CLT package ID | Jack Nagel | |
| It seems that "com.apple.pkg.CLTools_Base" was only used for one release. New releases are using "com.apple.pkg.CLTools_Executables" again. Fixes #33063. | |||
| 2014-09-21 | Update CLT version check | Jack Nagel | |
| 2014-09-21 | Xcode 6.0.1 | Mike McQuaid | |
| 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 #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 #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 #31435. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-06-20 | xcode: add new package ID for Mavericks (again). | Mike McQuaid | |
| Closes #30296. | |||
| 2014-06-20 | Revert "xcode: add new package ID for Mavericks." | Mike McQuaid | |
| This reverts commit b0caede328b5181106451025df74a456276b76cf. Fixes #30299. | |||
| 2014-06-20 | xcode: add new package ID for Mavericks. | Mike McQuaid | |
| Closes #30296. | |||
| 2014-05-12 | Fix CLT outdated check on 10.9 | Jack Nagel | |
| Fixes #27420. | |||
| 2014-05-12 | Latest Xcode is 5.1.1 | Jack Nagel | |
| 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 | 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-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 | 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 | |
| 2014-04-04 | Xcode.prefix: remove osx-gcc-installer hack | Misty De Meo | |
| This hack is starting to outlive its usefulness, and produces false positives. Fixes #28147. | |||
| 2014-04-01 | Remove dead code | 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. | |||
| 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 docs, comment mxcl/homebrew refs. | Mike McQuaid | |
| 2013-12-04 | Homebrew CVS is required for Xcode 5+ | 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. | |||
