aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/linux
AgeCommit message (Collapse)Author
2017-12-07config: Print host glibc version [Linux]Shaun Jackman
2017-12-03extend/pathname: Add os/linux/elf.rbShaun Jackman
2016-05-08Make hardware code cross-platform.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-21Hardware: add new .features methodMisty De Meo
This returns a list of symbols with the various CPU features supported by the active hardware.
2014-06-06Linuxbrew: Read CPU flags from /proc/cpuinfoShaun Jackman
Closes Homebrew/homebrew#29895. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-04hardware: Add Intel CPUs to OPTIMIZATION_FLAGSShaun Jackman
Closes Homebrew/homebrew#29866. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-29universal_archs returns ArchitectureListExtensionShaun Jackman
Closes Homebrew/homebrew#22210. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-08-15LinuxCPUs: provide stub methodsMisty De Meo
2013-06-29os/linux/hardware: `uname -m` may be /i[3-6]86/Shaun Jackman
Closes homebrew/linuxbrew#16 Closes Homebrew/homebrew#20903. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-14Freeze optimization flags hash rather than duping itJack Nagel
2013-03-23LinuxCPUs: Fix method aliasSebastian Staudt
Closes Homebrew/homebrew#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 Homebrew/homebrew#16344. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>