<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/backend_tests.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>SIZE_OF_LONG may differ from SIZE_OF_PTR</title>
<updated>2013-08-01T09:03:44+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-08-01T09:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0d6c48cc0eb8998fe51f10716a5334bb8a4a11d7'/>
<id>0d6c48cc0eb8998fe51f10716a5334bb8a4a11d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Crash with a clear error message in case of built-in but unsupported</title>
<updated>2013-07-30T16:44:46+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-07-30T16:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=73933f0dc5f7865c4f4b133c1b5041b919bc5eaf'/>
<id>73933f0dc5f7865c4f4b133c1b5041b919bc5eaf</id>
<content type='text'>
types.  Add a test that fails so far, to fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
types.  Add a test that fails so far, to fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish the fix for issue #91.</title>
<updated>2013-06-19T08:29:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-06-19T08:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=51f963a30da7b850c92314070842ac0c89c960cd'/>
<id>51f963a30da7b850c92314070842ac0c89c960cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for enums used as bitfields. (thanks jerith)</title>
<updated>2013-05-05T10:25:44+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-05-05T10:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=820f67af48a8a5e994dd745af2cd5fad9b4e6a55'/>
<id>820f67af48a8a5e994dd745af2cd5fad9b4e6a55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing b prefix to a byte-tring in the big-endian code path</title>
<updated>2013-03-30T21:07:44+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2013-03-30T21:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7fda027dc23e653c3070c5d090eb4a4fb84ce6f9'/>
<id>7fda027dc23e653c3070c5d090eb4a4fb84ce6f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor get_c_name() in model.py to use the same logic as with the</title>
<updated>2013-03-03T09:26:23+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-03-03T09:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=21b0685a22174ad5167d222cb5e9deb36a2375e8'/>
<id>21b0685a22174ad5167d222cb5e9deb36a2375e8</id>
<content type='text'>
backend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
backend.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix enums to use the same rule as gcc: they are actually not always</title>
<updated>2013-02-12T17:14:12+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-12T17:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9dd00c585fbc3a1bc3e41dfe64159db82d5bd603'/>
<id>9dd00c585fbc3a1bc3e41dfe64159db82d5bd603</id>
<content type='text'>
'int', but the first of the following types that fits: 'unsigned int',
'int', 'unsigned long', 'long'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'int', but the first of the following types that fits: 'unsigned int',
'int', 'unsigned long', 'long'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implementation</title>
<updated>2013-02-08T15:35:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2013-02-08T15:35:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e20fb8ffb30d8202888f972c764df536fb739351'/>
<id>e20fb8ffb30d8202888f972c764df536fb739351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue #44: ffi.new/cast("undefined") raises confusing exception.</title>
<updated>2012-12-29T14:53:20+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-12-29T14:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=cf46f4c878bda68f75651608013b82c54daa3618'/>
<id>cf46f4c878bda68f75651608013b82c54daa3618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another passing test.</title>
<updated>2012-11-30T21:52:07+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-11-30T21:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=544ab1ada8fb3f4557affe0e2ffbb6fa54f0c01f'/>
<id>544ab1ada8fb3f4557affe0e2ffbb6fa54f0c01f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
