<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c/_cffi_backend.c, branch calculate_variable_array_length</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>Detect and mark the final variable array in a varsized struct with BS_VARSIZESTRUCT_ARRAY</title>
<updated>2016-09-14T06:56:26+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2016-09-14T06:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0a4dd37de202b944707893ae92f51a708b0080f4'/>
<id>0a4dd37de202b944707893ae92f51a708b0080f4</id>
<content type='text'>
Use this when returning this field/arrtibute of said struct
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use this when returning this field/arrtibute of said struct
</pre>
</div>
</content>
</entry>
<entry>
<title>When using a variable length struct, calculate and enforce the length of the varsized_array when accessing this field.</title>
<updated>2016-09-12T23:19:53+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2016-09-12T23:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=44f535d5e0e530f5054de55b1aca956b027e5519'/>
<id>44f535d5e0e530f5054de55b1aca956b027e5519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When getting repr on CDataObject_own_structptr, use length field for owned bytes</title>
<updated>2016-09-12T05:10:45+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2016-09-12T05:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=deff4b685b23087a84e77e32a985d6c69a147363'/>
<id>deff4b685b23087a84e77e32a985d6c69a147363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When getting ffi.buffer() on CDataObject_own_structptr, use length field for buffer size</title>
<updated>2016-09-12T04:45:31+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2016-09-12T04:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9ba91de3ed25033a7c3593610702a31ba395336d'/>
<id>9ba91de3ed25033a7c3593610702a31ba395336d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add length field to CDataObject_own_structptr to hold the size of the memory block allocated for the struct.</title>
<updated>2016-09-12T04:02:37+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2016-09-12T04:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=42072c003c06ea583b687dbf511bda56e1a77872'/>
<id>42072c003c06ea583b687dbf511bda56e1a77872</id>
<content type='text'>
This is particularly useful for C99 variable-sized structures where the sizeof(&lt;typedef&gt;) does not directly inform the allocated size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is particularly useful for C99 variable-sized structures where the sizeof(&lt;typedef&gt;) does not directly inform the allocated size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update and document v1.8.2</title>
<updated>2016-09-06T07:49:05+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-06T07:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1b0d14005661e76d40b4b950b0d842e0457d69bf'/>
<id>1b0d14005661e76d40b4b950b0d842e0457d69bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #283: initializer for nested anonymous structs inside unions</title>
<updated>2016-09-05T21:55:48+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-05T21:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ea2c76897db97b5dab90e7e56720f15b1a154abf'/>
<id>ea2c76897db97b5dab90e7e56720f15b1a154abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number to 1.8.1</title>
<updated>2016-09-03T17:25:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-03T17:25:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=bc99d488c73e2cfc4907088ddf4bf055821864e5'/>
<id>bc99d488c73e2cfc4907088ddf4bf055821864e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Returning unions works fine in API mode, remove the checks.</title>
<updated>2016-08-22T13:26:32+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-08-22T13:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=5eb42284eab5d18cbfa0b84a0f387354a63638c1'/>
<id>5eb42284eab5d18cbfa0b84a0f387354a63638c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid calling more CPython functions when there is an exception set</title>
<updated>2016-08-22T13:10:39+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-08-22T13:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=79f93aab1e748e8a3a8c30efc9638534a1702006'/>
<id>79f93aab1e748e8a3a8c30efc9638534a1702006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
