<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git, branch binary_enum</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/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://91.123.203.49/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>Add operation support in enum</title>
<updated>2017-03-15T15:48:20+00:00</updated>
<author>
<name>Jean-Sebastien Bevilacqua</name>
<email>realitix@gmail.com</email>
</author>
<published>2017-03-15T15:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=e32d65ffd23ea832ab8db6cf0f72839d7cde4a0a'/>
<id>e32d65ffd23ea832ab8db6cf0f72839d7cde4a0a</id>
<content type='text'>
With this patch, the following C code works now:

```c
typedef enum VkPipelineCacheHeaderVersion {
    VK_PIPELINE_CACHE_HEADER_VERSION_ONE = 1,
    VK_PIPELINE_CACHE_HEADER_VERSION_RANGE_SIZE = (VK_PIPELINE_CACHE_HEADER_VERSION_ONE - VK_PIPELINE_CACHE_HEADER_VERSION_ONE + 1),
} VkPipelineCacheHeaderVersion;
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this patch, the following C code works now:

```c
typedef enum VkPipelineCacheHeaderVersion {
    VK_PIPELINE_CACHE_HEADER_VERSION_ONE = 1,
    VK_PIPELINE_CACHE_HEADER_VERSION_RANGE_SIZE = (VK_PIPELINE_CACHE_HEADER_VERSION_ONE - VK_PIPELINE_CACHE_HEADER_VERSION_ONE + 1),
} VkPipelineCacheHeaderVersion;
```
</pre>
</div>
</content>
</entry>
<entry>
<title>skip on windows</title>
<updated>2017-03-13T13:37:18+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-13T13:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=01bd5815e6f3eb8fb65c96028eb10f0972d92be4'/>
<id>01bd5815e6f3eb8fb65c96028eb10f0972d92be4</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://91.123.203.49/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>silence warnings</title>
<updated>2017-03-13T12:17:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-13T12:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=770494841b78c08a8df9123a719ab7254bfd1e9a'/>
<id>770494841b78c08a8df9123a719ab7254bfd1e9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pypy-c =&gt; pypy3-c</title>
<updated>2017-03-11T15:09:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-11T15:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=e85f9b6b4c56770ef71617a81b947176c6cc8378'/>
<id>e85f9b6b4c56770ef71617a81b947176c6cc8378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweaks</title>
<updated>2017-03-11T13:07:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-11T13:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=13f56d02b7319b37862186422d7f1d4288108932'/>
<id>13f56d02b7319b37862186422d7f1d4288108932</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move the 'use cases' before the 'how-to' section</title>
<updated>2017-03-11T13:03:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-11T13:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=5886754bf619526890e94c8ca8354eaf4042ebda'/>
<id>5886754bf619526890e94c8ca8354eaf4042ebda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mention static linking of the produced C file</title>
<updated>2017-03-11T12:58:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-11T12:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=9058e58fa0db1a81e498f7b7a40bf0d0ede822d8'/>
<id>9058e58fa0db1a81e498f7b7a40bf0d0ede822d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the error message</title>
<updated>2017-03-10T14:03:17+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-03-10T14:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=0fd2b8f93c1d0d9fd08ab4f0bd01dc3500ff0b48'/>
<id>0fd2b8f93c1d0d9fd08ab4f0bd01dc3500ff0b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
