<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/cffi/api.py, branch split-verify</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>Move FFIBuilder into its own module.</title>
<updated>2013-10-06T11:21:31+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2013-10-06T11:21:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=dd064a5b4e9d9927e6d3a1105dd1a252d8f34603'/>
<id>dd064a5b4e9d9927e6d3a1105dd1a252d8f34603</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collect built filepaths.</title>
<updated>2013-10-06T11:13:36+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2013-10-06T11:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f7debeec458d67e5db0b0c69aeed0a6948dccba1'/>
<id>f7debeec458d67e5db0b0c69aeed0a6948dccba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up a few things, fix python3 compat.</title>
<updated>2013-10-06T10:19:25+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2013-10-06T10:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1afb509bbea41a8f119c143382950f7eeb49bc89'/>
<id>1afb509bbea41a8f119c143382950f7eeb49bc89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FFIBuilder implementation.</title>
<updated>2013-10-05T21:11:19+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2013-10-05T21:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d9c27af3a8d5d6fb8573992c0c2b0f39c70b113f'/>
<id>d9c27af3a8d5d6fb8573992c0c2b0f39c70b113f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>issue 102: allow ffi.typeof() to work on functions taking a struct</title>
<updated>2013-09-11T12:35:50+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-09-11T12:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ab1b275c9ca097481a4124ce48e5c67e73b0964b'/>
<id>ab1b275c9ca097481a4124ce48e5c67e73b0964b</id>
<content type='text'>
argument (with vengine_gen).  Note that it still fails on functions
taking an auto-completed struct.  Unsure if and how to fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
argument (with vengine_gen).  Note that it still fails on functions
taking an auto-completed struct.  Unsure if and how to fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bah, fix</title>
<updated>2013-08-01T22:45:20+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-08-01T22:45:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f6cb950509a58488c1009cf9f0dbd39df9fcbb95'/>
<id>f6cb950509a58488c1009cf9f0dbd39df9fcbb95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Propagate the original OSError, which contains information returned by</title>
<updated>2013-06-04T11:16:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-06-04T11:16:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=478e5c3a1e13594ce5c58d74d26c9157a4c02aa0'/>
<id>478e5c3a1e13594ce5c58d74d26c9157a4c02aa0</id>
<content type='text'>
dlerror().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dlerror().
</pre>
</div>
</content>
</entry>
<entry>
<title>issue 87: first stab</title>
<updated>2013-05-22T15:33:32+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-05-22T15:33:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c0bc61a7fdc45f04e8e427700f0f5b1495bf2442'/>
<id>c0bc61a7fdc45f04e8e427700f0f5b1495bf2442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 compat</title>
<updated>2013-05-10T21:00:34+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-05-10T21:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=69ae24188026ae91f69a07941a48892c55923ef0'/>
<id>69ae24188026ae91f69a07941a48892c55923ef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to preserve the exact error message</title>
<updated>2013-05-10T14:07:09+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-05-10T14:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9e47a7a9d078d7763a44d77576d238598f81605c'/>
<id>9e47a7a9d078d7763a44d77576d238598f81605c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
