<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi0/test_parsing.py, branch binary_enum</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 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>
<entry>
<title>fix the FakeBackend classes for tests</title>
<updated>2017-02-06T08:10:52+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-06T08:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=12f134111b1d1a0dd1f90b3b8f0d2d9b883fe3d4'/>
<id>12f134111b1d1a0dd1f90b3b8f0d2d9b883fe3d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cparser</title>
<updated>2015-11-18T08:28:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T08:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b1cf6818bdbfe16776a811bcad318f5f8608ed8f'/>
<id>b1cf6818bdbfe16776a811bcad318f5f8608ed8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parsing CFFI_CALL_PYTHON in the cdef</title>
<updated>2015-11-12T15:39:37+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-12T15:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1218c24b71551b43531f825577b0b04eca1c64e9'/>
<id>1218c24b71551b43531f825577b0b04eca1c64e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow different formattings of the underlying "%p"</title>
<updated>2015-11-03T08:00:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-03T08:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c535100d921b7e92482d1dfaceba6413f52a81b6'/>
<id>c535100d921b7e92482d1dfaceba6413f52a81b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #228: "bool" not working in out-of-line FFI objects.  Same problem</title>
<updated>2015-11-02T22:12:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-02T22:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8249cb6f4e628cce17b509cc24ece6425b83497a'/>
<id>8249cb6f4e628cce17b509cc24ece6425b83497a</id>
<content type='text'>
with all Windows common types.  Mostly fixed by moving the list of
common types to C code.  The only remaining corner case I can think of
is "FILE", which works only if it was mentioned in the cdef while
building the out-of-line module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with all Windows common types.  Mostly fixed by moving the list of
common types to C code.  The only remaining corner case I can think of
is "FILE", which works only if it was mentioned in the cdef while
building the out-of-line module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Found a pycparser issue.  Work around it by adding some parentheses in</title>
<updated>2015-11-02T21:22:57+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-02T21:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e641e34117f91195d3ce6b6a45e93bb7c737b38f'/>
<id>e641e34117f91195d3ce6b6a45e93bb7c737b38f</id>
<content type='text'>
the csource passed to it, to avoid the buggy cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the csource passed to it, to avoid the buggy cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the error we get for 'int f(unknown_type);'</title>
<updated>2015-11-02T15:17:45+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-02T15:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=20620bc23047ac7881c6bc1405d09372e2a2a694'/>
<id>20620bc23047ac7881c6bc1405d09372e2a2a694</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset fbe55ed7e5e2</title>
<updated>2015-10-21T09:04:02+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-10-21T09:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f78c88238c8a3359d4ee575a14f619f22ea253ec'/>
<id>f78c88238c8a3359d4ee575a14f619f22ea253ec</id>
<content type='text'>
It's probably better written in the docs instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's probably better written in the docs instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #225: Ignore basic SAL annotations on Windows.</title>
<updated>2015-10-20T08:02:23+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-10-20T08:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=163a6470af80b75a7a4b0f02257fc774fed2dc92'/>
<id>163a6470af80b75a7a4b0f02257fc774fed2dc92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
