<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/hw.model.rb, branch 0.9.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Improvements to build environment determination</title>
<updated>2009-09-03T15:34:31+00:00</updated>
<author>
<name>spicyj</name>
</author>
<published>2009-09-02T19:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ba8ba4c4516ea337910eca02c17ae879ae095cb6'/>
<id>ba8ba4c4516ea337910eca02c17ae879ae095cb6</id>
<content type='text'>
Simplified hardware model testing.

Even smarter compiler option generation using sysctl and new GCC 4.2 features.

Get processor count from sysctl and thus remove our dependency on RubyCocoa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplified hardware model testing.

Even smarter compiler option generation using sysctl and new GCC 4.2 features.

Get processor count from sysctl and thus remove our dependency on RubyCocoa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Obtain hw.model from the sysctl tool</title>
<updated>2009-09-01T10:57:50+00:00</updated>
<author>
<name>Eloy Duran</name>
</author>
<published>2009-08-31T22:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=74f2dd7d3805c796fc120693da021738a1de704d'/>
<id>74f2dd7d3805c796fc120693da021738a1de704d</id>
<content type='text'>
Saves building our own tool to do the same job!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Saves building our own tool to do the same job!
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license to BSD</title>
<updated>2009-08-31T15:09:17+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-08-31T15:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4d63b87e0afb88fea9991850e582234be820665b'/>
<id>4d63b87e0afb88fea9991850e582234be820665b</id>
<content type='text'>
I confirmed this change with all relevant contributors first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I confirmed this change with all relevant contributors first.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add note about xeon.</title>
<updated>2009-08-11T21:42:58+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2009-08-10T20:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7e723c107b81f24498ec851161b0e12d68e89394'/>
<id>7e723c107b81f24498ec851161b0e12d68e89394</id>
<content type='text'>
Signed-off-by: Max Howell &lt;max@methylblue.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Max Howell &lt;max@methylblue.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>HOMEBREW_CACHE is now a Pathname object</title>
<updated>2009-08-03T23:40:12+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-08-03T23:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=33b90794e1cb6c9659b1bb1e7709cc6568820b1d'/>
<id>33b90794e1cb6c9659b1bb1e7709cc6568820b1d</id>
<content type='text'>
This is consistent with the other HOMEBREW_* path constants
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is consistent with the other HOMEBREW_* path constants
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX brew install before Cache has yet been created</title>
<updated>2009-08-03T23:35:27+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-08-03T23:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=69d7e2a797de67fb038e035d999fc3abac02303e'/>
<id>69d7e2a797de67fb038e035d999fc3abac02303e</id>
<content type='text'>
Closes Homebrew/homebrew#7

Cache directory is created when downloading tarballs, but the new
hw.model stuff compiles the hw.model.c file there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#7

Cache directory is created when downloading tarballs, but the new
hw.model stuff compiles the hw.model.c file there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor and clean up code</title>
<updated>2009-08-01T17:10:20+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-08-01T16:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a5ca75265857f9bb40b2c8f2fe25894d92ca4aa4'/>
<id>a5ca75265857f9bb40b2c8f2fe25894d92ca4aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Determine best optimization flags for host</title>
<updated>2009-07-31T15:06:14+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2009-07-31T15:06:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7cb9c31f3e206be2688098ef182216ef948eeb37'/>
<id>7cb9c31f3e206be2688098ef182216ef948eeb37</id>
<content type='text'>
We call sysctl to determine which exact Mac model we are running on and
optimize as well as possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We call sysctl to determine which exact Mac model we are running on and
optimize as well as possible.
</pre>
</div>
</content>
</entry>
</feed>
