<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/compat, 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>Reimplement SoftwareSpec on top of Resource</title>
<updated>2013-09-18T02:29:52+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-09-18T02:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=df537528c7730e9a6d791b86ed529547fdf48496'/>
<id>df537528c7730e9a6d791b86ed529547fdf48496</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename HomebrewEnvExtension to Stdenv</title>
<updated>2013-08-19T17:32:59+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-08-19T17:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dd9c269c693d187d0177ee1b479f3579631e99b2'/>
<id>dd9c269c693d187d0177ee1b479f3579631e99b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize compat</title>
<updated>2013-05-11T04:27:28+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-05-10T04:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3be67f72523b55486cad2bd2fa0f6c79b23c82a4'/>
<id>3be67f72523b55486cad2bd2fa0f6c79b23c82a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ancient global methods from compat</title>
<updated>2013-05-11T04:27:27+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-05-10T04:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=290a93ea758488486e02ff063a28b57117501c07'/>
<id>290a93ea758488486e02ff063a28b57117501c07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove last use of deprecated Formula#recursive_deps</title>
<updated>2013-04-10T16:55:02+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-04-10T16:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=136aa4c6f45ca7f4cb1c691ffb5ccb53f1eef165'/>
<id>136aa4c6f45ca7f4cb1c691ffb5ccb53f1eef165</id>
<content type='text'>
Fixes Homebrew/homebrew#19107.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#19107.
</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>Move Formula.all to compat</title>
<updated>2013-03-21T03:32:56+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-21T03:20:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c79d7272c89f8f99c88b454cf4b854b727179791'/>
<id>c79d7272c89f8f99c88b454cf4b854b727179791</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify SoftwareSpec checksum methods</title>
<updated>2013-03-18T20:10:36+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-18T19:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c8168d8a4a73ae1cbf473064b532854a93e6c082'/>
<id>c8168d8a4a73ae1cbf473064b532854a93e6c082</id>
<content type='text'>
Reader methods for specific checksum types have been absent from the
Formula class for some time, so there isn't any reason to expose them in
SoftwareSpec, either.

Thus, these methods now only act as setters, and #checksum should be
used to access the constructed Checksum object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reader methods for specific checksum types have been absent from the
Formula class for some time, so there isn't any reason to expose them in
SoftwareSpec, either.

Thus, these methods now only act as setters, and #checksum should be
used to access the constructed Checksum object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce footprint of fails_with_llvm compat code</title>
<updated>2013-03-18T18:29:33+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-18T18:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=456386c9b1cbe599bcc42c96099321ea13afc544'/>
<id>456386c9b1cbe599bcc42c96099321ea13afc544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fails_with_llvm compatibility</title>
<updated>2013-03-18T18:00:47+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-03-18T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=581e766809c7c2064bfb81794e834be65aecb54a'/>
<id>581e766809c7c2064bfb81794e834be65aecb54a</id>
<content type='text'>
Fixes Homebrew/homebrew#18565.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#18565.
</pre>
</div>
</content>
</entry>
</feed>
