<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c/cffi1_module.c, 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>update the code to use 'extern "Python"'</title>
<updated>2015-11-18T09:00:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T09:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1b266852f4dc07efdca37f2fe495cc42b60c1a31'/>
<id>1b266852f4dc07efdca37f2fe495cc42b60c1a31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>in-progress</title>
<updated>2015-11-13T14:55:53+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-13T14:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4c39f9d8776acbe8871bd9a2d0da4a3ffc55924e'/>
<id>4c39f9d8776acbe8871bd9a2d0da4a3ffc55924e</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>More attempts at fixes for multiple interpreters</title>
<updated>2015-09-30T15:06:05+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-09-30T15:06:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7bb1c21ee92147dc859a5190f925090a6f51bcbf'/>
<id>7bb1c21ee92147dc859a5190f925090a6f51bcbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Maybe a fix for multiple interpreters</title>
<updated>2015-09-30T14:57:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-09-30T14:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=423ef8401ae065335dc0878eb0802873648bb058'/>
<id>423ef8401ae065335dc0878eb0802873648bb058</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 simpler and more efficient way to implement any ffi.gc().</title>
<updated>2015-07-06T11:20:56+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-06T11:20:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=56020b72ed1211f480d8bf370f2f4c265b6b13ec'/>
<id>56020b72ed1211f480d8bf370f2f4c265b6b13ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow "from _cffimodule.lib import a, b, c".  (thanks DanielHolth on irc)</title>
<updated>2015-06-15T20:17:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-06-15T20:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=6270caa2ad4c0b73d7cf3026527400f576d72a1d'/>
<id>6270caa2ad4c0b73d7cf3026527400f576d72a1d</id>
<content type='text'>
Doesn't work to import "*", so far.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't work to import "*", so far.
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot about the version checking and specifying in the ABI-mode modules</title>
<updated>2015-05-18T15:25:29+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-18T15:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7170cc6aefba2b37506e120719197c8e1e0f7eba'/>
<id>7170cc6aefba2b37506e120719197c8e1e0f7eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RTLD_xxx flags to the CompiledFFI type</title>
<updated>2015-05-16T19:04:52+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-16T19:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=92aeb09339ffa7c092d72a784826bc75f7d0b026'/>
<id>92aeb09339ffa7c092d72a784826bc75f7d0b026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
