index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
os
/
mac
/
hardware.rb
Age
Commit message (
Expand
)
Author
2016-02-03
os/mac: optionally use ruby_macho.
William Woodruff
2016-02-03
os/mac/hardware: add Skylake CPU.
ilovezfs
2015-11-01
os/mac/hardware: reverse universal_archs entries.
Ryan Hendrickson
2015-10-18
move mach.rb to os/mac/mach.rb
Xu Cheng
2015-08-06
more core file style updated by rubocop
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-04-24
hardware: correctly detect early 2015 MacBook Pro.
enami tsugutomo
2015-02-27
Include more features in Hardware::CPU.features
Jack Nagel
2015-02-27
Make sysctl methods private rather than protected
Jack Nagel
2015-02-27
Drop unnecessary $?.success? check
Jack Nagel
2015-02-27
Move caching from sysctl_bool to sysctl_n
Jack Nagel
2015-02-27
Add sysctl_n and sysctl_int methods to Mac hardware module
Jack Nagel
2014-07-05
Use popen wrapper
Jack Nagel
2014-06-21
Hardware: add new .features method
Misty De Meo
2014-04-30
--config -> config
Adam Vandenberg
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
Simplify Hardware::CPU.is_64_bit?
Jack Nagel
2013-11-26
Cache calls to sysctl_bool at the source
Jack Nagel
2013-10-30
Hardware::CPU: add extmodel helper
Misty De Meo
2013-10-30
Add Hardware::CPU.ssse3? helper method.
Brian Stolz
2013-10-03
MacCPUs: distinguish between G5 32-bit and 64-bit
Misty De Meo
2013-08-15
Add Hardware::CPU.universal_archs
Misty De Meo
2013-08-15
Add Hardware::CPU.arch_(32|64)_bit
Misty De Meo
2013-07-02
Hardware: Query sysctl for instructon sets
Misty De Meo
2013-07-01
Hardware::CPU (Mac): add Haswell
Misty De Meo
2013-06-14
Freeze optimization flags hash rather than duping it
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
2013-03-11
Portability fixes to run Homebrew on Linux systems
Shaun Jackman