<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/backend_tests.py, branch parse_constant_plus</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>Add more test to "#define FOO 0X10"</title>
<updated>2014-04-04T09:43:47+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-04T09:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=98ec1f33096aa4010e6218bb68975b7db4657ba1'/>
<id>98ec1f33096aa4010e6218bb68975b7db4657ba1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"010" is not valid oct in python3. Fix it.</title>
<updated>2014-04-03T10:59:29+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-03T10:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0281e02caa4ba4fd1a656783233154ca4e9f89ba'/>
<id>0281e02caa4ba4fd1a656783233154ca4e9f89ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test to '#define DOT 0x1FF' like defines</title>
<updated>2014-04-02T11:08:04+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-02T11:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9600a4c193a7b8bf0a7d8dbecaf9d054bc7c8ffc'/>
<id>9600a4c193a7b8bf0a7d8dbecaf9d054bc7c8ffc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ffi.include update _int_constant and prevent duplicated const decl</title>
<updated>2014-04-02T03:45:29+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-02T03:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=58f87aa85b0381e91c6b1d8b194b3a71f1f0a14a'/>
<id>58f87aa85b0381e91c6b1d8b194b3a71f1f0a14a</id>
<content type='text'>
Duplicated declaration of constants even in enum name is not
valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Duplicated declaration of constants even in enum name is not
valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for enum which refer to previously defined enum value</title>
<updated>2014-04-01T11:31:00+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-01T11:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c8f68e82fd06d667e36389ee1c8e9b3fdfbe49d2'/>
<id>c8f68e82fd06d667e36389ee1c8e9b3fdfbe49d2</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 fix</title>
<updated>2014-03-07T06:40:34+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-03-07T06:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=38ed844b855d14b9a341e06687520fcce9ed0e52'/>
<id>38ed844b855d14b9a341e06687520fcce9ed0e52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wchar_t is 4 byte, signed on arm64</title>
<updated>2014-01-22T11:06:42+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2014-01-22T11:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=52524b6403f394866dd9798b198f684c512f4bfe'/>
<id>52524b6403f394866dd9798b198f684c512f4bfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 131: support ffi.cdef("...", packed=True)</title>
<updated>2014-01-14T08:06:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2014-01-14T08:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=caedfd9210778c664494c16ec14540bfba3a9412'/>
<id>caedfd9210778c664494c16ec14540bfba3a9412</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
