<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/doc/source/embedding.rst, 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>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://git.baserock.org/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://git.baserock.org/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://git.baserock.org/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>Change the Windows-friendly version to be both Windows- and</title>
<updated>2017-01-23T09:12:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-01-23T09:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a4a555495357afdeacb4837d947add4ff56d0d76'/>
<id>a4a555495357afdeacb4837d947add4ff56d0d76</id>
<content type='text'>
POSIX-friendly (previously it *only* compiled on Windows)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
POSIX-friendly (previously it *only* compiled on Windows)
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows fixes in the example</title>
<updated>2016-12-07T17:16:37+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-12-07T17:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9eb3ea70ac59e3823f7ab628a4796512e2e66f47'/>
<id>9eb3ea70ac59e3823f7ab628a4796512e2e66f47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the docs to the style r"""...C source..."""</title>
<updated>2016-11-11T06:36:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-11-11T06:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=85f4d92e383c29049e7a0c9350b9f9a22753b938'/>
<id>85f4d92e383c29049e7a0c9350b9f9a22753b938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename 'ffi' to 'ffibuilder' in the docs and in a few demos, when</title>
<updated>2016-06-05T21:01:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-06-05T21:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f3ba2e017250bfb0986134f19064426438c37f7c'/>
<id>f3ba2e017250bfb0986134f19064426438c37f7c</id>
<content type='text'>
it is used in out-of-line builders.  I think it makes things clearer,
particularly in examples where the two 'ffi' are close together (and
even sometimes used in the same sentence...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it is used in out-of-line builders.  I think it makes things clearer,
particularly in examples where the two 'ffi' are close together (and
even sometimes used in the same sentence...)
</pre>
</div>
</content>
</entry>
<entry>
<title>typo</title>
<updated>2016-05-15T06:57:45+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-05-15T06:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7cf179a1270be74066e490faf5d420ea5af2d8a2'/>
<id>7cf179a1270be74066e490faf5d420ea5af2d8a2</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 FFI Interface and Conversion reference sections to their own page.</title>
<updated>2016-04-21T09:02:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-04-21T09:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c5e7a23a3bb2c7083390f1498ed9a64dfd51c504'/>
<id>c5e7a23a3bb2c7083390f1498ed9a64dfd51c504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comment</title>
<updated>2016-03-20T09:21:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-03-20T09:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0f01b3c8696ac62b83bccdf2afc972472056d60d'/>
<id>0f01b3c8696ac62b83bccdf2afc972472056d60d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
