| Age | Commit message (Collapse) | Author |
|
|
|
And remove the documented stuff from the `example-formula.rb`.
Closes Homebrew/homebrew#43241.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This becomes MacOS.{install_name_tool,otool}, only do check_xcode if
xcode is installed, otherwise emit a warning
|
|
Closes Homebrew/homebrew#42354.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
This reverts commit 4f8a3e2113c2e7b88600ff6371f9f70579c55509.
|
|
This reverts commit 578cb637594d32b86322be29205329d700ad75ca.
|
|
Fixes Homebrew/homebrew#33090.
|
|
Closes Homebrew/homebrew#33088.
|
|
|
|
|
|
|
|
|
|
Fixes Homebrew/homebrew#22090.
|
|
|
|
Also adds some reusable constants into the global Hardware::CPU
namespace, available on both OS X and Linux.
|
|
IO#read does not raise EOFError, it just returns an empty string for
each call after it consumes the underlying file or stream.
This module is going to be refactored and the begin/rescue is going to
be removed anyway.
|
|
Closes Homebrew/homebrew#16344.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
c.f. Homebrew/homebrew#12810.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- Reimplement archs_for_command on top of the new Mach-O methods
- Move ArchitectureListExtension to mach.rb
- Add a test for the ArchitectureListExtension
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The MachO module contains methods for learning about Mach-O binaries,
and can be used where one might normally shell out to file(1).
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|