<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os/mac/hardware.rb, branch 1.3.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Make hardware code cross-platform.</title>
<updated>2016-05-08T15:51:22+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-04-25T17:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8d995e961f549e555f405d2567235dab53f6baad'/>
<id>8d995e961f549e555f405d2567235dab53f6baad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hardware: PPC970 needs -m64 to build 64-bit</title>
<updated>2016-04-23T05:37:21+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-05-16T04:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2d81c6878fe4d476d104bf79aa5af8d71934a2a9'/>
<id>2d81c6878fe4d476d104bf79aa5af8d71934a2a9</id>
<content type='text'>
Fixes mistydemeo/tigerbrew#37.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes mistydemeo/tigerbrew#37.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac: optionally use ruby_macho.</title>
<updated>2016-02-03T21:25:40+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-02-01T19:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=afe0fde49ceb29aba6f152967582ced5ba206c32'/>
<id>afe0fde49ceb29aba6f152967582ced5ba206c32</id>
<content type='text'>
- and branch for dylib_id_and_dylibs
- add branches for dylib id changing and change_install_name
- rename MachO module to HomebrewMachO to prevent namespace clashes
  with MachO in ruby-macho. this will eventually be replaced entirely
  with direct calls to ruby-macho methods
- break ruby-macho implementation out into separate RubyMachO module,
  and include either RubyMachO or CctoolsMachO (the original
  implementation) based on the HOMEBREW_RUBY_MACHO env var
- move ArchitectureListExtension and RubyMachO into separate files
- create {ruby_,cctools_,,}relocate.rb for isolation of different
  methods of mach-o relocation (ruby-macho vs. cctools)
- fill in require_install_name_tool? for ruby_relocate.rb
- rename {ruby_,cctools_,,}relocate.rb to keg, isolate requires in
  os/mac

Closes Homebrew/homebrew#45001.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- and branch for dylib_id_and_dylibs
- add branches for dylib id changing and change_install_name
- rename MachO module to HomebrewMachO to prevent namespace clashes
  with MachO in ruby-macho. this will eventually be replaced entirely
  with direct calls to ruby-macho methods
- break ruby-macho implementation out into separate RubyMachO module,
  and include either RubyMachO or CctoolsMachO (the original
  implementation) based on the HOMEBREW_RUBY_MACHO env var
- move ArchitectureListExtension and RubyMachO into separate files
- create {ruby_,cctools_,,}relocate.rb for isolation of different
  methods of mach-o relocation (ruby-macho vs. cctools)
- fill in require_install_name_tool? for ruby_relocate.rb
- rename {ruby_,cctools_,,}relocate.rb to keg, isolate requires in
  os/mac

Closes Homebrew/homebrew#45001.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/hardware: add Skylake CPU.</title>
<updated>2016-02-03T21:10:01+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2016-02-03T12:06:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=37e423ebb2885f9f5799b9914357124b98e79643'/>
<id>37e423ebb2885f9f5799b9914357124b98e79643</id>
<content type='text'>
Closes Homebrew/homebrew#48781.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#48781.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/hardware: reverse universal_archs entries.</title>
<updated>2015-11-01T17:30:00+00:00</updated>
<author>
<name>Ryan Hendrickson</name>
</author>
<published>2015-10-27T20:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=91dd4d56d426ed47c4e042f7b17d6560245fd60f'/>
<id>91dd4d56d426ed47c4e042f7b17d6560245fd60f</id>
<content type='text'>
The order ought not to matter, but GCC can fail with -arch i386 -arch
x86_64 (producing an error like "FATAL:Bad fx_size (0x8) in
fix_to_relocation_info()") but succeed with -arch x86_64 -arch i386.

Closes Homebrew/homebrew#45401.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The order ought not to matter, but GCC can fail with -arch i386 -arch
x86_64 (producing an error like "FATAL:Bad fx_size (0x8) in
fix_to_relocation_info()") but succeed with -arch x86_64 -arch i386.

Closes Homebrew/homebrew#45401.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move mach.rb to os/mac/mach.rb</title>
<updated>2015-10-18T14:57:42+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-10-16T09:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=646f94adfef333c9ec5451fca55078de06ada3c0'/>
<id>646f94adfef333c9ec5451fca55078de06ada3c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more core file style updated by rubocop</title>
<updated>2015-08-06T09:23:56+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-08-06T07:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b121e5fd7be1b1984e51caa6a369dd8faf70a57a'/>
<id>b121e5fd7be1b1984e51caa6a369dd8faf70a57a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Core files style updates.</title>
<updated>2015-08-03T12:22:35+00:00</updated>
<author>
<name>BrewTestBot</name>
</author>
<published>2015-08-03T12:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=13d544e11e92ba8ea3788723432046f8dfe4adf9'/>
<id>13d544e11e92ba8ea3788723432046f8dfe4adf9</id>
<content type='text'>
Closes Homebrew/homebrew#42354.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#42354.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hardware: correctly detect early 2015 MacBook Pro.</title>
<updated>2015-04-24T17:26:42+00:00</updated>
<author>
<name>enami tsugutomo</name>
</author>
<published>2015-04-24T06:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0b4379e04983f76721df32436c6be1a70e075df6'/>
<id>0b4379e04983f76721df32436c6be1a70e075df6</id>
<content type='text'>
Closes Homebrew/homebrew#38996.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#38996.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Include more features in Hardware::CPU.features</title>
<updated>2015-02-28T01:38:01+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-02-27T04:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=383929f336594ae009867806e36d16ec00cdfa03'/>
<id>383929f336594ae009867806e36d16ec00cdfa03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
