aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/linux
AgeCommit message (Collapse)Author
2013-06-14Freeze optimization flags hash rather than duping itJack Nagel
2013-03-23LinuxCPUs: Fix method aliasSebastian Staudt
Closes #18683. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-03-23Hardware: separate out CPU values into CPU moduleMisty De Meo
* CPU functions now exist in Hardware::CPU * Added compatibility functions in compat/hardware_compat.rb * Names are less specific to Mac hardware, e.g. CPU.family instead of Hardware.intel_family * Hardware::CPU.family works for both Intel and PowerPC * New helper methods on CPU, like .sse4? and .altivec? Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-03-11Portability fixes to run Homebrew on Linux systemsShaun Jackman
Closes #16344. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>