<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os/linux, branch 0.9.5</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>universal_archs returns ArchitectureListExtension</title>
<updated>2013-08-30T03:47:18+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2013-08-29T23:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=774cd8b68be975107cead527c15971f48754a136'/>
<id>774cd8b68be975107cead527c15971f48754a136</id>
<content type='text'>
Closes Homebrew/homebrew#22210.

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#22210.

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>LinuxCPUs: provide stub methods</title>
<updated>2013-08-16T05:46:57+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-08-15T03:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e6d5e813d45b3ec65ccc393d4341ab9d906274a0'/>
<id>e6d5e813d45b3ec65ccc393d4341ab9d906274a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os/linux/hardware: `uname -m` may be /i[3-6]86/</title>
<updated>2013-06-29T18:15:59+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2013-06-29T17:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f7b8fb1da04f39db839b4a927be01e0c3770dfb6'/>
<id>f7b8fb1da04f39db839b4a927be01e0c3770dfb6</id>
<content type='text'>
Closes homebrew/linuxbrew#16

Closes Homebrew/homebrew#20903.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes homebrew/linuxbrew#16

Closes Homebrew/homebrew#20903.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Freeze optimization flags hash rather than duping it</title>
<updated>2013-06-14T15:34:17+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-06-13T16:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dc454aad923b020475944cfdd3b5167ccd3071b7'/>
<id>dc454aad923b020475944cfdd3b5167ccd3071b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LinuxCPUs: Fix method alias</title>
<updated>2013-03-23T19:23:03+00:00</updated>
<author>
<name>Sebastian Staudt</name>
</author>
<published>2013-03-23T19:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5c17405982b3b600f6788a13b8ee2dbe5b054bd0'/>
<id>5c17405982b3b600f6788a13b8ee2dbe5b054bd0</id>
<content type='text'>
Closes Homebrew/homebrew#18683.

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#18683.

Signed-off-by: Misty De Meo &lt;mistydemeo@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Hardware: separate out CPU values into CPU module</title>
<updated>2013-03-23T18:40:18+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-03-17T18:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2476801613a293d7810c5faf2e3383a653b1389c'/>
<id>2476801613a293d7810c5faf2e3383a653b1389c</id>
<content type='text'>
* 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 &lt;mistydemeo@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 &lt;mistydemeo@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Portability fixes to run Homebrew on Linux systems</title>
<updated>2013-03-11T18:26:25+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2013-03-10T17:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=258d70028f359e88b3300fdd1b8442428ef75826'/>
<id>258d70028f359e88b3300fdd1b8442428ef75826</id>
<content type='text'>
Closes Homebrew/homebrew#16344.

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#16344.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
