<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git, branch define-integer-constant</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/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://91.123.203.49/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>Refactor copy&amp;paste of raise dup constant into method</title>
<updated>2014-04-03T11:10:52+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-03T11:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=e5a5d1f88d668e7c46f088e7c9810189bd954bea'/>
<id>e5a5d1f88d668e7c46f088e7c9810189bd954bea</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://91.123.203.49/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://91.123.203.49/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>Handle define constant by "#define DOT 0x1FF"</title>
<updated>2014-04-02T09:20:36+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-02T09:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=8e032289bf02907c13051538eec9cf7e579f4b3a'/>
<id>8e032289bf02907c13051538eec9cf7e579f4b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in mozbugbox/cffi/reusable-enum-values (pull request #29)</title>
<updated>2014-04-02T07:26:09+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>armin.rigo@gmail.com</email>
</author>
<published>2014-04-02T07:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=aca49ac96649e0f21e14fdcb1f38068933483203'/>
<id>aca49ac96649e0f21e14fdcb1f38068933483203</id>
<content type='text'>
Make int constant available in the following declaration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make int constant available in the following declaration.
</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://91.123.203.49/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://91.123.203.49/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>Make int constant available in the following declaration.</title>
<updated>2014-04-01T09:25:17+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-01T09:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=1fcac53ef32402b46df01b63b9f63d00eb28bc3a'/>
<id>1fcac53ef32402b46df01b63b9f63d00eb28bc3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update exception args instead of use print on re-raise FFIError</title>
<updated>2014-04-01T00:29:44+00:00</updated>
<author>
<name>mozbugbox</name>
<email>mozbugbox@yahoo.com.au</email>
</author>
<published>2014-04-01T00:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=2f41bb37db732a54ebb7d556d14a70f5d909fff7'/>
<id>2f41bb37db732a54ebb7d556d14a70f5d909fff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
