<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/cffi/cparser.py, branch static-callback-embedding</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>Maybe it's clearer this way, with an API that matches the intent rather</title>
<updated>2016-01-09T17:24:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-09T17:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e7e824c3561171361743b9af89a795811cfdd430'/>
<id>e7e824c3561171361743b9af89a795811cfdd430</id>
<content type='text'>
than how the implementation piggy-backs on ``extern "Python"``
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
than how the implementation piggy-backs on ``extern "Python"``
</pre>
</div>
</content>
</entry>
<entry>
<title>First version</title>
<updated>2015-12-01T17:07:38+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-12-01T17:07:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b2e9819ad7f48dc873583457f28ea3bdccdb2392'/>
<id>b2e9819ad7f48dc873583457f28ea3bdccdb2392</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>hg merge default</title>
<updated>2015-11-15T08:22:52+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-15T08:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=16db90ce06a3cb3b155eea14b6179d2228563c3b'/>
<id>16db90ce06a3cb3b155eea14b6179d2228563c3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py3 compat</title>
<updated>2015-11-14T19:17:37+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-14T19:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7a8bdf1f2c870207b99ae4970dd590c448d4d0f6'/>
<id>7a8bdf1f2c870207b99ae4970dd590c448d4d0f6</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>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 out that the pycparser problem was fixed between 2.10 and 2.14.</title>
<updated>2015-11-02T21:46:00+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-02T21:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=361b5b2a0b736af048c842515bbb4478d8287f80'/>
<id>361b5b2a0b736af048c842515bbb4478d8287f80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Propagate "volatile" in addition to "const" and "restrict"</title>
<updated>2015-11-02T20:27:27+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-02T20:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b1847f50a09cbdea1dc923eace347e6c9cf84791'/>
<id>b1847f50a09cbdea1dc923eace347e6c9cf84791</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
