<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Homebrew/test/test_hardware.rb, branch ranger-1.7.0</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<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/homebrew/commit/?id=d8631f2e3df5dd3de488feaaa3246ac5ca9a42f0'/>
<id>d8631f2e3df5dd3de488feaaa3246ac5ca9a42f0</id>
<content type='text'>
Closes #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 #38996.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use assert_includes</title>
<updated>2014-06-19T01:34:10+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-11T18:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=99b24dff4c2020170cc7c9086e2c33a3d07519c7'/>
<id>99b24dff4c2020170cc7c9086e2c33a3d07519c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a custom test class so we can avoid monkeypatching</title>
<updated>2014-06-19T01:32:51+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-19T01:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=be6c29846b51b91254a86117e904747b2fe2a4d8'/>
<id>be6c29846b51b91254a86117e904747b2fe2a4d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only define intel family test on intel CPU</title>
<updated>2014-06-13T21:32:26+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2014-06-13T21:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=be6328b3ee097bf2eb5fb67918419e2a2179e06f'/>
<id>be6328b3ee097bf2eb5fb67918419e2a2179e06f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Haswell to CPU tests</title>
<updated>2013-07-01T06:06:44+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-07-01T06:06:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=156ce4d4d5dd84a79b6a0826bbea913b40bf046d'/>
<id>156ce4d4d5dd84a79b6a0826bbea913b40bf046d</id>
<content type='text'>
These tests need a lot of work...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests need a lot of work...
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Hardware::CPU module</title>
<updated>2013-06-14T15:34:17+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-06-13T17:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=e17d2a24fc02a3d0f60b872ee41e1bd7df6347c2'/>
<id>e17d2a24fc02a3d0f60b872ee41e1bd7df6347c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/homebrew/commit/?id=e7f66519dc6881f49e594ddb2fae857580c2c033'/>
<id>e7f66519dc6881f49e594ddb2fae857580c2c033</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>Fix test failure on ivybridge cpus.</title>
<updated>2013-03-10T17:37:56+00:00</updated>
<author>
<name>Tobias Lidskog</name>
</author>
<published>2013-02-28T20:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=149b9e6b0c72b48a110a22564a2a819b6dd9c49e'/>
<id>149b9e6b0c72b48a110a22564a2a819b6dd9c49e</id>
<content type='text'>
Closes #18371.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #18371.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: clean up whitespace</title>
<updated>2012-07-05T03:47:34+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-06-20T05:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=8ed666ae7d0e272a9415b94d397aa0574965f9ef'/>
<id>8ed666ae7d0e272a9415b94d397aa0574965f9ef</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prune some requires from test files</title>
<updated>2012-07-05T03:47:34+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-06-20T03:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=f3dc89c1edc74e7a30bca72bdd955813aac23f32'/>
<id>f3dc89c1edc74e7a30bca72bdd955813aac23f32</id>
<content type='text'>
testing_env already requires utils; set up the ARGV and ENV extensions
there as well.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
testing_env already requires utils; set up the ARGV and ENV extensions
there as well.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
