<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c, branch calculate_variable_array_length</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>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://91.123.203.49/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>Add some initial test assertions to check length details on variable length structs</title>
<updated>2016-09-13T00:12:53+00:00</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2016-09-13T00:12:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=2e3754a50d9160847e92a688eb16f4da9cfbd3a5'/>
<id>2e3754a50d9160847e92a688eb16f4da9cfbd3a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>A direct test</title>
<updated>2016-09-06T08:03:50+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-06T08:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=f18cb4531f6110223f540cd4bf8f4d318260d083'/>
<id>f18cb4531f6110223f540cd4bf8f4d318260d083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
