<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi0, 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>python 2.6 compat</title>
<updated>2017-03-13T13:05:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-13T13:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=955a0c9859db0997a4a2a18b04653c081b5e9f02'/>
<id>955a0c9859db0997a4a2a18b04653c081b5e9f02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #310: pycparser was recently made stricter and no longer parses</title>
<updated>2017-02-27T07:46:05+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-27T07:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7cc4e2309282e5da740ba1c682563cd07342d062'/>
<id>7cc4e2309282e5da740ba1c682563cd07342d062</id>
<content type='text'>
``typedef int __dotdotdot__ foo_t;``.  I think this fixes it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
``typedef int __dotdotdot__ foo_t;``.  I think this fixes it
</pre>
</div>
</content>
</entry>
<entry>
<title>issue #255: comparing primitive cdatas</title>
<updated>2017-02-19T13:37:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-19T13:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d5ab65efdf707e608266590a2b8dacb35f1dbba4'/>
<id>d5ab65efdf707e608266590a2b8dacb35f1dbba4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ffi.addressof(lib, "name") now also works in in-line mode</title>
<updated>2017-02-07T15:28:20+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-07T15:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f5d76e1b0d614520e6c9b79e995b14c177dc9575'/>
<id>f5d76e1b0d614520e6c9b79e995b14c177dc9575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a warning that doesn't really make sense here, tweak tests</title>
<updated>2017-02-06T08:33:59+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-06T08:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0e4e34033dcbe9d4ff4070e5754fac392d79fff3'/>
<id>0e4e34033dcbe9d4ff4070e5754fac392d79fff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in coronafire/cffi/buffer_richcompare (pull request #76)</title>
<updated>2017-02-06T08:24:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>armin.rigo@gmail.com</email>
</author>
<published>2017-02-06T08:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2ad2c47b3b76da0d683cd5bb5c404ff7100b535b'/>
<id>2ad2c47b3b76da0d683cd5bb5c404ff7100b535b</id>
<content type='text'>
Add richcompare to buffer objects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add richcompare to buffer objects
</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>Make 'ffi.buffer' be the type of minibuffers returned by cffi, and</title>
<updated>2017-02-04T14:05:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-04T14:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b05cea94af19abfd675f4e4a46af338b6c329612'/>
<id>b05cea94af19abfd675f4e4a46af338b6c329612</id>
<content type='text'>
'ffi.buffer()' now calls the constructor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'ffi.buffer()' now calls the constructor.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for buffer comparisons</title>
<updated>2017-02-03T02:03:08+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2017-02-03T02:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7527566a09ca05dd4a9e55b621964e52fbff27f9'/>
<id>7527566a09ca05dd4a9e55b621964e52fbff27f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
