index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
os
/
mac.rb
Age
Commit message (
Expand
)
Author
2014-09-18
Xcode 6.0.1
Jack Nagel
2014-09-10
Prefer Xcode 6.1 on 10.10
Dominyk Tiller
2014-08-09
Initial Yosemite Support
Dominyk Tiller
2014-07-24
OS::Mac: allow clearing compiler version cache.
Mike McQuaid
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-05-28
Loosen GCC version regexp to allow for custom version strings
Jack Nagel
2014-05-06
os/mac: don't use Formula.factory unnecessarily.
Mike McQuaid
2014-05-01
Remove MacOS.dev_tools_path and MacOS.dev_tools_prefix
Jack Nagel
2014-05-01
Rename Xcode.folder to MacOS.active_developer_dir
Jack Nagel
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
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-23
Support core GCC formula as a GCC compiler.
Mike McQuaid
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-15
Don't call xcrun twice
Jack Nagel
2014-04-15
Remove another unnecessary check
Jack Nagel
2014-04-05
Add Xcode 5.1.1 (=Golden master build) clang version
Clemens Gruber
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-03-10
Recognize Xcode 5.1 and CLT 5.1
Jack Nagel
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
2014-01-04
Revert "default_compiler: recognize gcc-4.0"
Mike McQuaid
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
Update string references to mxcl/homebrew.
Mike McQuaid
2013-12-14
Update docs, comment mxcl/homebrew refs.
Mike McQuaid
2013-11-28
Implement MacOS.dev_tools_prefix a different way
Jack Nagel
2013-11-27
Mac: add dev_tools_prefix method.
Mike McQuaid
2013-11-26
Remove caching from MacOS.preferred_arch
Jack Nagel
2013-11-05
Add Xcode 5.0.2 to compiler map
Jack Nagel
2013-10-28
Mac.prefer_64_bit?: fix conditional for 10.4
Misty De Meo
2013-10-22
CLT: rename Mavericks CLT path constant.
Mike McQuaid
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
2013-10-18
Move MacOS modules under OS::Mac namespace
Jack Nagel
2013-10-18
Rename MacOS to OS::Mac
Jack Nagel