<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi1, branch doc</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>point $HOME to empty tempdir rather than a nonexistent path</title>
<updated>2018-08-07T20:30:59+00:00</updated>
<author>
<name>Frank Schaefer</name>
<email>kelledin@gmail.com</email>
</author>
<published>2018-08-07T20:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a527899f346cb9fb9b7eba0177b7b75ada24cf88'/>
<id>a527899f346cb9fb9b7eba0177b7b75ada24cf88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 364</title>
<updated>2018-06-16T10:08:26+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-06-16T10:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9064896a178b8e424e34cf1836178c76c6acdf9a'/>
<id>9064896a178b8e424e34cf1836178c76c6acdf9a</id>
<content type='text'>
Add support for MSVC's "#pragma pack(n)" in ABI mode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for MSVC's "#pragma pack(n)" in ABI mode
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore multiple dlclose(), like file.close() does in Python</title>
<updated>2018-02-27T20:18:33+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-02-27T20:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a4c04234554d1791ff904539078d6f7826434970'/>
<id>a4c04234554d1791ff904539078d6f7826434970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More Windows support for ffi.dlopen(), this time the out-of-line version</title>
<updated>2018-02-16T10:22:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-02-16T10:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=37680f9f26579c30a75bee884d764dc3b511d710'/>
<id>37680f9f26579c30a75bee884d764dc3b511d710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test for the recursion in _struct_collecttype(): fails if the</title>
<updated>2018-01-31T20:52:07+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-01-31T20:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9c46cb8b1bf9d9f7c641b80127e160f44ec80d04'/>
<id>9c46cb8b1bf9d9f7c641b80127e160f44ec80d04</id>
<content type='text'>
recursion is replaced with a simple _do_collect_type()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
recursion is replaced with a simple _do_collect_type()
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #357: fix the out-of-line ABI mode when we see structs</title>
<updated>2018-01-31T20:39:19+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-01-31T20:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0c20cb6f04a8bbae352bf71e4cab149da77f5918'/>
<id>0c20cb6f04a8bbae352bf71e4cab149da77f5918</id>
<content type='text'>
containing anonymous unions or vice-versa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
containing anonymous unions or vice-versa
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for e8b85a3539f2</title>
<updated>2018-01-17T16:44:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-01-17T16:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=6d08968ac72990cefcb33c9efb58e68f320c6424'/>
<id>6d08968ac72990cefcb33c9efb58e68f320c6424</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #352</title>
<updated>2018-01-10T21:18:12+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-01-10T21:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=087223a66b10155a253c39d27b7d2e7be3ff9453'/>
<id>087223a66b10155a253c39d27b7d2e7be3ff9453</id>
<content type='text'>
Oops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Oops.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #343 [patch by david naylor]</title>
<updated>2017-11-16T11:42:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-11-16T11:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=118119658eb98d3765d154d0a2a3f690e791d276'/>
<id>118119658eb98d3765d154d0a2a3f690e791d276</id>
<content type='text'>
Fix test_recompiler for libc++
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test_recompiler for libc++
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the remaining places for PyPy3.  (Originally in Pull Request #82)</title>
<updated>2017-09-21T15:20:12+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-09-21T15:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4f5a1a299c732af0789382fc8cb7469d95905351'/>
<id>4f5a1a299c732af0789382fc8cb7469d95905351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
