aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/hardware.rb
AgeCommit message (Expand)Author
2016-02-03os/mac: optionally use ruby_macho.William Woodruff
2016-02-03os/mac/hardware: add Skylake CPU.ilovezfs
2015-11-01os/mac/hardware: reverse universal_archs entries.Ryan Hendrickson
2015-10-18move mach.rb to os/mac/mach.rbXu Cheng
2015-08-06more core file style updated by rubocopXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-04-24hardware: correctly detect early 2015 MacBook Pro.enami tsugutomo
2015-02-27Include more features in Hardware::CPU.featuresJack Nagel
2015-02-27Make sysctl methods private rather than protectedJack Nagel
2015-02-27Drop unnecessary $?.success? checkJack Nagel
2015-02-27Move caching from sysctl_bool to sysctl_nJack Nagel
2015-02-27Add sysctl_n and sysctl_int methods to Mac hardware moduleJack Nagel
2014-07-05Use popen wrapperJack Nagel
2014-06-21Hardware: add new .features methodMisty De Meo
2014-04-30--config -> configAdam Vandenberg
2013-11-26Add Hardware::CPU.aes? and Hardware::CPU.avx2?Jack Nagel
2013-11-26Add Hardware::CPU.intel? and Hardware::CPU.ppc?Jack Nagel
2013-11-26Simplify Hardware::CPU.is_64_bit?Jack Nagel
2013-11-26Cache calls to sysctl_bool at the sourceJack Nagel
2013-10-30Hardware::CPU: add extmodel helperMisty De Meo
2013-10-30Add Hardware::CPU.ssse3? helper method.Brian Stolz
2013-10-03MacCPUs: distinguish between G5 32-bit and 64-bitMisty De Meo
2013-08-15Add Hardware::CPU.universal_archsMisty De Meo
2013-08-15Add Hardware::CPU.arch_(32|64)_bitMisty De Meo
2013-07-02Hardware: Query sysctl for instructon setsMisty De Meo
2013-07-01Hardware::CPU (Mac): add HaswellMisty De Meo
2013-06-14Freeze optimization flags hash rather than duping itJack Nagel
2013-04-07MacCPUs: add .avx? helperMisty De Meo
2013-03-23Hardware: separate out CPU values into CPU moduleMisty De Meo
2013-03-11Portability fixes to run Homebrew on Linux systemsShaun Jackman