aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/os/mac/hardware
AgeCommit message (Collapse)Author
2017-12-01Hardware::CPU: Implement OS-agnostic methodsShaun Jackman
2017-11-07pathname: improvements, cleanups, and new methodsMaxim Belkin
- atomic_write: close file before renaming to prevent error: 'Device or resource busy' - ensure_writable: preserve executable bit - new elf? and dynamic? methods
2017-09-05mac/hardware/cpu: recognise Kaby LakeDominyk Tiller
The 2017 MacBook Pro line shipped with Kaby Lake CPUs.
2017-04-15Mac Hardware: provide a more Mac-specific implementation of can_run?Misty De Meo
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-02-12rubocop: trailing comma in multiline method callsAlyssa Ross
Discussed in https://github.com/Homebrew/brew/pull/1987/files#r100693581. This was originally ommitted because it wasn't compatible with Ruby 1.8. (See https://github.com/Homebrew/legacy-homebrew/pull/48144#r49928971).
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-07-06hardware: move generic logic from linux. (#454)Mike McQuaid
2016-05-08Make hardware code cross-platform.Mike McQuaid