<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/macos.rb, branch 1.5.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>Rename MacOS to OS::Mac</title>
<updated>2013-10-18T17:56:51+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-10-18T17:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=805472946b334a8c64a98ac6f99385665da73dbe'/>
<id>805472946b334a8c64a98ac6f99385665da73dbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OS.mac? and OS.linux?</title>
<updated>2013-10-18T17:56:51+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-10-18T17:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c511d7d2f43369773940dbb8fb8fbe8ed2153127'/>
<id>c511d7d2f43369773940dbb8fb8fbe8ed2153127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Track the OS's default C++ stdlib</title>
<updated>2013-10-07T02:26:06+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-10-07T00:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8427e7136878241f96b04a67ee73f9e548d731da'/>
<id>8427e7136878241f96b04a67ee73f9e548d731da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch yields the key, use it</title>
<updated>2013-10-04T17:44:05+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-10-04T17:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7bb90c992a511b61342c8c94152a0a2e49527629'/>
<id>7bb90c992a511b61342c8c94152a0a2e49527629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MacOS: remove unnecessary begin block</title>
<updated>2013-10-04T17:42:31+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2013-10-04T17:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e887232b7ec991e451e7dfc7ee23d6d91c023958'/>
<id>e887232b7ec991e451e7dfc7ee23d6d91c023958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Xcode 5.0.1.</title>
<updated>2013-10-04T08:56:02+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2013-10-04T08:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=535c02674ca9a3841b7a90c65350b23ac3c07da3'/>
<id>535c02674ca9a3841b7a90c65350b23ac3c07da3</id>
<content type='text'>
Closes Homebrew/homebrew#23040.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#23040.</pre>
</div>
</content>
</entry>
<entry>
<title>macos: cleanup whitespace.</title>
<updated>2013-10-04T08:53:59+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2013-10-04T08:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=929a9f8b4cb00c15be72b380e402db474e18625c'/>
<id>929a9f8b4cb00c15be72b380e402db474e18625c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement fails_with for non-Apple compilers</title>
<updated>2013-09-01T20:19:13+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-06-28T06:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ef1d9c0cd04c21b5b19cae17e83bbdc6ef28d712'/>
<id>ef1d9c0cd04c21b5b19cae17e83bbdc6ef28d712</id>
<content type='text'>
This adds support for non-Apple GCC compilers in the fails_with code.
A fails_with block for a non-Apple compiler looks like:

fails_with :gcc =&gt; '4.8.1' do
  cause 'Foo'
end

Non-Apple compilers don't have build numbers, so compiler failures are
based on version strings instead.

Internally non-Apple compilers can be distinguished because they are
passed around as strings instead of symbols.

In addition, this alters the priority list for compilers, with the
following changes:

* Apple GCC 4.2 and LLVM-GCC swap positions, with GCC now taking
  priority. (Maybe LLVM-GCC should just go away.)
* Non-Apple GCC compilers are ranked below GCC 4.2 but above LLVM-GCC
  and Apple GCC 4.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for non-Apple GCC compilers in the fails_with code.
A fails_with block for a non-Apple compiler looks like:

fails_with :gcc =&gt; '4.8.1' do
  cause 'Foo'
end

Non-Apple compilers don't have build numbers, so compiler failures are
based on version strings instead.

Internally non-Apple compilers can be distinguished because they are
passed around as strings instead of symbols.

In addition, this alters the priority list for compilers, with the
following changes:

* Apple GCC 4.2 and LLVM-GCC swap positions, with GCC now taking
  priority. (Maybe LLVM-GCC should just go away.)
* Non-Apple GCC compilers are ranked below GCC 4.2 but above LLVM-GCC
  and Apple GCC 4.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MacOS.preferred_arch</title>
<updated>2013-08-16T05:46:56+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-08-02T02:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fa03fd91b405c581fb57b8dc3b207b6226582ac3'/>
<id>fa03fd91b405c581fb57b8dc3b207b6226582ac3</id>
<content type='text'>
Replaced the plethora of ternaries we've used all over the place to
determine whether x86_64 or i386 is called for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced the plethora of ternaries we've used all over the place to
determine whether x86_64 or i386 is called for.
</pre>
</div>
</content>
</entry>
<entry>
<title>MacOS.locate: search HOMEBREW_PREFIX before xcrun</title>
<updated>2013-07-27T06:22:22+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2013-07-27T06:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6242a6d7fa0b9a928b8bd53560c058f7b876eae4'/>
<id>6242a6d7fa0b9a928b8bd53560c058f7b876eae4</id>
<content type='text'>
Since xcrun doesn't work on CLT-only systems. Querying HOMEBREW_PREFIX
first before xcrun is much faster for that case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since xcrun doesn't work on CLT-only systems. Querying HOMEBREW_PREFIX
first before xcrun is much faster for that case.
</pre>
</div>
</content>
</entry>
</feed>
