<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/shims/super, branch 1.3.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>shims/super/make: don't export MAKE=make.</title>
<updated>2017-10-01T11:36:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-01T11:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3343d79b9fbc71984d08f4dec05542e55430c7bc'/>
<id>3343d79b9fbc71984d08f4dec05542e55430c7bc</id>
<content type='text'>
This is redundant and breaks Handbrake:
https://github.com/HandBrake/HandBrake/issues/872
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is redundant and breaks Handbrake:
https://github.com/HandBrake/HandBrake/issues/872
</pre>
</div>
</content>
</entry>
<entry>
<title>shims/super/cc: Fix c++ -xc++-header</title>
<updated>2017-08-09T19:44:41+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-08-09T19:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=88bf6abd102ba7da0d9ccdc4564ced66a896cfb6'/>
<id>88bf6abd102ba7da0d9ccdc4564ced66a896cfb6</id>
<content type='text'>
Compiling a precompiled header should be mode :cxx rather than :cxxld.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compiling a precompiled header should be mode :cxx rather than :cxxld.
</pre>
</div>
</content>
</entry>
<entry>
<title>FileUtils.make: don't bypass superenv</title>
<updated>2017-07-16T00:40:21+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2017-07-07T22:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=890788af65f4b9c42b4eb7246771d96512f48260'/>
<id>890788af65f4b9c42b4eb7246771d96512f48260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "FileUtils.make: don't bypass superenv"</title>
<updated>2017-07-12T09:58:01+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2017-07-12T09:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0d03eef655bdd7520aa9416d58ecfedbb656fa1e'/>
<id>0d03eef655bdd7520aa9416d58ecfedbb656fa1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FileUtils.make: don't bypass superenv</title>
<updated>2017-07-07T23:23:46+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2017-07-07T22:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2aefd7eed65fd05ce44d46404d3f05dafb2b2cf2'/>
<id>2aefd7eed65fd05ce44d46404d3f05dafb2b2cf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding shims for GCC 7</title>
<updated>2017-06-08T04:37:59+00:00</updated>
<author>
<name>David M. Lee</name>
</author>
<published>2017-06-08T04:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=69f3c8320f7e4acd75713f7210f1a80f54f55005'/>
<id>69f3c8320f7e4acd75713f7210f1a80f54f55005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>super/cc: Fix --cc=llvm_clang invoked as clang</title>
<updated>2017-03-09T01:11:23+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-03-09T01:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b1213b053fecb95c1977beb358cca235704a9f5'/>
<id>5b1213b053fecb95c1977beb358cca235704a9f5</id>
<content type='text'>
Fix the error:
brew sh --cc=llvm_clang &lt;&lt;&lt;'clang --version'
Failed to execute llvm_clang --version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the error:
brew sh --cc=llvm_clang &lt;&lt;&lt;'clang --version'
Failed to execute llvm_clang --version
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert "cc: always filter flags on deps.""</title>
<updated>2017-02-27T13:41:30+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-02-27T13:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=86a9434dfca592439a061c3efe3e434e94dfb42d'/>
<id>86a9434dfca592439a061c3efe3e434e94dfb42d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "cc: always filter flags on deps."</title>
<updated>2017-01-07T09:52:01+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-07T09:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f814ee87fbfd6434393bd3e606194eaad96d82e6'/>
<id>f814ee87fbfd6434393bd3e606194eaad96d82e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cc: always filter flags on deps.</title>
<updated>2016-12-30T14:31:05+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T14:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e4497a2b4261c0d89de6c016aa5f8d89967a80d4'/>
<id>e4497a2b4261c0d89de6c016aa5f8d89967a80d4</id>
<content type='text'>
This has been tested by `brew test-bot` since March and there’s been no
issues so let’s turn it on by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been tested by `brew test-bot` since March and there’s been no
issues so let’s turn it on by default.
</pre>
</div>
</content>
</entry>
</feed>
