<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing, branch linux-only</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>In-progress: verify fully-declared structs.</title>
<updated>2012-06-12T08:35:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-12T08:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=837dde02d3ca8bba8c31b7e76883be98fac9943e'/>
<id>837dde02d3ca8bba8c31b7e76883be98fac9943e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verifying the typedefs, precisely enough to be able to</title>
<updated>2012-06-12T08:09:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-12T08:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e1fe00002359d1dfe3fdb52a8fb4fef32f3b1211'/>
<id>e1fe00002359d1dfe3fdb52a8fb4fef32f3b1211</id>
<content type='text'>
distinguish between "typedef int x" and "typedef long x"
even if the sizes of "int" and "long" are the same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distinguish between "typedef int x" and "typedef long x"
even if the sizes of "int" and "long" are the same.
</pre>
</div>
</content>
</entry>
<entry>
<title>Progress on test_ffi_nonfull_struct(), but unfinished so far.</title>
<updated>2012-06-08T13:49:57+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-08T13:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=66d02c294d31c791353aae5d1ce76dcb137b7d3d'/>
<id>66d02c294d31c791353aae5d1ce76dcb137b7d3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More tweaks, and a test that doesn't pass so far because of the "const"</title>
<updated>2012-06-08T10:04:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-08T10:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ad0bb8565feb0b47bb332d7709a87c4c52f53b31'/>
<id>ad0bb8565feb0b47bb332d7709a87c4c52f53b31</id>
<content type='text'>
in the pointer declaration :-(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the pointer declaration :-(
</pre>
</div>
</content>
</entry>
<entry>
<title>Linux-only tweaks until the test passes.</title>
<updated>2012-06-08T09:17:26+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-08T09:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d8ccbc88acda4ea4dd8ef91f1b4fe660bcba9874'/>
<id>d8ccbc88acda4ea4dd8ef91f1b4fe660bcba9874</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Random check-in changing things here and there.</title>
<updated>2012-06-08T08:50:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-08T08:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=878df19aa883e33b8ec5f224048f22a6eac72376'/>
<id>878df19aa883e33b8ec5f224048f22a6eac72376</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The point of this is to detect broken signatures, which doesn't</title>
<updated>2012-06-08T07:22:41+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-08T07:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8af834fa5add4f3eb55c91e8535f81f864917200'/>
<id>8af834fa5add4f3eb55c91e8535f81f864917200</id>
<content type='text'>
work so far (the gcc warning is ignored).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
work so far (the gcc warning is ignored).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for the C backend.</title>
<updated>2012-06-06T19:29:59+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-06T19:29:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=63efc26b7f8e0cdc14b8599d36575eee4f0291d0'/>
<id>63efc26b7f8e0cdc14b8599d36575eee4f0291d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test and fix.</title>
<updated>2012-06-06T10:36:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-06T10:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ed009314f138ef9ef1cece0364d91579a9ab87fe'/>
<id>ed009314f138ef9ef1cece0364d91579a9ab87fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test and fix.</title>
<updated>2012-06-06T10:33:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-06-06T10:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a7e9af10fefe44e62d41d876bc44d66696e5228f'/>
<id>a7e9af10fefe44e62d41d876bc44d66696e5228f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
