<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing, branch sirtom67/float_complex</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>More tweaks, more tests, try harder to avoid including &lt;complex.h&gt;</title>
<updated>2017-05-29T18:37:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-05-29T18:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=eb4e72344dcadb7f4381bccabe6b7e825613f548'/>
<id>eb4e72344dcadb7f4381bccabe6b7e825613f548</id>
<content type='text'>
because it is not necessarily there
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because it is not necessarily there
</pre>
</div>
</content>
</entry>
<entry>
<title>Support parsing "float _Complex" and "double _Complex" inside parse_c_type</title>
<updated>2017-05-29T17:52:00+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-05-29T17:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=59a7c77ee28ac6ef2c89423a7e1a0d3864ef0836'/>
<id>59a7c77ee28ac6ef2c89423a7e1a0d3864ef0836</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hg merge default</title>
<updated>2017-05-29T16:11:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-05-29T16:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3301b6be62d5eed6fb4a5ae2502d564f52a9b90f'/>
<id>3301b6be62d5eed6fb4a5ae2502d564f52a9b90f</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 systematically include the line number</title>
<updated>2017-05-09T16:07:19+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-05-09T16:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a780b6772eeced3b5b57e313a5b9cf394f722f9e'/>
<id>a780b6772eeced3b5b57e313a5b9cf394f722f9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 314</title>
<updated>2017-05-09T15:32:32+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-05-09T15:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b274305dc3a28495b12ac25430fbad9d66ba40d0'/>
<id>b274305dc3a28495b12ac25430fbad9d66ba40d0</id>
<content type='text'>
Fix the line numbers by discovering that ``# NUMBER "LINE"`` is
supported by pycparser and using it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the line numbers by discovering that ``# NUMBER "LINE"`` is
supported by pycparser and using it.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge default into sirtom67/float_complex.</title>
<updated>2017-03-27T13:32:58+00:00</updated>
<author>
<name>Tom Krauss</name>
<email>thomas.p.krauss@gmail.com</email>
</author>
<published>2017-03-27T13:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1f4f34456514161641299ae036898ee3c81c3cfe'/>
<id>1f4f34456514161641299ae036898ee3c81c3cfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests pass. Had to #include &lt;complex.h&gt; - might want to make that optional</title>
<updated>2017-03-27T13:27:52+00:00</updated>
<author>
<name>Tom Krauss</name>
<email>thomas.p.krauss@gmail.com</email>
</author>
<published>2017-03-27T13:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=94dcdb3d831b70d1c0f1cc2223895f0115fd6c76'/>
<id>94dcdb3d831b70d1c0f1cc2223895f0115fd6c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the module name in front of the error for missing def_extern().</title>
<updated>2017-03-21T10:21:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-21T10:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ae9bbda42eeaa0f3dfb75318cccf3fdbb7233ddc'/>
<id>ae9bbda42eeaa0f3dfb75318cccf3fdbb7233ddc</id>
<content type='text'>
Useful in cases we mistakenly define the same name in more than
one module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful in cases we mistakenly define the same name in more than
one module.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge default in again.</title>
<updated>2017-03-19T23:33:19+00:00</updated>
<author>
<name>Tom Krauss</name>
<email>thomas.p.krauss@gmail.com</email>
</author>
<published>2017-03-19T23:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=10c4d141bb0393d3bea52a29f3068bedbb4bb2de'/>
<id>10c4d141bb0393d3bea52a29f3068bedbb4bb2de</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 for binary operation in enum definition</title>
<updated>2017-03-15T20:10:49+00:00</updated>
<author>
<name>Jean-Sebastien Bevilacqua</name>
<email>realitix@gmail.com</email>
</author>
<published>2017-03-15T20:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3dee179b835b14b8b3053013e5972cecada574c5'/>
<id>3dee179b835b14b8b3053013e5972cecada574c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
