<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/demo, branch static-callback</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>meh, fix demo</title>
<updated>2015-11-20T16:18:11+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-20T16:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5f2b11cd693cb67ada74c910236aae247e1184af'/>
<id>5f2b11cd693cb67ada74c910236aae247e1184af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the docs to use extern "Python" as discussed yesterday on irc</title>
<updated>2015-11-18T07:07:19+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T07:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=68911d52ddf66bde11b4fcd2474ef1f7f55918f4'/>
<id>68911d52ddf66bde11b4fcd2474ef1f7f55918f4</id>
<content type='text'>
(thanks antocuni)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(thanks antocuni)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a minimal demo of CFFI_CALL_PYTHON</title>
<updated>2015-11-16T10:52:55+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-16T10:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2a2034edc5f1e33c80da8d36957c30d7dc781c5c'/>
<id>2a2034edc5f1e33c80da8d36957c30d7dc781c5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use '...' here</title>
<updated>2015-05-30T12:22:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-30T12:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c77e2afe293c6c3ca868303bc96cc33e6b1c40a4'/>
<id>c77e2afe293c6c3ca868303bc96cc33e6b1c40a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Last TODO item: setuptools on out-of-line ABI-mode modules</title>
<updated>2015-05-17T10:27:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-17T10:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=361461d7cb12952d20a3235f5f966eda40a8b0d3'/>
<id>361461d7cb12952d20a3235f5f966eda40a8b0d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use execfile() to load the build script from setuptools_ext, instead</title>
<updated>2015-05-17T09:15:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-17T09:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=410dc1a51d7ac7deaf27b2c72268a2bb23aeb41d'/>
<id>410dc1a51d7ac7deaf27b2c72268a2bb23aeb41d</id>
<content type='text'>
of importing it the usual way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of importing it the usual way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Best-effort attempt at supporting C++.  There is still one issue shown</title>
<updated>2015-05-17T07:22:15+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-17T07:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d58366642899f3cbb5fb45ae9564fb7627a3ed13'/>
<id>d58366642899f3cbb5fb45ae9564fb7627a3ed13</id>
<content type='text'>
in test_recompiler if we replace "if 0:" with "if 1:".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in test_recompiler if we replace "if 0:" with "if 1:".
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the internal version number</title>
<updated>2015-05-16T11:57:37+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-16T11:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b1d9274f92a9dfada58e87545ec4e7254042e892'/>
<id>b1d9274f92a9dfada58e87545ec4e7254042e892</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize this dlopen() demo</title>
<updated>2015-05-16T09:46:45+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-16T09:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=dd66364acdb991b9219f59ceefb19b7c87099059'/>
<id>dd66364acdb991b9219f59ceefb19b7c87099059</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>the big Moving Files Around step</title>
<updated>2015-05-12T09:07:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-12T09:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=fe4bb73d2191ea7b2ee5586848e1c5bbbcbaa72b'/>
<id>fe4bb73d2191ea7b2ee5586848e1c5bbbcbaa72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
